LookupEventAttributeBoolean
Structure
LookupEventAttributeBoolean(sEventAttributeName)
Parameters
| Parameter | Type | Description
| sEventAttributeName | String | the name of the attribute, as defined on Event Attributes tab in Event Config. |
Return Value
Boolean
Description
This function returns a boolean value for the attribute in the parameter - as currently true for the selected asset in the event. Attributes can be added to each event in Workflow Configuration through the 'Event Attributes' tab. This function returns Boolean values (True or False) for Boolean-based event attributes..
Example
if LookupEventAttributeBoolean('MYATTRIBUTE') then
ShowMessage('My other code here)
End If
Application Compatibility
IndySoft Calibration Management, IndySoft Commercial Lab Management, IndySoft Tool Management
Also See
No related topics |