Item_Validate_msg - Cm_Entry
Sent in response to the item_change or the exiting message, every time the item is validated
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iItem | Integer |
Syntax
Property Integer Item_Validate_msg
| Access Type | Syntax |
|---|---|
| Read Access: | Get Item_Validate_msg to IntegerVariable |
| Write Access: | Set Item_Validate_msg to IntegerVariable/Value |
Description
Each entry_item has a message which is sent every time the item is validated. This message is sent in response to the item_change or the exiting message. You may override the property with custom validation processing of the item.
set item_validate_msg 0 to validate_price_msg