Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to bring a form to front
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00080198
Message ID:
00080205
Views:
23
>Problem is that since the form is minimized it does'nt appear in _screen.forms(x). Or is it a bug in my programming?
>
>>>Hi, I'm using amain window with several forms. How do I bring a form to the front? I'm already using _screen.forms(x).windowstate to minize the forms but how do I bring them back?
>>
>>_scree.forms(x).show

Minimized form is still inside _screen.form, so
_screen.forms(x).windowstate=0 && restore form
_screen.forms.show() && bring it up front
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform