Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SixteenApplication (continued)

GetMenuFunctionLog Function

Overview

The GetMenuFunctionLog function returns the handle to the Global Log Object, which depending on the menu function run and its settings, will contain log information for the function.

Syntax/Parameters

Syntax

handle = GetMenuFunctionLog ( );

Parameters

(none)

Return Value

A handle for the Global Log Object. The CloseHandle function does not effect the state of the handle.

Remarks

Not all functions load the Global Log Object and some may only load the object in place of displaying a tab in the Information View.

The contents of the Global Log Object are subject to change. Programmers should extract or process the content of the log prior to calling RunMenuFunction again or allow the user to execute menu functions.

Related Functions: 

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE