Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining Parameters
Message
From
29/06/1998 10:33:22
 
 
To
29/06/1998 09:07:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00111505
Message ID:
00112480
Views:
31
Bernard (or whoever)

First let me say that when I clicked on RELY I got a BLANK entry screen, so I am unable to QUOTE. . .

The PARAMETERS() PARA3 = "A" looks strange to me. Perhaps something got lost in the HTML business that happens here, but just in case, take a look at that.

Seems to me that you are better off using PCOUNT() (as George T. has suggested.
In any case, you should verify that there are indeed 3 parameters *before* testing the third parameter for anything. Something like:

IF PCOUNT() > 2
test your content here
ELSE
set 3rd (and 4th) to default values)
ENDIF

This will solve the error message problem.

Good Luck,

Jim N
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform