GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Twenty-three — XBRL Functions (continued)
XBRLViewOpenTransactionLog Function
Overview
The XBRLViewOpenTransactionLog function consumes an XDX Transaction Log and creates an XBRL View object and optionally export an XBRL file set.
Syntax/Parameters
Syntax
int = XBRLViewOpenTransactionLog (string source, [string xfr], [dword flags] );
Parameters
source
A string specifying the source XDX Transaction Log.
xfr
An optional string specifying a fully qualified filename and path to write the XBRL Financial Report File. This parameter is required to export an XBRL file set. If the xfr parameter is not set (or an empty string), the function will result in an XBRL View being opened and remaining open at the end of the translation process.
flags
A dword array of containing specific flags for processing. In the prerelease, setting this to TRUE will export an XBRL file set to the same path as the xfr parameter.
Return Value
Returns an int as a formatted error code on failure. Use the GetLastError function to retrieve error information. Additional error information may be available depending on the error using the GetLastErrorMessage function.
Remarks
Note that this function will result a view being opened and possible subsequently closed depending of the parameters.
See Appendex F, XDX Transaction Log, for the transaction log specification.
Platform Support
GoFiler Complete, GoFiler Corporate, 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.