Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling method of an application class
Message
De
25/12/2007 22:43:04
Mike Yearwood
Toronto, Ontario, Canada
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01277450
Message ID:
01277465
Vues:
25
>>An object lives in the dasession it was created in. IOW,when you call a method of an object it will be executed in the dasession the object was created in.
>>
>
>I found the cause of my problem. The form that calls the method of the application class has private datasession. So no matter what other class method it calls, the tables opened in that other class are not open in the calling form.
>
>This creates a problem as I now cannot move my function that opens a table (based on the parameter) to a method of the application class. Too bad. Back to the original design.

Just FYI, but a function call is faster than a method call. A method to open a file does not belong in an application object, but in a data object instantiated by the form(s) (or other clients) that need that data.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform