Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter NineDialog Functions (continued)

DialogSetHelp Function

Overview

The DialogSetHelp function sets the base help file or reference for a dialog. This can be later referenced if the user selects the help button, presses F1, or chooses a context help item.

Syntax/Parameters

Syntax

int = DialogSetHelp ( string url );

Parameters

url

A string representing the location of the help data. For a web reference, it must be a fully qualified HTTP address. For Compiled HTML Help (CHM), it can be a full path and internal reference or a local reference.

Return Value

Returns an int value as ERROR_NONE or a formatted error code. Use the GetLastError function to retrieve error information.

Remarks

For CHM files, if a path is not specified, the file is expected to be located in the “Help” folder of the application. CHM files expect the trailing file reference to be appended in the form:

filename ::/ item

Where:

filename

The CHM file with or without the path. If a path is omitted or does not form a root position, the file is assumed to be located in the application’s “Help” folder or subfolder.

::/

The delimiter (all internal help component files start at the root, hence ‘/’).

item

The filename and optional name reference for the internal help file.

Note that the help action can also be intercepted by the dialog’s dialog_help procedure allowing for additional processing.

Related Functions

Platform Support

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

Legato IDE, Legato Basic