GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Sixteen — Application (continued)
Overview
The DisableFileHistory function controls the addition of files to the file history list.
Syntax/Parameters
Syntax
int = DisableFileHistory ( [int mode] );
Parameters
mode
An optional int specifying whether to disable (FALSE), enable (TRUE) or to read the blocking state (-1). The default value is TRUE.
Return Value
An int containing the current add status. If not blocked, FALSE is returned, if adding file action is blocked, FALSE is returned.
Remarks
While running certain menu functions (and some other view level functions), edit files might be opened and closed. This action will result in the filename a path being added to the file history. To block this action, call this function.
The blocking action can be removed by calling with function with the mode set to FALSE.
Blacking action is cumulative from script to script, as such, the file history could already be blocked. In this case, calling the DisableFileHistory will just increment the application level count.
If the program ends without reenabling the file history, script engine will automatically restore the blocking to its original state,
Related Functions:
Platform Support
Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL
Legato IDE
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.