Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL statement if Form.Load won't update grid
Message
From
31/08/1999 14:03:49
 
 
To
31/08/1999 11:08:11
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00259664
Message ID:
00259789
Views:
20
More on views....
You could use a paramater in the WHERE cluase of the view.

For example the view definition: CREATE SQL VIEW "myview" AS SELECT * FROM mytable WHERE id = ?vpid

To load the view use the following code:
USE myview IN 0
vpid =
=REQUERY("myview")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform