Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Launch a modal form from a class
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00207168
Message ID:
00207171
Vues:
14
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform