Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form exists and bring to top
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Form exists and bring to top
Divers
Thread ID:
00885424
Message ID:
00885424
Vues:
50
I have been using the following code for years, but VFP8 ignores it and will not bring the requested form to the top
Any ideas ?

IF WEXIST(MForm) && Just in case
SHOW WINDOW (MForm) TOP && Make it the Active Form
_SCREEN.ActiveForm.WindowState = 0 && Make it NOT minimised (Normal)
_SCREEN.ActiveForm.Refresh
ELSE
DO FORM (MForm) NAME (MForm)
ENDIF

TIA
John
To move a mountain start with the smallest stone
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform