Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rushmore / set filter / view
Message
De
16/07/1998 08:26:33
 
 
À
16/07/1998 04:19:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00117431
Message ID:
00118052
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')
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform