How can I include a statement such as
_Screen.Fontsize=16
in a prg file? Do I have to use an equivalent statement?
Another question:
When I put several screen property statements in the CONFIG.FPW file,
e.g.,
_Screen.Fontsize=16
_Screen.Fontbold=.t.
Only the last statement is executed. How can I include more than 1
statement?
Cass