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 the move to the next page during the report print.
Remarks:
  • To force the page break, you can also select "Page break after the block" in the block description ("UI" tab).
  • This function can only be used with the reports created in the report editor.
Caution: Using this function under Linux requires a specific configuration.. For more details, see Printing in Linux.
Example
// Saut de page
iPageEnd()
Syntax
iPageEnd()
Business / UI classification: Neutral code
Component: wd300etat.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Exemplo Pulo Página
//Chamar Relatorio
iPreview(ipvZoom100) // Mostrar Relatorio Tela
iPrintReport(ETAT_pedido1) //chama Relatorio

//Na Impreesao do Pedido
//Fazer pula linha depois da quebra
iPageEnd()

//Blog com Video e Exemplo
http://windevdesenvolvimento.blogspot.com.br/2016/06/windev-curso-relatorio-23-relatorio.html
https://www.youtube.com/watch?v=TiR1rMDBhI4
De matos AMARILDO
07 Jun. 2016

Last update: 09/24/2024

Send a report | Local help