Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Saving contents of a view
Message
De
20/01/2004 13:22:19
 
 
À
20/01/2004 13:12:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00868642
Message ID:
00868648
Vues:
22
Hi Claude,

The line
WHERE Vorders.cvcode = ?Vendors.cVenCode
has a paramater, ?Vendors.cVenCode. The "?" indicates that Vendors.cVenCode is a parameter for the view that should be set before the requery is called. I'm not used to setting up views using a field name from a table as a parameter, I usually go the route of using a variable that would be set, for instance lcVenCode.

You could simply use a BROW to view the results of the REQUERY()
BROW Order_List
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform