Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameter NOT FOUND in forms.init with set filter
Message
De
09/09/1999 14:02:38
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Parameter NOT FOUND in forms.init with set filter
Divers
Thread ID:
00263033
Message ID:
00263033
Vues:
60
Hello

I am passing parameter to a form, in teh init I have the following code that give error VARIABLE NOT FOUND.
*****************
PARAMETER numID

SELECT mains
SET filter to mains.id = numid

*****

This one will work OK
---------------------
PARAMETER numID

public x
x=numID

SELECT mains
SET filter to mains.id = x
************************

If I change teh PUBLIC to PRIVATE I will receive the same error.
Before set filter I can do WAIT WIND STR(numID) without a problem.

what am I missing here???

Thanks
Mo
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform