Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modal form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00622332
Message ID:
00622954
Vues:
22
Mark,

Sometimes I've run into similar conditions that because of some form LOCKSCREEN, REFRESH, or other, it throws-off the MODAL portion and lets program execution continue. To test this, try the following...


...part of the click event that may be prior to call the MODAL form
DO FORM YourModalForm (to some var if expecting return value...)

set step on

...continue with rest.

If the SET STEP ON comes before the form is released, then there is some type of activity that is releasing it. To correct this, at the form level (of the MODAL form), add an "ASSIGN" method to the forms MODAL/MODELESS property. In that, put a set step on. You should then see what culprit code is causing it to loose modal state.

HTH,


Don
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform