Picture (Config): Difference between revisions
Jump to navigation
Jump to search
(→Syntax) |
Gordon.dye (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
CACHE_ON means that any pictures referenced on the client will be locally cached according to their file name. | CACHE_ON means that any pictures referenced on the client will be locally cached according to their file name. | ||
If CACHE_OFF is in effect, all picture references are freshly retrieved from the server even if they happen to exist on the client | If CACHE_OFF is in effect, all picture references are freshly retrieved from the server even if they happen to exist on the client. | ||
===Default=== | ===Default=== | ||
Client picture caching defaults to ON. | Client picture caching defaults to ON. | ||
For | For information on how pictures can be output (displayed) see [[Picture]]. | ||
<noinclude> | <noinclude> | ||
[[Category:Config]] | [[Category:Config]] | ||
</noinclude> | </noinclude> |
Latest revision as of 23:25, 19 January 2020
CONFIG PICTURE is a BRconfig.sys keyword that allows you to change the CACHE setting for pictures located on the client.
Syntax
CONFIG PICTURE CACHE_ON | CACHE_OFF
CONFIG PICTURE CACHE_ON or CONFIG PICTURE CACHE_OFF are the only valid PICTURE config statements. Any other values or no values will be rejected.
CACHE_ON means that any pictures referenced on the client will be locally cached according to their file name.
If CACHE_OFF is in effect, all picture references are freshly retrieved from the server even if they happen to exist on the client.
Default
Client picture caching defaults to ON.
For information on how pictures can be output (displayed) see Picture.