|
|
|
|
|
Configures the print cancel window:
You can: - display (or not) the cancellation window,
- edit the title of the cancel window
- edit the message of the cancel window.
Remark: This function must be called before the beginning of a printout (for example, before iPrint or iPrintReport, ...). Sintaxis
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.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|