Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating an .EXE
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00251616
Message ID:
00251641
Views:
8
>>I don't get a screen flash, but the Windows window of my current directory (the one I'm running the EXE from) looses focus. Then, if I CTL/ALT/DLT to bring up the Control Manager, I can see that VFP is running, even though there is no window for it anywhere.

>
>That's wierd. Almost as if its running minimized. What does your config.fpw look like.

Dan-
To be honest, I had forgotten about the CONFIG.FPW (this is my first VFP project). I don't think I've even looked at this before. The generated comments seem to suggest that I need to make changes in order to run an EXE.


*===============================================================
* CONFIG.FPW for C:\VFP_EIS\EIS.PJX

* This file is a generated, framework-enabling component
* created by APPBUILDER
* (c) Microsoft Corporation


* This file should contain the settings
* appropriate to your project
* and be added in to the project/exe
* or installed in the EXE directory

* It overrides registry settings

* You can use the -C switch or FOXPROWCFG environmental
* variables to point to a config file by name, and
* and the FOXPROSWX variable also handles -C among
* the other switches.

SCREEN = OFF
TITLE = EIS

* Change this to suit:
* TMPFILES = **
* or set EDITWORK,SORTWORK,PROGWORK individually
* note: these should never be set in a CONFIG.FPW
* built into your EXE! See above for ways of pointing
* to a CONFIG file.

* To specify a startup program, possibly temporarily,
* on the way into your app:
_STARTUP = ""

* to eliminate load time:
_BROWSER = ""
_SPELLCHK = ""
_GENMENU = ""
_GENGRAPH = ""
_GENXTAB = ""
_COVERAGE = ""
_SCCTEXT = ""
_CONVERTER = ""
_TRANSPORTER = ""
_BUILDER = ""
_WIZARD = ""

* other special CONFIG.FPW settings you may wish to change:
* (these are the defaults)
MVCOUNT = 1025
OUTSHOW = ON

* Set other global settings here if you like, for example:
RESOURCE = OFF
_THROTTLE = 0

* See the application object's SetDataSessionSets() method
* for some additional settings you
* may like to use in your config file.
* The following are not the default settings,
* (and ordinarily will be taken care of in the
* Load of private-session forms and formsets):
TALK = OFF
MULTILOCKS = ON
EXCLUSIVE = OFF
SAFETY = OFF
*=================================================================
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform