ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Print functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
// Saut de page si le bloc ne rentre pas
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
Component: wd300etat.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help