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 10:55:57
 
 
To
31/08/1999 10:52:32
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00259664
Message ID:
00259674
Views:
20
When you issue the REQUERY() with nothing in the () it runs on the currenlty selected view. to requery any view simply place the ALIAS name of the view in "". for example: =REQUERY("myview")

Also, Once you create a view, you do not need the CREATE VIEW command in your load method. simply open the view like a table (USE myview IN 0).

hope this helped........
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform