Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Private datasession issues..
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00153491
Message ID:
00153594
Vues:
22
You can add a Data Environment to a custom
object.

First, define the data env in a prg:

DEFINE CLASS DataEnv AS DataEnvironment
AutoOpenTables = .F.
ENDDEFINE

Then in the custom object:

This.oDataEnv = CREATEOBJECT("DataEnv")



Be sure to SET PROCEDURE TO your prg with
the DataEnv class definition.


After setting it up in you custom class,
just call

This.oDataEnv.OpenTables()
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform