Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Active forms not getting closed
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Active forms not getting closed
Divers
Thread ID:
00921802
Message ID:
00921802
Vues:
60
Hi friends
when i call a form from a menu i want close all active forms before running the form.

so i added the following code in a prg and calling from a menu

LPARAMETERS tcform
LOCAL lncnt as Number

LOCAL loForm
WITH _SCREEN
FOR EACH loForm IN .Forms
RELEASE WINDOW (loForm.Name)
NEXT
ENDWITH

*!*ok,we closed everything now call the form
DO FORM &tcForm

for some reason all active forms getting closed only after i close form (i.e tcform)
any ideas whats happening here

many thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform