GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Eighteen — DataView Integration (continued)
Overview
The FormsViewNewView function creates a new MDI Data View workbook using a template.
Syntax/Parameters
Syntax
handle = FormsViewOpenFile ( string template );
Parameters
template
A string specifying the template file to use to create the view.
Return Value
A window handle or NULL_HANDLE (0) if there is an error. Use the GetLastError function to retrieve a formatted error code. The value is the handle to the MDI container window for all views displayed and can be used to access other window functions. This handle is not a script object and does not need to be closed.
If the view is opened, the Edit Manager entry index can be retrieved by using the GetLastError function.
Remarks
This function differs from running a FILE_NEW from the RunMenuFunction in that it provides direct access to the Forms View manager and allows a template to be directly specified.
If the template does not exist or a script error occurs within the template, the function may fail. The view handle returned is the first view or tab.
If the file format is not supported, ERROR_FUCTION_NOT_SUPPORTED will be placed in the last error buffer.
Related Functions
Platform Support
Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL
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.