- Plane and window
- Plane and internal window
- Plane and internal report
- Limits
Plane (Property) In french: Plan
Syntax
Finding out the active plane of a window (or report) or the plane to which a control belongs Hide the details
<Plane number> = <Element used>..Plane
<Plane number>: Integer or character string - Number of the active plane in the specified window.
Versions 19 and laterNumber of the active plane in the specified report. New in version 19Number of the active plane in the specified report. Number of the active plane in the specified report.- Number of the plane to which the specified control belongs.
Versions 19 and laterNumbers of the planes (separated by a comma) to which the control belongs. New in version 19Numbers of the planes (separated by a comma) to which the control belongs. Numbers of the planes (separated by a comma) to which the control belongs.
<Element used>: Name of control, window or report Name of element to use: - Control name.
- Window name.
Versions 19 and laterReport name. New in version 19Report name. Report name.
Modifying the active plane of a window (or report) or associating a control with another plane Hide the details
<Element used>..Plane = <New plane>
<Element used>: Name of control, window or report Name of element to use: - Control name.
- Window name.
Versions 19 and laterReport name. New in version 19Report name. Report name.
<New plane>: Integer or character string Remarks Versions 19 and laterPlane and internal report When ..Plane is used directly on the internal report, this property applies to the controls found in the internal report. For example, to display the plane 2 of the internal report from the host report or directly in the internal report, use the following code line:
<Name of Internal Report>..Plane = 2
When ..Plane is used on the host report of the internal report, this property applies to all the controls found in the host report (including the internal report control if it is associated with a plane). New in version 19Plane and internal report When ..Plane is used directly on the internal report, this property applies to the controls found in the internal report. For example, to display the plane 2 of the internal report from the host report or directly in the internal report, use the following code line:
<Name of Internal Report>..Plane = 2
When ..Plane is used on the host report of the internal report, this property applies to all the controls found in the host report (including the internal report control if it is associated with a plane). Plane and internal report When ..Plane is used directly on the internal report, this property applies to the controls found in the internal report. For example, to display the plane 2 of the internal report from the host report or directly in the internal report, use the following code line:
<Name of Internal Report>..Plane = 2
When ..Plane is used on the host report of the internal report, this property applies to all the controls found in the host report (including the internal report control if it is associated with a plane). Limits ..Plane cannot be used on: - an option in a Check Box or Radio Button control,
- a row in a Table, List Box or Combo Box control,
- a cell in a Table control,
- a column in Table control,
- a window menu,
- a tab pane,
- a group of controls,
Versions 19 and later New in version 19
This page is also available for…
|
|
|