Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determining Parameters
Message
De
29/06/1998 10:33:22
 
 
À
29/06/1998 09:07:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00111505
Message ID:
00112480
Vues:
30
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform