Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie ? on CursorAdapter
Message
From
12/02/2003 16:31:42
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00752449
Message ID:
00752484
Views:
10
Hi Dmitry.

>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?

Hmm, as long as you set the Alias property of the CursorAdapter to MYALIAS and CursorFill succeeded (it returns .T.), you should have a cursor called MYALIAS open, so you can bind controls to it, reference fields using MYALIAS.FIELDNAME, etc.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform