Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Public variables versus cursor
Message
 
À
01/12/2008 10:46:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01364711
Message ID:
01364936
Vues:
20
>Hi Jim!
>What kind of object?

It doesn't make any difference sense all of the methods and properties you use are going to be your own. I usually use eother a relation class or a session cl;ass depending on whether or not I want it to have a private data session.
DEFINE CLASS MyApp AS Relation
   
   DataPath = "C:\wherethedatais\
   ImagePath = "C:\Wherethejpgsare\

FUNCTION LaunchForm(tcTheFormName)

* Bl;ah blah blah code to lauch and track forms

ENDFUNC

etc...

ENDDEFINE
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform