Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to refresh a grid populated with an indexed file
Message
De
05/05/2003 15:16:16
Van Son Nguyen
Dessau Soprin Inc.
Laval, Québec, Canada
 
 
À
05/05/2003 14:15:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00784386
Message ID:
00785072
Vues:
16
Hello Steve,

Yes, I tried the one below and it works perfectly . However, I don't know if there is a more orthodox approach . Thank.

Select filename
Select * from filename into cursor toto Order by Proj_num,Wpack
Thisform.Grid1.RecordSource = ""
Use in filename
SELECT * FROM Toto INTO dbf filename
Select filename
Thisform.Grid1.RecordSource = ALIAS()
WITH ThisForm.Grid1
.RECORDSOURCE = ALIAS()
ENDWITH
Thisform.Refresh
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform