Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running code in a separate session
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01084016
Message ID:
01084221
Vues:
10
My suggestion would be to make your cCustom class be a subclass of Form which has the datasession stuff already built in. Just set all the appropriate properties so the form never shows, i.e. Visible=.F. etc.. You can then CREATEOBJECT("YourClass") and call its custom methods and manage the class code in the visual designer too. You get the benefit of having all the datasession stuff handled by Fox internally.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform