Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I instantiate a form object that is not MODAL?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
How can I instantiate a form object that is not MODAL?
Miscellaneous
Thread ID:
00109401
Message ID:
00109401
Views:
61
I have a form class to allow users to recreate indexes in their applications. I use code like the following:

oReindex = createobject('frmReindex', 'X_TAGDBF', 'DBF_NAME', 'TAG_NAME', 'KEY_NAME')
oReindex.show()

If the .WINDOWTYPE property is set to MODAL everything works fine. If it is set to MODELESS, the screen flashes on the screen and then is gone. Am I right in assuming you cannot instantiate a form using CREATEOBJECT unless it is MODAL? What am I missing?

Thanks in advance,

Lee
Next
Reply
Map
View

Click here to load this message in the networking platform