Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Close a form...

Status
Not open for further replies.

hudhwk

Programmer
Jan 28, 2003
80
MX
Hi guys,

I have a problem with a form that I open but it's not the form I am using, so the THIS, THISFORM command just don't work when I try to release the form that I opened at the begining, I'am not sure if I an clear enough. Please let me know if you get it.

Thanks in advance.

Sincerely,

Daniel Buentello
"Here comes the hawk!!!
 
HI

Are you using in the form itself the code.. ThisForm.Release(). This should work.

If you are calling it in another form.. then.. an example willbe..

DO FORM myForm NAME myForm Linked
Then.. you can release the myform from anywhere else..
myForm.Release()

When variable myForm gets released, the form also gets released.

:)

____________________________________________
ramani - (Subramanian.G) :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top