Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to tell if a form is already open.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00680582
Message ID:
00680674
Views:
25
Other way to check it to use WEXIST() function. If name of the form is frmCustomer, WEXISTS("frmCustomer") will return true when form is open.

>In my application, I am setting it up that when I double click a grid line item that it will open a form to display the detail information. When I run it, it will open the form as I need, but if I choose another line item, it will open another form. How do I get it to use the same form if its open or to open the form if it isnt?
>
>Thanks in advance
>Ron
- Jayesh
Previous
Reply
Map
View

Click here to load this message in the networking platform