|
|
|
|
|
- Bounds for a report based on a data file
- Limits for a report
- Limits for a window control
- Limitations
MinValue (Property) In french: BorneMin
The MinValue property is used to: - get and set the bottom value of a report based on a data file. The bottom value is the minimum value allowed for the search key of the HFSQL data file the report is based on.
- get the minimum value of the current filter (set by HFilter) on an HFSQL data file, view or query.
- get the minimum value of a data series in a chart.
- get and set the minimum value for some types of controls.
Syntax
Getting the minimum value of a control or report Hide the details
<Current value> = <Element used>.MinValue
<Current value>: Character string Current minimum value:- of the report based on a data file.
- of a control in a window or page.
- of the Calendar control in a page. The minimum value represents the minimum date that can be displayed in the calendar.
<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 minimum value (control in a window or page). The list of the controls that can be manipulated is in the "Limitations" paragraph.
Changing the minimum value of a control or report Hide the details
<Element used>.MinValue = <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 get the minimum value (control in a window or page).
<New value>: Integer New minimum value:- of the report based on a data file.
- of a control in a window or page. The list of the controls that can be manipulated is in the "Limitations" paragraph.
- of the Calendar control in a page. The minimum value represents the minimum date that can be displayed in the calendar.
- of the Rating control. Only values 0 and 1 are allowed.
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 MinValue property can only be used on reports based on data files. When creating the report, you need to specify that the search is bounded by the minimum value.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|