Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter Question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00980399
Message ID:
00980441
Views:
41
>Ok, What I'd like to do is pull the data from the source
>table into a different structure. The field names might not
>be the same in the app as in the source table.
>
>Is the CursorSchema the way to do it?

Just leave CursorSchema alone. VFP can create the structure for you if you leave the "UseCursorSchema" parameter as false. In VFP9, this is now a native CA property. In VFP8, my CABuilder added a custom lUseCursorSchema property that was respected by the CursorFill method.

The problem you will have is binding controls to "variable" field names.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform