Validate_Items - cComDbActiveXControl_
Manipulates the value of validate_items when validate_mode is validate_default, and gives this object the focus in the event validation of any item fails
Type: Function
Return Data Type: Integer
Parameters
| Parameter | Type | Description |
|---|---|---|
| bNotFindReq | Boolean | If True, the find required validation is not enforced |
Syntax
Function Validate_Items Boolean bNotFindReq Returns Integer
Call Example
Get Validate_Items bNotFindReq to IntegerVariable
Description
The superclass definition of the Validate_Items message is augmented to manipulate the value of Validate_Items (a property inherited from the Entry class) when Validate_Mode is Validate_Default, and to give this object the focus in the event validation of any item fails.
Return Value
Returns 0 if all items are valid, or else returns the first invalid item number.