Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie ? on CursorAdapter
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00752449
Message ID:
00752541
Views:
16
>I want to replace use of USE command with CursorAdapter (CA). After creating a CA and calling CursorFill() method I can browse the cursor.
>
>But how do you refer to individual fields of the cursor of navigate (move records up and down) the cursor. I assign an alias to the CA (e.g. MYALIAS) but I can't seem to able to refer to the fields using MYALIAS.FLDNAME.. What am I missing?
>
>Also, if I want to bind the CA to form controls, how do you do it?

Along with what Doug said...

To be able to drop bound controls on the form at design time, you would have to fill out the CursorSchema property of the CA. THis also allows you to select the fields when in the ControlSource property of the control.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform