Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Without FoxPro Windows?
Message
From
08/12/1998 16:13:48
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00151140
Message ID:
00165316
Views:
21
>>>Is there any possibility to show only form's window without showing main Visual Foxpro window?
>>>
>>>Giedrius
>>
>>You can set _screen.visible to .F. and make sure that all your forms have "ShowWindow" property set to "top level form" or "in top level form"
>>The foxpro screen remains visible in development mode, but will disappear in executable. So you must check this or you might find your app running "invisibly"!
>>
>>HTH
>
>It's from vfp help:
>
>"Setting the Visible property for the _SCREEN system variable has no effect in Visual FoxPro for Windows." :(
>How make vfp window to dissapear? On task bar too.

The main foxpro window is always visible in development mode, but depends on _screen.visible with a runtime exe. The help is misleading. Put _screen.visible= .F. in your main program. Compile your program and run the .exe file. You'll see.
Previous
Reply
Map
View

Click here to load this message in the networking platform