Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Screens/Forms Layouts
Message
 
 
To
07/02/2000 14:02:57
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00328406
Message ID:
00328597
Views:
22
>I am opening several forms in my application. Right now, I'm not sure which one I'm closing, which one I'm hiding etc. Can anyone tell me the best method to ensure that I am opening and closing all my forms when I enter and exit them. Imagine my surprise when I look in the background after my program errors off and I still see a form that I KNOW I had a thisform.release() in the click event of the button on that form!
>

If you are using the native VFP window as your main window, you can play with the following:
FOR i = _SCREEN.FORMCOUNT
    _SCREEN.FORMS[i].RELEASE()
ENDFOR
HTH
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform