Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determining Parameters
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00111505
Message ID:
00113779
Vues:
33
>>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
>Jim,
>
>Check your account settings. I think the UT was down for awhile thise morning and something may have gotten goofed up.
>
>Bernard (and Jim, too),
>
>I think that the reason you may be getting the "Invalid Function..." error is your use of the variable "para3" (as well as the others) is that PARA is an abbreviation of PARAMETERS(). Change it to something else (like arg1, arg2, etc.) and see if that doesn't fix it.

I only used para1, para2 etc as an example. I do not use it in my code. I will try your suggestion re PCOUNT()

Bernard
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform