- Bounds for a report based on a data file
- Limit for a report
- Limit for a window control
- Limits
MaxValue (Property) In french: BorneMax
Syntax
Finding out the upper bound defined for a control or report Hide the details
<Current value> = <Element name>.MaxValue
<Current value>: Character string Current value of upper bound:- for the report based on a data file.
- for a control found in a window or page.
 for the Calendar or Scheduler control found in a page. The upper bound represents the maximum date that can be displayed by the control.
<Element name>: Character string (with or without quotes) This parameter corresponds to:- the name of report used (report based on a data file).
- the name of control whose upper bound is requested (control in a window or in a page). The list of controls concerned is located in the "Limitations" paragraph.
Modifying the upper bound of a control or report Hide the details
<Element name>.MaxValue = <New value>
<Element name>: Character string (with or without quotes) This parameter corresponds to:- the name of report used (report based on a data file).
- the name of control whose upper bound must be modified (control in a window or in a page).
<New value>: Integer New value of the upper bound:- for the report based on a data file.
- for a window control. The list of controls concerned is located in the "Limitations" paragraph.
 for the Calendar or Scheduler control found in a page. The upper bound represents the maximum date that can be displayed by the control.
This page is also available for…
|
|
|