File Name
Syntax
GetMenuBarForProfile(VAL profile: ProfileRecord): LIST OF MenuBarEventRecord
Parameters
profile - ProfileRecord
Returns
List of MenuBarEventRecords
Side Effects
None
Description
This function will return the list of menu items for the profile provided. The menuBarEventRecord has some extra columns that are used when adding and updating menus with the profile editor.
Dialog Forms Called
None
File Name
Syntax
GetMenuForProfile(VAL profile: ProfileRecord): LIST OF MenuBarRecor
Parameters
profile - ProfileRecord
Returns
LIST OF MenuBarRecords
Side Effects
None
Description
This function will return the list of menu items for the profile provided.
Dialog Forms Called
None