Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rushmore / set filter / view
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00117431
Message ID:
00118137
Vues:
41
>>How can I build PV ? What the step to do it ?
>>
>>Thanks
>
>IN the view designer, specify a filter like
>mytable.mykey = ?myvar
>
>The question mark before the variable name tells it that it is a parameter.
>
>Then before REQUERYing the view, set myvar to your desired parameter.
>
>myvar = "Smith"
>REQUERY('v_mytable')

oh and don't forget to go up into the query menu item and fill in the variable information there too. (ie - myvar Character)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform