Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fire a control on a Form you can not see?
Message
De
28/09/2016 14:48:20
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01641455
Message ID:
01641463
Vues:
57
Why not create the form as a class instead. Then create an instance of the form with CREATEOBJECT() or NEWOBJECT() and assign to a custom property defined for _VFP as follows:
ADDPROPERTY(_VFP, "MyClass", NEWOBJECT("MyFormClass", "MyClassLibrary.vcx"))
Now you can call any method via _VFP.MyClass
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform