Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Config.FPW Screen=OFF
Message
From
27/06/2002 11:22:12
Irv Adams
MSC Managed Care, Inc.
Florida, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00672856
Message ID:
00672898
Views:
9
This is the minimum required to put a true window on the screen:

Create a PRG with
Do Form Form1
READ EVENTS
Create a As-Top-Level=.T. Form (Form1) with an Exit button containing:
cmdButton.Click()
CLEAR EVENTS
THISFORM.Release()
...and the last thing you already have, which is a Config.fpw containing:
SCREEN=OFF
Of course there are many variations on this theme...Now, compile all these together and you have a bare minimum Window Form as an EXE.

HTH,

-Irv.

---------
>Hi Guys....
>
>Got some problem here....
>I have created one form... only one... in my project manager.. and one programs file (Prg) and one Other text files (config.fpw).
>
>What i really want from my program is to show only the form like when we or i run programs calc.exe (calculator windows), it only show the form calculator...
>
>But here, why i always get the visual foxpro screen form attach along with it.. How to make it loose....
>
>I have try to with config.fpw with SCREEN = OFF in it
>
>But in the contrary the programs doesn't show at all in fact it run backgrund.... When i press the CTRL+ALT+DEL in win 98 there's the program i want it for but i didn't show up or visible...
>
>
>How could that be possible..
>
>Is there something wrong with my project...
>
>please help me out here ok...
>thanks...
>
>regards,
>tut_arie
Previous
Reply
Map
View

Click here to load this message in the networking platform