Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem in Main Form
Message
From
09/10/2000 21:44:23
Jeffrey Ang
JGA Software Inc.
Davao, Philippines
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00425899
Message ID:
00427118
Views:
19
Hi Marty,

I Got It!!! Thanks a lot. What i did is that i saved the main form to a public variable, and i used it in the second form my code goes like this:

In Main Form:

PUBLIC mform

mForm = Thisform

************************

In Second Form(Destroy Event)

mForm.Visible = .F.
mForm.Closable = .F.
mForm.Closable = .T.

after any messagebox that would display, i will call this:

mForm.Closable = .F.
mForm.Closable = .T.

i tried using _Screen.Closable but it doesn't work.


Thanks

Jeffrey
Previous
Reply
Map
View

Click here to load this message in the networking platform