Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to eliminate the Foxpro desktop in distributed progr
Message
From
19/10/1998 16:58:10
 
 
To
19/10/1998 16:45:30
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00148287
Message ID:
00148291
Views:
32
Harry:

Use a CONFIG.FPW file for the application and enter:

SCREEN=OFF

You will need to make sure that your forms ShowWindow property is either:

1 - In Top-level Form
2 - As Top-level Form


or the form will default to the main VFP window which will not be visible!

You can accomplish the same thing in code with the following line as well:

_VFP.Visible = .F.

however this will *flash* the main VFP window which may be undesirable.

Hope this helps!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform