The goal of this topic is to put together a list of settings that an application might read from an INI file that would allow customers to make field level adjustments to an application's behavior without having to recompile the application in question. I'm looking for settings whose values - in theory - should not affect core program logic.
By settings I mean generic VFP settings vs. application specific settings. Typically these would be SET, SYS(), _VFP/application object, or SYSTEM variable (_* variables) related settings.
Here's my list so far:
_dblclick - time period that defines a double click
_incseek - listbox/combo incremental seek delay
sys(2060) - mousewheel event handling
sys(2700) - enable/disable use of XP themes
sys(2800) - enable/disable Active Accessability support
sys(3050) - foreground/backgroun memory use
sys(3051) - record lock retry delay
sys(3052) - use record lock delay for index/memo
sys(602) - offscreen bitmap on/off
application.OLERequestPendingTimeout - OLE timeout value
application.OLEServerBusyRaiseError - OLE timeout value
application.OLEServerBusyTimeout - OLE timeout value
Any additions/deletions?
Malcolm
By settings I mean generic VFP settings vs. application specific settings. Typically these would be SET, SYS(), _VFP/application object, or SYSTEM variable (_* variables) related settings.
Here's my list so far:
_dblclick - time period that defines a double click
_incseek - listbox/combo incremental seek delay
sys(2060) - mousewheel event handling
sys(2700) - enable/disable use of XP themes
sys(2800) - enable/disable Active Accessability support
sys(3050) - foreground/backgroun memory use
sys(3051) - record lock retry delay
sys(3052) - use record lock delay for index/memo
sys(602) - offscreen bitmap on/off
application.OLERequestPendingTimeout - OLE timeout value
application.OLEServerBusyRaiseError - OLE timeout value
application.OLEServerBusyTimeout - OLE timeout value
Any additions/deletions?
Malcolm