|
|
|
|
|
iPageHeightLeft (Function) In french: iHauteurRestantePage Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom). Note: This function can only be used when printing a report.. Otherwise, iPageHeightLeft always returns 0.
IF Bloc..Height > iPageHeightLeft() THEN
iPageEnd()
END
Syntax
<Result> = iPageHeightLeft()
<Result>: Real Available height left in the page for printing (in millimeters). Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|