4D v16.3

OBJECT SET MINIMUM VALUE

Home

 
4D v16.3
OBJECT SET MINIMUM VALUE

OBJECT SET MINIMUM VALUE 


 

OBJECT SET MINIMUM VALUE ( {* ;} object ; minValue ) 
Parameter Type   Description
Operator in If specified, object is an object name (string) If omitted, object is a field or variable
object  Form object in Object name (if * is specified) or
Field or variable (if * is omitted)
minValue  Date, Time, Number in Minimum value for object

The OBJECT SET MINIMUM VALUE command modifies the minimum value of the object(s) designated by the object and * parameters for the current process.

The "Minimum Value" property can be applied to number, date or time type data. For more information, refer to Maximum and minimum values in the Design Reference manual.

Passing the optional * parameter indicates that the object parameter is an object name (string). If you do not pass this parameter, it indicates that the object parameter is a field or variable. In this case, you pass a field or variable reference instead of a string (field or variable object only).

In minValue, pass the new minimum value you want to assign to the object for the current process. This value must correspond to the object type, otherwise error 18 "Field types are incompatible" is returned.



See also 

OBJECT GET MINIMUM VALUE
OBJECT SET MAXIMUM VALUE

 
PROPERTIES 

Product: 4D
Theme: Objects (Forms)
Number: 1242

 
HISTORY 

Created: 4D v14

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)