SETAPPSTATE

Defines application settings.

Syntax

SETAPPSTATE ["appName"] "desc" Y/N Y/N accessLevel
  Y/N Y/N Y/N Y/N lockTimeout MaxLROFileSize;
ParameterDescription

appName

Name of the application. Do not include appName if the active application is selected.

desc

Text string describing the application.

Y/N

Sets whether the application is loadable.

Y/N

Sets whether autoload occurs.

accessLevel

Default access level. Values:

0 - None. 1 - Read. 2 - Write. 3 - Calculate. 4 - Application Manager or Database Manager

Y/N

Sets whether connections can be made.

Y/N

Sets whether commands can be issued.

Y/N

Sets whether updates can occur.

Y/N

Sets whether security is enabled.

lockTimeout

Maximum number of seconds that locks can be placed on blocks by Spreadsheet Add-in users.

MaxLROFileSize

Maximum size, in kilobytes, for a Linked Reporting Objects (LRO) file.

Notes

Example

SETAPPSTATE "sample" "The application is ready"
    "Y" "Y" 0 "Y" "Y" "Y" "Y" "3600";