ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Print functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
Remark: This function can only be used when printing a report. Otherwise, iPageHeightLeft always returns 0.
Linux Caution: A specific configuration is required to use this function in Linux. For more details, see Printing in Linux.
Example
// Page break if the block does not fit
IF Block..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: wd290etat.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help