45 lines
888 B
Plaintext
45 lines
888 B
Plaintext
|
|
|
|
SCREEN = OFF
|
|
|
|
|
|
_STARTUP = ""
|
|
|
|
* to eliminate load time:
|
|
_BROWSER = ""
|
|
_SPELLCHK = ""
|
|
_GENMENU = ""
|
|
_GENGRAPH = ""
|
|
_GENXTAB = ""
|
|
_COVERAGE = ""
|
|
_SCCTEXT = ""
|
|
_CONVERTER = ""
|
|
_TRANSPORTER = ""
|
|
_BUILDER = ""
|
|
_WIZARD = ""
|
|
|
|
* other special CONFIG.FPW settings you may wish to change:
|
|
* (these are the defaults)
|
|
MVCOUNT = 1025
|
|
OUTSHOW = ON
|
|
|
|
* Set other global settings here if you like, for example:
|
|
RESOURCE = OFF
|
|
_THROTTLE = 0
|
|
|
|
* See the application object's SetDataSessionSets() method
|
|
* for some additional settings you
|
|
* may like to use in your config file.
|
|
* The following are not the default settings,
|
|
* (and ordinarily will be taken care of in the
|
|
* Load of private-session forms and formsets):
|
|
TALK = OFF
|
|
MULTILOCKS = ON
|
|
EXCLUSIVE = OFF
|
|
SAFETY = OFF
|
|
editwork=c:\
|
|
sortwork=c:\
|
|
tmpfiles=c:\
|
|
progwork=c:\
|
|
STACKSIZE = 512
|
|
CODEPAGE = 1252 |