Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set filter
Message
 
À
25/10/2000 14:06:35
John Deupree
Long Term Care Authority
Tulsa, Oklahoma, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00434202
Message ID:
00434423
Vues:
23
In a form, be sure you aren't setting the filter to a variable that will go out of scope when the method you're in closes. For example if you have a variable "cID" in the INIT and do

SET FILTER TO IDField = cID

you'll find that the filter doesn't work later on because the program can't find cID - it was local to the INIT method. You need to put the value into a form property instead.


>
>Ok........thanks.
Barbara Paltiel, Paltiel Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform