Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing forms
Message
From
30/11/2000 17:17:38
Adam Skowronski
Custom Designed Systems
Miami, Florida, United States
 
 
To
30/11/2000 11:16:17
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00447388
Message ID:
00447742
Views:
11
Try using a public variable such as 'glFormHasFocus' in form1, set to .F. when calling form2, and set to .T. when destroying form2. Then in the Refresh of the controls on form1, put This.Enabled = glFormHasFocus. This will work whether the forms are modal or not.

May not be the best, but I use it very effectively in my forms, the same as ENABLING command buttons when in Edit Mode on a form.

Adam
Adam J Skowronski
Previous
Reply
Map
View

Click here to load this message in the networking platform