baseballgem
Programmer
The help says you can say this:
COMMAND =_SCREEN.Caption="Visual FoxPro " + VERS(4)
in the config file as an example of how to employ the COMMAND= statement. But, IT DONT WORK !
The TITLE = <expression> (without quotes around the expression)... Now that works.
Are their other ways to set certain attributes in the config file?
For example:
_SCREEN.fontsize = 9
_SCREEN.backcolor = 1243456
_Screen.icon = 'C:\etc etc\ myicon.ico'
None of these work in a config file even if you preceed it with COMMAND = ; Guess it doesn't like the object reference.
Any suggestions?
It's not a major problem.
I can say SCREEN=OFF and then in the launching program set the screen attributes and then issue _SCREEN.visible = .T. , no big deal, NEVERTHELESS the help file regarding the COMMAND= is in error.
COMMAND =_SCREEN.Caption="Visual FoxPro " + VERS(4)
in the config file as an example of how to employ the COMMAND= statement. But, IT DONT WORK !
The TITLE = <expression> (without quotes around the expression)... Now that works.
Are their other ways to set certain attributes in the config file?
For example:
_SCREEN.fontsize = 9
_SCREEN.backcolor = 1243456
_Screen.icon = 'C:\etc etc\ myicon.ico'
None of these work in a config file even if you preceed it with COMMAND = ; Guess it doesn't like the object reference.
Any suggestions?
It's not a major problem.
I can say SCREEN=OFF and then in the launching program set the screen attributes and then issue _SCREEN.visible = .T. , no big deal, NEVERTHELESS the help file regarding the COMMAND= is in error.