Routines for con_br.kb


BrowseConnectionEvent

File Name

con_br.kb

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]


BrowseConnections

File Name

con_br.kb

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]


BrowseTopoFile

File Name

con_br.kb

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


ClearConnectionForm

File Name

con_br.kb

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


InitializeConForm

File Name

con_br.kb

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


SetConButtonsForModeMC

File Name

con_br.kb

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