| |
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. |
iCloseReport | Stops printing the current report immediately. |
iConfigure | Configures the printer for a print performed in WLanguage:- by opening the configuration window.
- by modifying the printer used for the current print.
|
iCreateFont | Creates a new print font. |
iDidotFont | Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point. |
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. |
iEndReport | Forces the report print to stop. |
iEscape | Sends an ESCAPE command or a data command to a printer. |
iFont | Selects the default font. |
iForceComplement | Forces the printing of a Body Complement block. |
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. |
iLastFile | Returns: - the full name of the last file generated during the print (PDF, RTF, text, ...).
- the list of created duplicate files.
|
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. |
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 | Calculates the width (in millimeters) of the printable page while taking the left or right margins into account. |
iParameter | Retrieves the printer configuration and configures the print. |
iParameterPDF | Defines the options for the generated PDF file. |
iParameterPreview | Configures the print preview:- display a message regarding the resources of current computer.
- display or not the ribbon panes (as well as the buttons found).
- the export options available in the mini preview window.
|
iPicaToMM | Converts the coordinates of a point (expressed in system coordinates) into millimeters. |
iPreview | Configures the print destination. |
iPrintBlock | Forces a report block to print. |
iPrintBodyComplement | Forces a body complement block to print while specifying the height of complement block. |
iPrintReport | Prints a report created with the report editor. |
iReportPrintingStatus | Returns the status of the current print. |
iReset | Reinitializes the print settings (margins, font, paper format, orientation, ...) stored in the print library. |
iRoundBorder | Prints a border with rounded outlines at specified coordinates. |
iSelectFont | Creates a new print font from the standard window for font selection... |
iSkipPage | Generates a page break: the corresponding code is sent to the printer queue. |
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. |
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. |
iWindowCancel | Configures the print cancel window.. |