Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to put a CURSOR into a GRID ?
Message
From
27/02/2002 23:10:33
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00625436
Message ID:
00626162
Views:
17
Hi,
Try :
WITH THISFORM
     .Grid1.RECORDSOURCE = ""

     *-- SELECT ....FROM ...INTO CURSOR MyCursor
     *-- Here only requery your cursor

     .Grid1.RECORDSOURCE = "MyCursor"
ENDWITH
HTH
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Reply
Map
View

Click here to load this message in the networking platform