- Bounds for a report based on a data file
- Limit for a report
- Limitations
MaxValue (Property) In french: BorneMax
The MaxValue property is used to: - find out and modify the upper bound for a report based on a data file. The upper bound is the maximum value allowed for the search key of the HFSQL data file used as report source
- find out the upper bound of the current filter (defined by HFilter) on an HFSQL data file, view or query.
- find out the maximum value of a chart series.
- find out and modify the maximum value for some types of controls.
Syntax
Finding out the upper bound defined for a control or report Hide the details
<Current value> = <Element used>.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 used>: Control or report name This parameter corresponds to:- the name of the report used (report based on a data file).
- the name of the control with the upper bound value (control in a window or 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 used>.MaxValue = <New value>
<Element used>: Control or report name This parameter corresponds to:- the name of the 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.
Remarks Bounds for a report based on a data file Bounds select only those records whose search key is between the lower bound value (returned by the MinValue property) and the upper bound value (returned by the MaxValue property). Limit for a report The MaxValue property can only be used on reports based on HFSQL data files. When creating the report, you must specify that the browse is bounded by the maximum value.
This page is also available for…
|
|
|
|