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
Forces a body complement block to print while specifying the height of complement block.
This function is used to force the print of a body complement:
  • after the end of break
  • on the last report page
Remark: If this function is not used, the body complement will be printed on every page after the last body block and will take up the entire remaining height on the page.. The body complement is printed only if a body block is printed on the page.
Linux Caution: In Linux, this function requires a specific configuration. For more details, see Print in Linux.
Example
// Code avant impression du Haut de document
iPrintBodyComplement(iPageHeightLeft() - MySelf.Hauteur)
Syntax
iPrintBodyComplement(<Height of complement block>)
<Height of complement block>: Real
Height of block during the print, expressed in millimeters. If this height is greater than the space left on the page, the body complement will be printed on 2 pages.
Remarks
iPrintBodyComplement could be replaced with the print of a block (iPrintBlock) resized by the Height property.
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/27/2025

Send a report | Local help