Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to refresh a grid populated with an indexed file
Message
From
05/05/2003 15:16:16
Van Son Nguyen
Dessau Soprin Inc.
Laval, Quebec, Canada
 
 
To
05/05/2003 14:15:16
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00784386
Message ID:
00785072
Views:
15
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
Previous
Reply
Map
View

Click here to load this message in the networking platform