Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No background, please
Message
From
04/02/2002 21:04:02
 
 
To
04/02/2002 14:27:59
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00614967
Message ID:
00615198
Views:
15
Randy, HTH....

Presuming your forms in order....
form1.method_to_call_the_next_active_form..
>>THISFORM.Lockscreen=.T.
>>*-- Maximize the form
>>THISFORM.WindowState=2
>>THISFORM.Lockscreen=.F.
>>call_the_next_active_form

>>*-- when you return to the previous form
>>*-- previous_form_activate()
>>THISFORM.Lockscreen=.T.
>>*-- Maximize the form
>>IF THISFORM.WindowState=2
>>>*-- return the form to original state
>>>THISFORM.WindowState=0
>>ENDIF THISFORM.WindowsState=2
>>THISFORM.Lockscreen=.F.

Give it a go... should match what you want...

Ric

>Hi. VFP7 user. I have an exe with several screens of different sizes. I would like the underlying screen to show through (as opposed to the opaque white background). How do I do this?
>
>Thanks, Randy
Previous
Reply
Map
View

Click here to load this message in the networking platform