Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Close button
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00555584
Message ID:
00555587
Views:
12
>Hi All,
>
>I have a form class that I instantiate using NEWOBJECT(). This form class has a command group of three buttons, one of which I want to be a close button. Maybe I'm missing something, but what command, code, etc will release the instantiated form ? Yes, Vlad's signature statement applies to me.
>
>Keith

If you have an object reference to the form that needs to be maintained:

ThisForm.Hide()

Otherwise:

ThisForm.Release()
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform