Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Launch a modal form from a class
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00207168
Message ID:
00207171
Views:
15
Thanks Josh, I knew it would be simple once I knew how ...

Thanks


>After you create the form object, try oModalForm.Show(). When you create a form from a class, its visible property is .F. by default. This allows you to manipulate properties of the form after you instantiate it but before you display it. Calling the form's Show() method will display the form.
>
>>What is the syntax to launch a modal form from a class?
>>I have done the following but the form does not appear. What am I missig?
>>
>>oModalForm = CREATEOBJECT("MyClassForm")
>>
>>Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform