Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Starting App without seeing foxpro screen shrink.
Message
From
17/10/2000 04:11:09
 
 
To
17/10/2000 03:50:58
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00428371
Message ID:
00430202
Views:
27
>Ya, However.
>The question I meant was..
>Instead of SCREEN=OFF in the config.fpw is there a _SCREEN equivalent...
>
>I.e.
>_SCREEN.????=.T. <---------> SCREEN.OFF in config.fpw
>
>I was aware of the _SCREEN variable but not sure of the property for screen=off...
>
>I tried visble but it had no effect.
>
>thanks..

What you want is in CONFIG.FPW:

SCREEN=OFF

In your mainline program:
WITH _SCREEN
   .LockScreen = .T.
   .WindowState = 2
   .Caption = '<i>whatever your caption should be</i>'
   .Icon = '<i>FileName of Icon if you don't want FoxHead</i>'
   .Enabled = .T.
   .Visible = .T.
   .LockScreen = .F.
ENDWITH
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform