Hi there,
I'm trying to include a config.fpw file in my app in order to (amongst other things) prevent it from generating ressource files (foxuser.*) and using VFP9 help, because I'm using the F1 key for other purposes.
My config.fpw file contains the following:
Most of those settings used to be in my starting prg as SET command value and worked fine, but I wanted to gather those in a config file for the sake of lisability...
The problem is my app doesn't seems to take those settings into account. Where am I supposed to include the config file in my Project manager? I tried putting it in code->programs, others->textfiles and others->other files, and it doesn't work...
Any help will be appreciated, thanks
Pascal Marier-Dionne
Québec
I'm trying to include a config.fpw file in my app in order to (amongst other things) prevent it from generating ressource files (foxuser.*) and using VFP9 help, because I'm using the F1 key for other purposes.
My config.fpw file contains the following:
Code:
screen=off
codepage=auto
outshow=off
EXCLUSIVE=OFF
EXACT=OFF
REPORTBEHAVIOR=90
DELETED=ON
NOTIFY=OFF
RESOURCE=OFF
CONFIRM=ON
HELP=off
DATE=ANSI
CENTURY=ON
The problem is my app doesn't seems to take those settings into account. Where am I supposed to include the config file in my Project manager? I tried putting it in code->programs, others->textfiles and others->other files, and it doesn't work...
Any help will be appreciated, thanks
Pascal Marier-Dionne
Québec