Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I instantiate a form object that is not MODAL?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
How can I instantiate a form object that is not MODAL?
Divers
Thread ID:
00109401
Message ID:
00109401
Vues:
60
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform