File Name
Syntax
BrowseConnectionEvent(REF BSR: HierarchyEventInstRec)
Parameters
BSR - connection hierarchy instance data
Returns
BSR
Side Effects
None
Description
This event is used to browse connections in the connection hierarchy/ tree control.
Dialog Forms Called
tam_adm.dfc[connectionform_mc]
File Name
Syntax
BrowseConnections(VAL wHdl: WINDOW)
Parameters
whdl - parent window handle
Returns
Nothing
Side Effects
None
Description
This procedure is the Browse Connections system action.
Dialog Forms Called
tam_adm.dfc[connection]
File Name
Syntax
BrowseTopoFile(VAL wHdl: WINDOW, VAL mode: STRING)
Parameters
whdl - parent window handle
mode - connection form mode
Returns
Nothing
Side Effects
None
Description
This procedure allows the user to browse and select topography files (file extension *.bmp).
Dialog Forms Called
None
File Name
Syntax
ClearConnectionForm(VAL wHdl: WINDOW)
Parameters
whdl - parent window handle
Returns
Nothing
Side Effects
None
Description
This procedure clears the entry field values on the dialog box.
Dialog Forms Called
None
File Name
Syntax
InitializeConForm(REF BSR: HierarchyEventInstRec, REF con: ConnectionRec, REF ConnectionTypeNameList: LIST OF STRING, VAL action: STRING)
Parameters
BSR - instance data for connection events
con - connection record
ConnectionTypeNameList - listing of connection types
action - for instance, Replace
Returns
BSR, con, ConnectionTypeNameList
Side Effects
None
Description
This procedure initializes the Connection dialog box.
Dialog Forms Called
None
File Name
Syntax
SetConButtonsForModeMC(VAL wHdl: WINDOW, VAL mode: STRING, VAL modeForNode: STRING, VAL supported: BOOLEAN)
Parameters
whdl - parent window handle
mode - edit,view mode
modefornode - insert to the root, or copy
Returns
Nothing
Side Effects
None
Description
This procedure sets the buttons based on the mode and whether or not the system is secure.
Dialog Forms Called
None