Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Really simple stand-alone form
Message
 
 
To
09/02/2002 08:21:01
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00617667
Message ID:
00618247
Views:
22
>Perhaps I was a bit unclear . The question is :
>
>How can I get rid of all run-time objects , except a form and its controls ?

Create a form and set the ShowWindow property to 2 - Ass Top-level. Create a main PRG that has the following:
do form myform.scx
read events
In the form's UnLoad event, add the following:
clear events
Create a CONFIG.FPW with at least the following:
SCREEN=OFF
Compile that file into your EXE by including under Other - Text files in the Project Manager.

When you application loads, the VFP screen will not display and the only thing your users will see is the form and all its contained controls.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform