Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modal form just in relation with other form
Message
From
23/10/2004 04:26:20
 
 
To
22/10/2004 16:02:07
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00953859
Message ID:
00953964
Views:
15
>How can I simulate a modal form that the 'modal' mode is only related with another form, not the entire application?
>
>thanks in advance
>Héctor L.

try this:
in alonemodal.Init
  anotherform.Enabled = .F.

in alonemodal.Destroy
  anotherform.Enabled = .T.
Previous
Reply
Map
View

Click here to load this message in the networking platform