Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to put a CURSOR into a GRID ?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00625436
Message ID:
00625443
Views:
11
>In VFP7, I have a form with a button where the code create a SELECT...INTO CURSOR mycursor READWRITE. How can I take this cursor and put it in a grid that is on the same form ?
>I know I could use a VIEW but is there a more direct way of feeding a grid from a cursor ?
>
>Thanks
>Eric

try thisform.grd.recordsource=''
thisform.grd.recordsource='myCursor'
right after you re-build the cursor.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform