Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Empty Grid,Help!
Message
From
16/11/1996 12:13:32
 
 
To
16/11/1996 11:30:47
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00012462
Message ID:
00012496
Views:
43
>I'm using VFP 3.0. My reindexing include opening of Table
>Exclusively, Reindexingd, Packing and closing the Table. After
>the process, I reopen the Table. Then how could I "re-issue" the
>browse for the Grid to display the records? Pls advise.

Uhh.. Closing the table used in a Grid is the favorite subject of discussion in the Thread...

What you can do is:

THISFORM.Grid1.RecordSource = " " && one space between the quotes
USE IN tablename && close the table
USE tablename IN 0 EXCLUSIVE && open it again
PACK && reindex is free..
THISFORM.Grid1.RecordSource = "tablename" && attach the grid

Another way, is to recreate the grid, but you need a class..

Have fun!!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform