|
|
|
|
|
iSequencingAddDiagram (Function) In french: iEnchaînementAjouteDiagramme Adds a Diagram document into a sequence of report printouts. Note: Chaining report printouts allows you to print different reports in succession, visible as a single printout in the report viewer. You can add various types of documents in this sequence. For more details, see Sequencing reports. MyDiagram is Diagram = "c:\temp\Diagram_archi.wddiag"
iDestination(iViewer)
iSequencingAdd(RPT_Report1)
iSequencingAdd(RPT_Report2, 3)
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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|