Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameterized view
Message
De
04/10/2002 13:27:56
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00707814
Message ID:
00707840
Vues:
24
You could change your WHERE clause to something like this:
WHERE CustNb = ?MyCustNb OR ?ShowAll = .T.
You could then get all customers records by initializing MyCustNb to the customer number and ShowAll to .F. To get all records, you set ShowAll to .T.

HTH

>I have created a parameterized view which is parameterized on a integer type field relating to customer table, so if I want to only show certian customers records I pass in the customer key. My question is how can I view all the customers records?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform