Click or drag to resize

IPAddress.SetRange Method

X#
Set the allowable entry range per field.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetRange(
	iFieldIndex,
	iLower,
	iUpper
) AS USUAL CLIPPER
Request Example View Source

Parameters

iFieldIndex (Optional)
Type: Usual
Index of the field for which the range is being set (between 1 and4).
iLower (Optional)
Type: Usual
Lower limit of the range.
iUpper (Optional)
Type: Usual
Upper limit of the range.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
SetRange allows you to set the allowed range of the four input fields individually.
See Also