PrintObject

Prints the Virtual Ticket record(s) with the specified ID(s) using the form with the specified name.

Core function

Syntax

PrintObject( formName, typeName, recordID )
PrintObject( formName, typeName, recordIDsArray )

Parameters

Parameter Description
formName A string representing the name of the form which will be used to print the record.
typeName A string representing the name of the type which the form and the record belongs to.
recordID An integer or string representing the ID of the Virtual Ticket record to be printed.
recordIDsArray An array of integers or strings representing the ID's of the Virtual Ticket record to be printed.

Description

PrintObject is a top-level function and is not associated with any object.

Use the PrintObject function to print one or more Virtual Ticket records. A Print dialog will be displayed to allow the user to specify printing options.

The PrintObject function is only available within the Virtual Ticket Browser window.

Examples

To print a job record using a form other than the one in which it is displayed:

Warning

Version of PrintObject with two parameters: formName and recordID, is obsolete and will be removed in future releases.

See also

Form.printToPDF

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.