Routines for loc_br.kb


BrowseLocations

File Name

loc_br.kb

Syntax

BrowseLocations(VAL wHdl: WINDOW)

Parameters

wHdl - window handle of the calling dialog box

Returns

None

Side Effects

None

Description

This function allows the calling function to display the locations in the hierarchy control and also allows for a location to be selected back.

Dialog Forms Called

loc.dfc[location]


ClearLocationForm

File Name

loc_br.kb

Syntax

ClearLocationForm(VAL wHdl: WINDOW, VAL mode: STRING)

Parameters

wHdl - window handle of the calling dialog box

mode: the mode of the current window

Returns

None

Side Effects

None

Description

This function clears all the fields on the location form.

Dialog Forms Called

None


InitializeLocForm

File Name

loc_br.kb

Syntax

InitializeLocForm(REF BSR: HierarchyEventInstRec, REF loc: LocationRec, REF TimeZoneList: LIST OF STRING, VAL action: STRING)

Parameters

BSR - the instance record for all hierarchy manager dialog boxes

loc - location record

TimeZoneList - list of timezone records

action - action being taken on dialog box at present

Returns

None

Side Effects

None

Description

This function sets the fields on the dialog box for the location node currently accepted.

Dialog Forms Called

loc.dfc[locationform_mc]


SetLocButtonsForModeMC

File Name

loc_br.kb

Syntax

SetLocButtonsForModeMC (VAL wHdl: WINDOW, VAL mode: STRING, VAL modeForNode: STRING, VAL supported: BOOLEAN)

Parameters

wHdl - window handle of the calling dialog

modeForNode - the mode of the current window

supported - indicates if the currently selected node is supported

Returns

None

Side Effects

None

Description

This function sets the buttons on the location form based on the mode and whether the currently selected node is supported. This function is only called when multi-customer support is enabled.

Dialog Forms Called

None


ViewLocDetails

File Name

loc_br.kb

Syntax

ViewLocDetails(REF treerec: ExpandRec, VAL w: WINDOW)

Parameters

treerec - the instance record for all hierarchy manager dialog boxes

w - location record

Returns

None

Side Effects

None

Description

This function displays the location details.

Dialog Forms Called

loc.dfc[locationform]

loc.dfc[locationform_mc]