Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp50- Need a faster way to open FORMS and code.
Message
From
07/04/1997 04:52:20
 
 
To
27/03/1997 09:22:39
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00025238
Message ID:
00027235
Views:
38
>I am calling FORMS off the MENU. When I call a FORM, I want to check
>if the FORM has been called, and if so, only SHOW it.
>Could I get a little code from you?
>
>My FORM is called [customer] and in the CLICK EVENT off some button, I
>do form customer
>
>thanks.. rob

I guess you are just hiding the form instead of closing it then?

If a form is run by DO FORM and you have a call to RELEASE() then the form is gone, and you can't use SHOW().


Otherwise you can look through _SCREEN.FORMS[] and see if any of them are the form you want.
Then show that one form instead of creating a second copy.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform