Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hide and Show
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00121321
Message ID:
00121336
Vues:
13
Dan,

I assume that form y is modal. If so, you can put this in the click event of the button on form x:
THISFORM.Hide
DO FORM y
THISFORM.Show
This will work because execution of form x will pause waiting for modal form y to be released.

>I seem to be having difficulty in moving back to a previous form when useing {thisform.hide do form y } in a click prompt button ( which moves fine into form y, but when i issue a unload statement ... {thisform.release show.x} i get an error (Object x is not found)... debug shows Nothing in the local window (especially the previous form (x).. it works fine while running from the program manager, but once made into an APP , this is when the problem occurs... Can anyone help??
>
>TIA
>Dan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform