Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CursorAdapter and Master detail forms
Message
 
 
À
18/10/2002 02:34:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00712726
Message ID:
00712745
Vues:
8
Hi!

See notes below...

>For those having the VFP 8.0 beta:
>
>- What is the meaning of the property: .tables of the class

It represents option "Tables" of cursor (see help for CursorSetProp()/CursorGetProp() functions)

>- How can we implement master details forms (for remote data) like invoices in the same form using the CursorAdapter Class

The same way as in VFP7. CursorAdapter does not give any new features but better OOP interface to PEMs of cursor (CursorSetProp()/CursorGetProp() and updating methods). Plus it generalizes work with different kinds of record sources.

>- Generally how can I implement transactions involving several remote tables using CursorAdapter in the same form?
>

The same answer. As about common transaction for different record sources, VFP8 have improved a couple of things related to organizing of shared connection, so you can have all remote sources based on the same connection, and thus use a single transaction to update all of them.

>Dimitris
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform