saveViewSubType
layoutXL saveViewSubType boolean { t | nil }
Description
Automatically opens a Layout cellview in the same application in which it was last saved (t). The default is t.
When set to t, this overrides the default application set for the current cellview or all layout cellviews on the Set Default Application form or using the maskLayoutDefaultApp environment variable.
GUI Equivalent
Example
envGetVal ("layoutXL" "saveViewSubType" )
envSetVal ("layoutXL" "saveViewSubType" 'boolean t)
envSetVal ("layoutXL" "saveViewSubType" 'boolean nil)
Related Topics
Return to top