|
|
|
|
|
- Bounds for a data-bound report
- Limits for a report
- Limits for a window control
- Limitations
MaxValue (Property) In french: BorneMax
The MaxValue property is used to: - get and set the top value of a data-bound report. The top value is the maximum value allowed for the search key of the HFSQL data file the report is based on.
- get the maximum value of the current filter (set by HFilter) on an HFSQL data file, view or query.
- get the maximum value of a data series in a chart.
- get and set the maximum value for some types of controls.
Syntax
Getting the maximum value of a control or report Hide the details
<Current value> = <Element used>.terminalMax
<Current value>: Character string Current maximum value:- of the data-bound report.
- of a control in a window or page.
 of the Calendar or Scheduler control in a page. The maximum value represents the maximum date that can be displayed in the control.
<Element used>: Control or report name This parameter corresponds to:- the name of the report used (data-bound report).
- the name of the control for which you want to get the maximum value (control in a window or page). The list of the controls that can be manipulated is in the "Limitations" paragraph.
Modify the maximum limit of a field or state Hide the details
<Element used>.terminalMax = <New value>
<Element used>: Control or report name This parameter corresponds to:- the name of the report used (data-bound report).
- the name of the control for which you want to change the maximum value (control in a window or page).
<New value>: entier New maximum value:- of the data-bound report.
- window field. The list of the controls that can be manipulated is in the "Limitations" paragraph.
 of the Calendar or Scheduler control in a page. The maximum value represents the maximum date that can be displayed in the control.
Remarks Bounds for a data-bound report Bounds select only those records whose search key is between the bottom value (returned by the MinValue property) and the top value (returned by the MaxValue property). Limits for a report The MaxValue property can only be used on reports based on HFSQL data files. When creating the report, you need to specify that the search is bounded by the maximum value.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|