Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameterized view
Message
From
04/10/2002 13:27:56
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00707814
Message ID:
00707840
Views:
22
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?
Previous
Reply
Map
View

Click here to load this message in the networking platform