AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de impresión
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
Versión mínima requerida
  • Versión 9
Comentarios
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 06 2016

Última modificación: 21/06/2023

Señalar un error o enviar una sugerencia | Ayuda local