Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Config file not working
Message
From
14/08/2009 17:43:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Config file not working
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:
01418189
Views:
145
Hello,

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
Next
Reply
Map
View

Click here to load this message in the networking platform