Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Empty Grid,Help!
Message
De
16/11/1996 12:13:32
 
 
À
16/11/1996 11:30:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00012462
Message ID:
00012496
Vues:
47
>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!!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform