File Name
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
File Name
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
File Name
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
File Name
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]
File Name
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
File Name
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
File Name
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
File Name
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
File Name
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
File Name
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
File Name
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