|
|
|
|
|
iWindowCancel (Function) In french: iFenêtreAbandon Configures the print cancel window:
You can: - display or not the cancel window,
- edit the title of the cancel window
- modify the message of the cancel window.
Remark: This function must be called before the beginning of a print (e.g., before iPrint or iPrintReport, etc.). Syntax
iWindowCancel(<Display> , <Title> , <Text>)
<Display>: Boolean - True to display the print cancel window,
- False to avoid displaying the print cancel window.
<Title>: Character string New title of the print cancel window. If this parameter is not specified, the default title of the window is kept. <Text>: Character string Message to display in the print cancel window. If this parameter is not specified, the default text is displayed.
To specify the page currently printed in this message, use the "#P" string. This string will be replaced by the number of the current page at runtime.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|