
BBjForm::previewBuilder
Description
In BBj 13.0 and higher, this methods gets a builder for previewing the Form.
Syntax
Return Value |
Method |
---|---|
previewBuilder() |
Parameters
None.
Return Values
Configure the builder to match your preview requirements.
Remarks
None.
Example
Copy
REM Preview 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 myBBjForm!=myBBjPrinter!.getForm(1)
REM Preview the document
myBBjForm!.preview()
RELEASE
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.