File Name
Syntax
CreateToolBarList (REF iconList: LIST OF IconBarRecord, REF ToolBarList: LIST OF $ToolbarNodeRecord )
Parameters
iconList - list of icons
ToolBarList - list of toolbar icons for the toolbar
Returns
None
Side Effects
None
Description
This function will use the icon list to create a toolbar list.
Dialog Forms Called
None
File Name
Syntax
LoadIconList ( VAL user: UserEventRecord, REF ToolBarList: LIST OF $ToolbarNodeRecord)
Parameters
user - user ID for which to create iconbar
ToolBarList - list of toolbar nodes
Returns
None
Side Effects
Sets global iconList
Description
This function will create the toolbar for the user passed in. The final list is a depiction of the icons that are presented to the user upon logon.
Dialog Forms Called
None