| |
función iReset | Reinicia los ajustes de impresión (márgenes, fuente, formato de papel, orientación, ...) almacenados en la biblioteca de impresión. |
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. |
iConfigureReport | Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile). |
iCreateFont | Creates a new print font. |
iCurrentFile | Devuelve el nombre del archivo generado actualmente. |
iDestination | Configura el destino de impresión. |
iDidotFont | Selects the unit to be used for font height (created with function iCreateFont): DIDOT point or PICA point. |
iDocumentCanceled | Permite saber si la impresión actual ha sido cancelada por el usuario. |
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 | Imprime una línea horizontal en las coordenadas especificadas. |
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. |
iInitReportQuery | Initializes the query linked to the report (for a query with parameters). |
iInitReportQueryConnection | Initializes the query linked to the report. |
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 | Imprime una Line en las coordenadas especificadas. |
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).
|
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 | Imprime una Line (en el estándar de Windows, con un extremo redondeado) en las coordenadas especificadas. |
iPageEnd | Forces the move to the next page during the report print. |
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. |
iParameterPDF | Define las opciones para el archivo PDF generado. |
iParameterReport | Configures the printer by opening the configuration window. |
iPicaToMM | Converts the coordinates of a point (expressed in system coordinates) into millimeters. |
iPrint | Sends the character string passed as parameter to the print buffer. |
iPrintArea | Imprime un texto en un área rectangular. |
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. |
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). |
iPrintReport | Prints a report created with the report editor. |
iPrintWord | Sends the character string passed in parameter to the print buffer. |
iReportPrintingStatus | Returns the status of the current print. |
iResetNbPages | Reinicializa el número actual de páginas, utilizado en los controles predefinidos como "Número de páginas" y "Número de páginas y número de páginas". |
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. |
iSequencingPrint | Imprime una secuencia de reportes. |
iSkipLine | Forces one or more line break. |
iSkipPage | Forces a page skip: the corresponding code is sent to the printer spooler. |
iSubstBlock | Substitutes one block of the report with another block while the report is printed. |
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. |
iVLine | Imprime una Line vertical en unas coordenadas determinadas. |
iWindowCancel | Configura la ventana de impresión de Cancel.. |
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. |