|
|
|
|
|
iDocumentCanceled (Function) In french: iImpressionAbandonnée Used to find out whether the current print was canceled by the user. Remark: If the user cancels a current print, the print functions have no effect until the next call to iEndPrinting. However, the WLanguage code continues to run. IF iDocumentCanceled() = True THEN         Info("The current print was canceled") END
Syntax
<Result> = iDocumentCanceled()
<Result>: Boolean True if the user:- closed the report viewer before printing was completed,
- clicked the Cancel button in the current print window.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|