Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saving contents of a view
Message
From
20/01/2004 13:22:19
 
 
To
20/01/2004 13:12:59
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00868642
Message ID:
00868648
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform