Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
.EXE reacts differently than .APP
Message
From
04/12/1998 21:01:29
Aaron K. Y. Chu
Health & Care Co. Ltd.
Hong Kong, Hong Kong
 
 
To
04/12/1998 12:04:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00160352
Message ID:
00164375
Views:
11
I think the problem is the way Visual FoxPro reading your exe. and app.
differently. If you start with exe., first thing is looking for config.fpw
which is configuration file, of course. and not existed, the exe. will load
the standard foxpro setting, or the last setting.

So you may create a text file called CONFIG.FPW in the folder with your exe.
file. And in this you may write down :

SCREEN = OFF

and also you must set all form to be .ShowWindow = 2

In main.prg

You should have READ EVENTS to "hold" up the program, at last, when you are going to exit the exe., just issue CLEAR EVENTS

This is the way I do now!
Of course, thank you for you all. Because I know that from this forum!

Hopefully, this helps you!
Best regards,

Aaron Chu

********************************************************

Working with Visual FoxPro is a lot of FUN!

********************************************************
Previous
Reply
Map
View

Click here to load this message in the networking platform