Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CursorAdapter Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00980399
Message ID:
00980441
Vues:
40
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform