| |
función iReset | Reinicia los ajustes de impresión (márgenes, fuente, formato de papel, orientación, ...) almacenados en la biblioteca de impresión. |
función iVPos | iVPos se mantiene para la compatibilidad con versiones anteriores. |
iAddAttachment | Adds an attachment in a PDF file generated by a PDF print export. |
iAddBookmark | Añade un marcador en el visor de reportes o al exportar a PDF. |
iAreaHeight | Calculates the height of a fixed-width area required to print the entire text that uses the current font. |
iBorder | Prints a border at specified coordinates. |
iChangeSubReportSource | Modifies through programming the report associated with a sub-report in a composite report. |
iCloseReport | Stops printing the current report immediately. |
iColumnEnd | Fuerza un salto de columna en un informe de varias columnas. |
iColumnNum | Returns the number of the current column in a multi-column report. |
iConfigure | Configures the printer for a print performed in WLanguage:- by opening the configuration window.
- by modifying the printer used for the current print.
|
iConfigureReport | Configure the printer by opening the configuration window directly (WINDEV and WINDEV Mobile). |
iCreateFont | Creates a new print font. |
iCurrentFile | Devuelve el nombre del archivo generado actualmente. |
iDestination | Configures the print destination. |
iDidotFont | Selects the unit to be used for font height (created with function iCreateFont): DIDOT point or PICA point. |
iDirImageHTML | Permite seleccionar el directorio en el que deben generarse las imágenes durante una impresión en formato HTML. |
iDocumentCanceled | Used to find out whether the current print was canceled by the user. |
iDocumentPrinted | Determines whether the user printed the document from the report viewer. |
iEllipse | Prints an ellipse (in a rectangle). |
iEndPrinting | Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc. |
iEndReport | Forces the report print to stop. |
iEscape | Envía un comando ESCAPE o un comando de datos a una impresora. |
iFont | Selects the default font. |
iForceComplement | Forces the printing of a Body Complement block. |
iGroupAdd | Adds a report to a group of reports. |
iGroupConfigure | Modifies the parameters of a report found in a group of reports. |
iGroupPrint | Inicia la impresión de un informe que se encuentra en un grupo de informes. |
iHLine | Prints a horizontal line at specified coordinates. |
iHPos | iHPos se mantiene para la compatibilidad con versiones anteriores. |
iImageHeight | Calculates the height of the image to print (in millimeters). |
iImageWidth | Calculates the width of the image to print (in millimeters). |
iInfoPrinter | Retrieves the characteristics of the current or default printer. |
iInitInternalReport | Inicializa los parámetros de un reporte interno utilizado en un reporte. |
iInitReportQuery | Initializes the query linked to the report (for a query with parameters). |
iInitReportQueryConnection | Initializes the query linked to the report. |
| Inicializa los parámetros de un reporte que se imprimirá en el reverso de otro reporte. |
iInitSubReport | Initializes the parameters of a subreport of a composite report. |
iLastFile | Devuelve: - el nombre completo del último archivo generado durante la impresión (PDF, RTF, Text, ...).
- la lista de archivos duplicados creados.
|
iLine | Prints a line at specified coordinates. |
iLink | Adds a link to a URL address into the HTML page currently printed. |
iListNestedReports | Returns: - the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed).
- the list of sequenced reports currently printed (iSequenceAdd).
|
iListPrinter | Returns the list of printers installed on the current computer. |
iMargin | Defines the "logical" print margins. |
iMMToPica | Converts the coordinates of a point (expressed in millimeters) into system coordinates. |
iNestedHeaderFooter | Prints (or not) the page headers and footers of nested report. |
iNewLine | Prints a line (in Windows standard, with a rounded end) at specified coordinates. |
iPageEnd | Fuerza el paso a la página siguiente durante la impresión del informe. |
iPageHeight | Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account. |
iPageHeightLeft | Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom). |
iPageNum | Returns or initializes the number of the page currently printed. |
iPageWidth | Calcula la anchura (en milímetros) de la página imprimible teniendo en cuenta los márgenes izquierdo o derecho. |
iParameter | Retrieves the printer configuration and configures the print. |
iParameterDuplicate | Configures the automatic creation of the duplicate copy generated during the next print. |
iParameterExport | Allows you to configure the exports performed from the report viewer: - parameters for sending emails.
- parameters for creating the different files.
|
iParameterPreview | Configures the print preview:- display a message regarding the resources of current computer.
- display or hide the ribbon tabs and buttons.
- the export options available in the mini preview window.
|
iParameterReport | Configures the printer by opening the configuration window. |
iParameterViewer | Configura el visor de reportes. |
iParameterWatermark | Añade una marca de agua a un informe (informe creado en el editor de informes o informe impreso). |
iParameterXLS | Define las opciones para el archivo XLS generado durante la impresión. |
iPicaToMM | Converts the coordinates of a point (expressed in system coordinates) into millimeters. |
iPreview | Configures the print destination. |
iPrint | Sends the character string passed as parameter to the print buffer. |
iPrintArea | Imprime un texto en un área rectangular. |
iPrintAreaHTML | Pritns a text in HTML format in a rectangular area. |
iPrintAreaMarkdown | Imprime texto Markdown en un área rectangular. |
iPrintAreaRTF | Prints rich text format (RTF) in a rectangular area. |
iPrintBarCode | Prints a bar code (inside a rectangle). |
iPrintBlock | Forces a report block to print. |
iPrintBodyComplement | Forces a body complement block to print while specifying the height of complement block. |
iPrintDiagram | Imprime un diagrama de: - a Control Editor de diagramas,
- un archivo "wddiag",
- una variable Diagrama.
|
iPrintDoc | Prints a document in "docx" format. |
iPrintDuplicate | Prints a duplicate copy of a report. |
iPrintImage | Sends the image file to print to the print buffer. |
iPrintingNation | Modifies the current language for the next print (programmed print or report print). |
iPrintPDF | Prints the content: - of a PDF file.
- of a buffer containing a PDF.
- of a PDF Reader control.
|
iPrintReport | Prints a report created with the report editor. |
iPrintSignature | Prints an image of the signature in a rectangular area. |
iPrintWord | Sends the character string passed in parameter to the print buffer. |
iPrintXLS | Imprime la hoja de cálculo actual de un documento en formato "xlsx" o "xls". |
iReportPrintingStatus | Returns the status of the current print. |
iResetNbPages | Reinitializes the current number of pages, used in the preset controls such as "Number of pages" and "Page number and number of pages". |
iRoundBorder | Prints a border with rounded outlines at specified coordinates. |
iSelectFont | Creates a new print font from the standard Windows font selection window... |
iSequencingAdd | Adds a report into a sequence of report prints. |
iSequencingAddDiagram | Añade un documento Diagram a una secuencia de impresiones de informes. |
iSequencingAddDoc | Añade una impresión de un documento de tratamiento de texto a una secuencia de impresiones de informes. |
iSequencingAddPDF | Adds a print of PDF document into a sequence of report prints. |
iSequencingAddXLS | Añade un documento XLS o XLSX a una secuencia de trabajos de impresión de informes. |
iSequencingPrint | Imprime una secuencia de reportes. |
iSetAdditionalXMP | Agrega etiquetas XMP a los metadatos del archivo PDF generado. |
iSkipLine | Forces one or more line break. |
iSkipPage | Forces a page skip: the corresponding code is sent to the printer spooler. |
iSubstBlock | Sustituye un bloque del informe por otro bloque mientras se imprime el informe. |
iTextHeight | Calculates the height of the font for the text to print (in millimeters). |
iTextWidth | Calculates the width (in millimeters) of the text to print, according to the specified font. |
iTransparentMagenta | Modifies the management mode of Magenta color in order for this color to be considered as being transparent (or not) in all the forthcoming prints. |
iVLine | Prints a vertical line at specified coordinates. |
iWindowCancel | Configures the print cancel window. |
iXPos | Used to manage the horizontal position (X-coordinate) of print cursor in the page. |
iYPos | Used to manage the vertical position (Y-coordinate) of print cursor in the page. |
ParameterPDF | Define las opciones del archivo PDF generado. |