Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple instances of a form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00299895
Message ID:
00299921
Views:
18
Hi Ken,

Try the following:
IF WEXIST('Form Name') && This is the .Name property of the form
    ACTIVATE WINDOW Form Name
ELSE
    DO FORM 'Form File Name'  && This is the actual form file name
ENDIF
HTH

>I apologize if this question has been asked before, but I couldn't find any reference in the Knowledgebase.
>If there a way to prevent multiple launches of the same form?
>Thanks!
Colin Magee
Team Leader, Systems Development
Metroland Media Group Ltd.
Mississauga, Ontario, Canada

cmagee@metroland.com

Never mistake having a career with having a life.
Previous
Reply
Map
View

Click here to load this message in the networking platform