Â
How can I permanently disable the Themes property in FoxPro 8.0? With the themes enabled, the controls don't display properly when using program input forms. Pls help; I know a temporary way by changing Themes to False in the properties window, but I have to do that everytime I log in.
Disable Themes property in FoxPro 8.0
Hello There,
This is really weird, and I am going to give you 2 indirect solutions
1. Including "COMMAND = _SCREEN.Themes = .F." in the config file will disable themes when you open FoxPro directly as application. But, if you open through windows explorer, it doesn't work.
2. Disabling themes service or changing to the classic theme should work also. Themes can be disabled through services.msc. You can check Theme to classic in the control panel.Â