Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
.exe's
Message
From
17/12/1999 07:25:03
 
 
To
17/12/1999 07:13:22
Paul Frost
Instem Computer Systems Ltd
Stone, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: .exe's
Miscellaneous
Thread ID:
00304734
Message ID:
00305168
Views:
31
If you want a dialog (form) based application, then save yourself a lot of pain by doing the following:

1) Set the forms ShowWindow property to 2 and leave WindowType as Modeless.
2) In your config.fpw settings file enter a line SCREEN = OFF.
3) Create a program and set it as main in the project manager, the contents should be something like:

do form myform
read events

4) In your form (on say a Close button Click() method) enter CLEAR EVENTS.
5) Build and run.

This is a very simplistic approach but a lot less trouble than what you are currently doing (IMHO don't bombard this thread *g*).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform