DisableAutoSave

Build 1501 on 14/Nov/2017  This topic last edited on: 12/May/2016, at 11:35

Description

Stops temporarily the page auto-save, even if enabled. Useful in batch operations where you want to control when the page gets saved.

Syntax

FredApp.DisableAutoSave = True ¦ False

value

Set to True to stop the autosave. Set to False to re-enable it. It however gets re-enabled on the script exit.

Return value

Error code

Context

FredApp commands

See also

DisableAutoSave in TedApp.