I am having a problem changing some of the VFP _screen properties in the config.fpw file. Currently I have an EXE that will run the newest version of an my APP. I have the same config file included in my projects for both the EXE and the APP. The config.fpw looks like this:
ESCAPE = OFF
RESOURCE = OFF
HELP = OFF
SCREEN = OFF
I then make the screen visible when the main program of the APP runs. I wanted the _screen.borderstyle set at 2, so I added this line at the end of the config file:
_SCREEN.BORDERSTYLE = 2
This is suppose to make the _screen a fixed dialog borderstyle. It does not work, I can still resize the _screen border. I know I can just add the code to main program in the APP, but I wanted to use one config file for all similar apps to use.
If anyone knows why this might be happening please let me know. According to help this line should work.
Thanks
Dave L.
ESCAPE = OFF
RESOURCE = OFF
HELP = OFF
SCREEN = OFF
I then make the screen visible when the main program of the APP runs. I wanted the _screen.borderstyle set at 2, so I added this line at the end of the config file:
_SCREEN.BORDERSTYLE = 2
This is suppose to make the _screen a fixed dialog borderstyle. It does not work, I can still resize the _screen border. I know I can just add the code to main program in the APP, but I wanted to use one config file for all similar apps to use.
If anyone knows why this might be happening please let me know. According to help this line should work.
Thanks
Dave L.