Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Active forms not getting closed
Message
From
07/07/2004 23:28:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Active forms not getting closed
Miscellaneous
Thread ID:
00921802
Message ID:
00921802
Views:
61
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
Next
Reply
Map
View

Click here to load this message in the networking platform