Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Activating one form from another
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00205057
Message ID:
00205067
Vues:
16
Vidar,

You will need to know the name of the new window that you create after you create it. It depends on if you have a form manager in place or not. You can also get the _SCREEN.FORMCOUNT before launching your new form. Then you could get the name by using the following after you launch the form.

lnForms = _SCREEN.FormCount
DO FORM cformname
_SCREEN.FORMS(lnForms+1).SHOW()

This should work, but there are other ways to get it as well by call the name of the form with the SHOW().
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform