AutoLoad
Use this command to enable or disable the automatic population and use of all documents within your procedure to the object cache. For Longview Apps, this command can be used in conjunction with the <kars> parameter in your .lvapp file and/or the Load and LoadKar commands. This command is helpful if, for example, you have a Longview App with many supporting documents and images and want to ensure all necessary documents are added to the cache.
Syntax
AUTOLOAD ON|OFF
where:
Value | Description |
---|---|
ON |
Automatically loads all documents into the object cache. |
OFF |
Documents are not automatically loaded into the object cache. This is the default. Use the <kars> parameter in your .lvapp file and/or the Load and LoadKar commands to load documents into the object cache. |
Syntax example
AUTOLOAD ON
See also