Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a grid using a cursor that is created at runtim
Message
From
12/08/1997 19:31:49
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00044365
Message ID:
00044367
Views:
34
>I am using VFP 3.0 for Windows.
>
>How do I create a grid based on a cursor that is created (using an SQL-select) in the form's init method?
>
>Is this the best way to display to cursor, should I be using a list or something else?

SELECT.... ....
TO CURSOR mycursor

Thisform.mygrid.recordsource = 'mycursor'
thisform.refresh
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform