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
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: A specific configuration is required to use this function in Linux. For more details, see Printing in Linux.
Example
// Page break
iPageEnd()
Syntax
iPageEnd()
Business / UI classification: Neutral code
Component: wd290etat.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: 06/21/2023

Send a report | Local help