hiSetLayerCyclicValue
hiSetLayerCyclicValue(
d_techFileId
l_lpp
r_form
)
=> t / nil
Description
Sets the current value of the layer cyclic field.
This function should only be called if the form (r_form) contains a layer cyclic field.
Arguments
|
d_techFileId
|
The techfile object associated with the layers of the cyclic field.
|
|
l_lpp
|
List containing the layer name (or number) and purpose. This layer must exist in d_techFileId. (This argument is what is specified as the second argument to dbGetLayer.)
|
|
r_form
|
Form containing the layer cyclic field. This form handle is returned from hiCreateAppForm.
|
Value Returned
|
t
|
The value is set.
|
|
nil
|
An error occurred, or the layer-purpose pair was not found in the techfile. An error message is displayed.
|
Related Topics
hiCreateAppForm
hiCreateLayerCyclicField
Return to top