Hi,
Could anyone help me providing some information about how to change the background color of a FOXPRO application developed in Ver 2.5 for MS-DOS. I am not familiar with FoxPro, even a single tip would be useful
Thanks and regards
Jimmy
Read the SET COLOR Commands topic of the help file.
Then use the command SET COLOR TO foreground/background, for example SET COLOR TO G+/N changes the color to intense green on black.
Try following command & place it at the top of displaying commands
SET COLO TO (SCHEME)
n is an integer (normally 1-14) representing different color schemes predefined in Fox Pro. This statement will cause changes in backgroud, foreground, menu colors etc
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.