Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SCREEN=OFF
Message
From
09/10/1997 20:06:16
 
 
To
09/10/1997 10:04:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00053731
Message ID:
00053986
Views:
28
>>Hi,
>>
>>SCREEN=OFF in CONFIG.FPW hides my forms in addition to
>>FoxPro's desktop screen.
>>
>>I know the application is running because I can see it
>>listed on the task menu.
>>
>>Environment: VFP 5 on Windows'95
>
>
>Are your forms set to be "on desktop"?

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

Thank you Craig & Michel..

Acting on Michel's tip I modified my calling program with those
_screen lines. There should be a way to get rid of FoxPro DeskTop
completely. Anyone?

*-------begins

SET SYSMENU OFF

_screen.width = 0
_screen.height = 0
_screen.autocenter = .t.
_screen.maxbutton = .f.
_screen.visible = .t.

DO FORM AARON3 && a formset with DeskTop property
&& .. of all forms set to .t.
READ EVENTS
ON SHUTDOWN
SET SYSMENU TO DEFAULT
Real office automation starts with hiring a programmer!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform