|
|
|
|
|
- Bounds for a report based on a data file
- 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 report based on a data file. 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>.MaxValue
<Current value>: Character string Current maximum value:- of the report based on a data file.
- 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 (report based on a data file).
- 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.
Changing the maximum value 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 the control for which you want to change the maximum value (control in a window or page).
<New value>: Integer New maximum value:- of the report based on a data file.
- of the window control. 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 report based on a data file 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|