Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Newbie question
Message
 
 
À
22/11/2005 09:43:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01071036
Message ID:
01071834
Vues:
25
>Thanks.
>So, the vp_Myparameter is the parameter in the view? How should the parameter be defined in the view - as a public var? The only other way I know of is to set the parameter in the view as 'thisform.cCustomer_ID...
>
>I hope I'm making sense here.
>
>Thanks,
>
>Alen.

Set the parameter as ?vp_MyVar

just before you do a requery of your view you will define your variable:

private vp_MyVar
vp_MyVar = thisform.cCustomer_ID
requery('myView')
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform