IPAddress.SetRange Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetRange(
Usual iFieldIndex = default,
Usual iLower = default,
Usual iUpper = default
)
Request Example
View SourceParameters
- 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