Click or drag to resize

SQLSelect.FieldValidate Method

X#
Validate the provided value according to the validation rules of the indicated column's FieldSpec.

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FieldValidate(
	uFieldPos,
	uValue
) AS USUAL CLIPPER
Request Example View Source

Parameters

uFieldPos (Optional)
Type: Usual
The name, number, or symbol representing the desired column.
uValue (Optional)
Type: Usual
The value that is to be validated. It should be of a type compatible with the data type of the column; if the type cannot be converted to the appropriate data type, it is considered to have failed validation.

Return Value

Type: Usual
See Also