Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Possible to use SELECT-SQL to build an empty cursor?
Message
From
05/10/1999 20:30:27
 
 
To
01/10/1999 20:37:44
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00271836
Message ID:
00273007
Views:
26
Dave,

Sorry, I reread your post, and I was off on two things (at least)

It would be ThisForm.myGrid.recordSource first off (oops)

And Since you want to build the cursor in the Form.Load,

Then set the parameter argument to a custom property so its visible in the form:

Form.init:
LPARAMETER tc_cursorProp
Thisform.cursorProp = tc_cursorProp

Form.load


*Buld cursor here using the ThisForm.cursorProp Argument

*Now bind it
ThisForm.myGrid.recordSource = cursorName

Sorry about that, long day.

Bill Caputo
Previous
Reply
Map
View

Click here to load this message in the networking platform