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
Adds a Diagram document into a sequence of report printouts.
Remark: The sequence of report prints allows you to print different reports one after another, and view them as one in the report viewer. You can add various types of documents in this sequence. For more details, see Sequencing reports.
Example
MyDiagram is Diagram = "c:\temp\Diagram_archi.wddiag"
 
// Print in the report viewer
iDestination(iViewer)
// Add reports into the sequence
iSequencingAdd(RPT_Report1)
iSequencingAdd(RPT_Report2, 3)
// Add diagram
iSequencingAddDiagram(MyDiagram)
iSequencingPrint()
Syntax
iSequencingAddDiagram(<Diagram>)
<Diagram>: Type of element
Diagram to be printed. This document corresponds to:
  • the name of a Diagram Editor control.
  • a variable of type Diagram.
  • to path of a Diagram file (wddiag file).
  • an HFSQL memo corresponding to a Diagram document.
  • a Buffer variable corresponding to a Diagram document.
Remarks
  • Diagram documents are actually added when iSequencingPrint is called.
  • In this version, the reports and the sequenced documents keep their own numbering.
Component: wd290etat.dll
Versión mínima requerida
  • Versión 27
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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