Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Config file not working
Message
 
 
To
14/08/2009 17:43:22
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01418189
Message ID:
01418194
Views:
70
Only some system variables can be set in the VFP config file, the ones that specify location of different components.
You can use _STARTUP configuration item to point to a PRG that can include any VFP commands.

>
>I'm trying to use a config file to change the default value of the system variable _ASCIICOLS in a shipping .exe file.
>I created a file with this in it:
>_ASCIICOLS = 200
>
>I invoke the app like this:
> myapp.exe -cmyconfigfile.txt
>
>The config file is in the same folder as the executable.
>There is no config.fpw file.
>Using Filemon, I see that myconfigfile.txt is being opened and read when I start my app.
>
>However, if look at the value of _ASCIICOLS in my app, the value is always the default value, which is 80.
>
>MESSAGEBOX("INTERNAL: " + SYS(2019, 1)) && This shows my file.
>MESSAGEBOX("EXTERNAL: " + SYS(2019, 2)) && This shows nothing.
>MESSAGEBOX("_ASCIICOLS = " + ALLTRIM(STR(_ASCIICOLS))) && This shows 80.
>
>
>Can I do this?
>
>Thanks,
>Howard
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform