Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hiding form initially
Message
 
À
05/07/2002 12:17:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00674786
Message ID:
00675984
Vues:
14
>Jamie,
>
>Good point about the dataenvironment. I wonder why that isn't a separate object in the first place so it could be added like other components?
>
>Joe

Well there is. Look at the dataenvironment, cursor , relation & even the session classes.

ie. loDE = CREATEOBJECT("DataEnvironment")
loDE.ADDOBJECT("cOrder","Cursor")
loDE.cOrder.CursorSource = "Orders"
loDE.OpenTables()

etc. etc.

Cheers,
Jamie
Cheers,
Jamie
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform