BBjForm::cancel

Description

In BBj 4.0 and higher, this method cancels the document.

Syntax

Return Value

Method

void

cancel()

Parameters

None.

Return Value

None.

Remarks

None.

Example

REM Cancel the document

REM Obtain the instance to the BBjAPI object
myAPI!=BBjAPI()

REM Obtain an instance of a default BBjPrinter object
LET myBBjPrinter!=myAPI!.getBBjPrinter(0)

REM Get BBjForm for the selected printer
LET myForm!=myBBjPrinter!.getForm(1)

REM Cancel the document
myForm!.cancel()

RELEASE

Example - Purchase Requisition

See Also

BBjAPI

BBj Object Variables

BBj Object Assignment

BBj Object Error Handling

BBj Object Operators

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.