Routines for c_help.kb


CloseHTML_File

File Name

c_help.kb

Syntax

CloseHTML_File

Parameters

Returns

None

Side Effects

None

Description

This routine writes summary tags and information and closes an HTML file.

Dialog Forms Called

None


CreateProfileHTML_File

File Name

c_help.kb

Syntax

CreateProfileHTML_File

Parameters

Returns

None

Side Effects

None

Description

This routine creates an HTML file of the user's profile in the user's default browser.

Dialog Forms Called

None


HelpAboutEvent

File Name

c_help.kb

Syntax

HelpAboutEvent

Parameters

ASE_Version - version of TDT installed

Returns

Nothing

Side Effects

None

Description

Event handler for the Help About dialog box.

Dialog Forms Called

None


RequestHelpAbout

File Name

c_help.kb

Syntax

RequestHelpAbout($handle)

Parameters

wHdl - window handle of the parent dialog box

Returns

Nothing

Side Effects

None

Description

This routine is the system action used to display the standard Help About dialog box.

Dialog Forms Called

c_cfg.dfc[abouttsd]


RequestHelpContactingTivoli

File Name

c_help.kb

Syntax

RequestHelpContactingTivoli($handle)

Parameters

wHdl - window handle of the parent dialog box

Returns

Nothing

Side Effects

None

Description

This routine is the system action used to display the HTML file that provides contact information and the URL needed to contact Tivoli.

Dialog Forms Called

None


RequestHelpContent

File Name

c_help.kb

Syntax

RequestHelpContent($handle)

Parameters

wHdl - window handle of the parent dialog box

Returns

Nothing

Side Effects

None

Description

This routine is the system action used to launch the HTML file that contains links to the TSD help contents.

Dialog Forms Called

None


RequestHelpSearch

File Name

c_help.kb

Syntax

RequestHelpSearch($handle)

Parameters

wHdl - window handle of the parent dialog box

Returns

Nothing

Side Effects

None

Description

This routine is the system action used to launch the HTML file where users can enter search criteria and the index used for searching.

Dialog Forms Called

None


RequestHelpTips

File Name

c_help.kb

Syntax

RequestHelpTips($handle)

Parameters

wHdl - window handle of the parent dialog box

Returns

Nothing

Side Effects

None

Description

This routine is the system action used to launch the HTML file that contains tips and tricks for using help.

Dialog Forms Called

None


RequestYourSystemProfile

File Name

c_help.kb

Syntax

RequestYourSystemProfile($handle)

Parameters

wHdl - window handle of the parent dialog box

Returns

Nothing

Side Effects

None

Description

This routine is the system action used to launch the HTML file that contains the menu items, toolbar buttons, and their associated actions for the current users profile.

Dialog Forms Called

None


WriteHTML_TableEntry

File Name

c_help.kb

Syntax

WriteHTML_TableEntry

Parameters

fileHandle - file

column1_entry - text to write to HTML file

column2_entry - text to write to HTML file

Returns

None

Side Effects

None

Description

This routine writes a detail line to an HTML file.

Dialog Forms Called

None


WriteHTML_TableHeader

File Name

c_help.kb

Syntax

WriteHTML_TableHeader

Parameters

fileHandle - file

table_title - title of table

column1_title - title of first table column

column2_title - title of second table column

Returns

Nothing

Side Effects

None

Description

This routine writes a detail line to an HTML file.

Dialog Forms Called

None