Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

LogSetWindow Function

Overview

The LogSetWindow function associates a window handle for a view with a log.

Syntax/Parameters

Syntax

int = LogSetWindow ( [handle hLog], handle hwView );

Parameters

hLogObject

An optional handle to a Log Object created with the LogCreate function. If this handle is omitted or NULL_HANDLE is specified, the function will apply the error summary to the default log.

hwView

A handle the edit view to associate with the Log Object.

Return Value

Returns an int as ERROR_NONE or a formatted error code on failure.

Remarks

Setting a view handle allows an untitled file or window to be associated with a log file once it has been loaded to an Information View.

Related Functions

Platform Support

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

Legato IDE, Legato Basic