Routines for c_scim.kb


HandleEquipmentLists

File Name

c_scim.kb

Syntax

HandleEquipmentLists ( VAL whdl, VAL fieldName, VAL fieldValue );

Parameters

wHdl - window containing the equipment controls

fieldName - field name that has been modified by the user

fieldValue - modified value

Returns

Nothing

Side Effects

None

Description

This function is used to process the equipment fields on a dialog box. Due to their hierarchical nature, each equipment field is dependant upon its parent. When a system changes, the component values for that system must be loaded. When a component changes, the item values must be loaded. When an item changes, then the module values must be loaded. These values are loaded directly into the window controls specified by the wHdl parameter.

Dialog Forms Called

None