Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fire a control on a Form you can not see?
Message
From
28/09/2016 14:48:20
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01641455
Message ID:
01641463
Views:
56
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
Previous
Reply
Map
View

Click here to load this message in the networking platform