Routines for i_svcs.kb


FillInventoryLists

File Name

i_svcs.kb

Syntax

FillInventoryLists

Parameters

None

Returns

Nothing

Side Effects

None

Description

Fills the eventlists and the connection type lists used by asset management. These lists are global variables declared in i_gconst.kb

Dialog Forms Called

None


InitializeAssetMgt

File Name

i_svcs.kb

Syntax

InitializeAssetMgt

Parameters

None

Returns

Nothing

Side Effects

None

Description

This function loads any global variables or preferences needed for the TAM function groups.

Dialog Forms Called

None


ObtainPreferences

File Name

i_svcs.kb

Syntax

ObtainPreferences

Parameters

None

Returns

Nothing

Side Effects

None

Description

This function obtains TAM preferences and sets the global variables for these preferences. Global variables are declared in i_gconst.

Dialog Forms Called

None


PadBase

File Name

i_svcs.kb

Syntax

PadBase( VAL base: INTEGER, VAL afterWidth: INTEGER )

Parameters

base - original asset tag base

afterWidth - new asset_tag width

Returns

new base

Side Effects

None

Description

This function is used to correct the base of the asset tag when the asset tag is being copied. This function is used by asset copy.

Dialog Forms Called

None