Date:  01/07/2003 07:49:43 PM Msg ID:  001204
From:  Michael Pena Thread:  001199
Subject:  Re: Nested Calls in foxweb
I got it!   The problem was that the text box value of the form is greater that the length of the field of the database, When saved it causes the error.  So what I did, I have trimmed the value of the field before saving.  The error disappears.  
Sent by FoxWeb Support on 01/07/2003 04:18:37 PM:
If by "nesting" you mean calling an FWX script from another FWX script, yes you can.  You will need to use the Server.Transfer or Server.Execute methods.
 
The included error message was generated by an ASP page -- not by an FWX script.  I am not sure how it is related to FoxWeb.

FoxWeb Support Team
support@foxweb.com email

Sent by Michael Pena on 01/06/2003 08:29:36 PM:
Is it possible to  nest calls in Foxweb?  I get an error when I called an fwx form from within.  Below is the error message I get: 
 

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'CLng'

/bin/n_libEncode.asp, line 21

 

-Mike-