Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to populate a file after open it with nodata
Message
From
29/04/2003 15:59:41
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
29/04/2003 15:52:23
Van Son Nguyen
Dessau Soprin Inc.
Laval, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00782892
Message ID:
00782895
Views:
13
Make certain the view has parameters like this...

SELECT * FROM BigTable WHERE SomeField = ?luVariable

Then to get data...

luVariable = "Something"
=requery(theview)

>I have to open a view from a very big table. In order to save time, I open it with a nodata . Now I have a screen with an empty grid. What is the best way to fill it with its data ?
>
>Thank in advance.
>
>PS. Same question what if I open it with a SELECT with a percent ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform