Skip to content

Validate_Items - dbEdit_

Returns 0 by default, to indicate that entered text is valid

Type: Function
Return Data Type: Integer

Parameters

Parameter Type Description
bNotFindReq Boolean Not used. If false validates all item options; if true validates all item options except findreq.

Syntax

Function Validate_Items Boolean bNotFindReq Returns Integer

Call Example

Get Validate_Items bNotFindReq to IntegerVariable

Description

Validate_items returns 0 by default, to indicate that entered text is valid. Text fields are always considered valid. Therefore, this function always returns 0. In unusual cases, this maybe overridden to enforce application-specific validations, i.e., size limits, inclusion of key words, etc.

Return Value

Always returns 0.