- Plane and window
- Plane and WEBDEV elements
- Plane and internal window
- Plane and internal report
- Limits
Plane (Property) In french: Plan
Plane is used to: - Find out the active plane of a window (or report) or the plane to which a control belongs.
- Modify the active plane of a window (or report) or associate a control with another plane.
Versions 22 and later  Find out the active plane of an element. New in version 22  Find out the active plane of an element.   Find out the active plane of an element. Versions 22 and later  Modify the active plane of an element. New in version 22  Modify the active plane of an element.   Modify the active plane of an element.
Remarks: - A plane is a "layer":
- of a window,
Versions 19 and laterof a report. New in version 19of a report. of a report. Versions 22 and later  of an element (page, page template, cell, internal page, ...). New in version 22  of an element (page, page template, cell, internal page, ...).   of an element (page, page template, cell, internal page, ...). Several planes cannot be viewed at the same time (in the window editor, page editor, report editor, or in your applications). - In a window or in a report, each control can:
- belong to no plane. This control will always be displayed, regardless of the current plane.
- belong to a plane. This control will be displayed when the corresponding plane is visible.
Versions 19 and laterbelong to several planes. This control will be displayed when one of the planes associated with the control is enabled (which means visible). New in version 19belong to several planes. This control will be displayed when one of the planes associated with the control is enabled (which means visible). belong to several planes. This control will be displayed when one of the planes associated with the control is enabled (which means visible).
Versions 19 and laterThe planes in the reports are mainly used to replace the substitution blocks: simply position the controls on several planes and enable the desired plane when print. New in version 19The planes in the reports are mainly used to replace the substitution blocks: simply position the controls on several planes and enable the desired plane when print. The planes in the reports are mainly used to replace the substitution blocks: simply position the controls on several planes and enable the desired plane when print. Versions 22 and later  The planes can be enabled for the following elements: - the pages
- the internal pages
- the cells
- the layout areas
- the popups
- supercontrols
- control templates,
- the page templates.
New in version 22  The planes can be enabled for the following elements: - the pages
- the internal pages
- the cells
- the layout areas
- the popups
- supercontrols
- control templates,
- the page templates.
  The planes can be enabled for the following elements: - the pages
- the internal pages
- the cells
- the layout areas
- the popups
- supercontrols
- control templates,
- the page templates.
Versions 15 and later New in version 15 Versions 17 and later New in version 17 Versions 18 and later New in version 18 Versions 19 and later New in version 19 Versions 21 and later New in version 21 Versions 22 and later New in version 22 Versions 22 and later New in version 22 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>.Plan
<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>.Plan = <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 Versions 22 and later New in version 22 Versions 22 and later New in version 22Remarks Versions 22 and later New in version 22 Versions 19 and laterPlane and internal report If the Property Plane is used directly on the internal report, this Property manipulates the fields of 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
If the Property Plane is used on the host report of the internal report, this Property will only apply to all fields of the host report (including the internal report field if it is associated to a plane). New in version 19Plane and internal report If the Property Plane is used directly on the internal report, this Property manipulates the fields of 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
If the Property Plane is used on the host report of the internal report, this Property will only apply to all fields of the host report (including the internal report field if it is associated to a plane). Plane and internal report If the Property Plane is used directly on the internal report, this Property manipulates the fields of 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
If the Property Plane is used on the host report of the internal report, this Property will only apply to all fields of the host report (including the internal report field if it is associated to a plane).
This page is also available for…
|
|
|