Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Exist?
Message
From
23/06/2000 10:02:05
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00383550
Message ID:
00383713
Views:
15
You could go "retro" and use:

(frmmyform = Form.Name)
IF WEXIST('frmmyform')
   ZOOM WINDOW frmmyform NORM
ELSE
   DO FORM frmmyform
ENDIF
>I'm using a MDI form as the parent form in my project. I will know if a child form exist/loaded inside the MDI form.
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Reply
Map
View

Click here to load this message in the networking platform