Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Woes..
Message
From
14/12/2000 15:36:15
 
 
To
14/12/2000 15:31:33
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00453595
Message ID:
00453600
Views:
23
>The grid RecordSource is a cursor of some sort. As the records in the cursor change, call the grid's Refresh() method. The new records will show.
>
>If you need only some of the records, you could either create a view and use the view as the grid.RecordSource. Then you would REQUERY() the view before refreshing the grid.
>
>Or you could set a filter on the cursor. It's usually slower than using a view, esp with a large set of data. If the data set is small enough, it shouldn't be a problem.
>

OK.. I was hoping there was a simpler way than doing that. It'll be a pain to keep the view current but I guess that's probably going to be the best way..
Previous
Reply
Map
View

Click here to load this message in the networking platform