📚 SAP Business One SDK Help

PrintEventInfo Object Members
See Also  Overview 

Public Methods

Public Method MarkAsPrintedMarks the document as printed.

Public Properties

Public Property ActionSuccessIndicates whether the application handled the event successfully.

Only relevant when the BeforeAction property is false.

Indicates whether the application handled the event successfully.

Only relevant when the BeforeAction property is false.

Public Property BeforeActionIndicates whether the event handler method is being called before the application handles the event or after.
Public Property ColUIDThe unique ID of the column that triggered the event (default is -1).
Public Property DraftDocIndicates whether the document is a draft document.
Public Property EventTypeThe event type.
Public Property FormUIDThe unique ID of the form in which the event occurred.
Public Property ItemUIDThe unique ID of the item on which the event occurred.
Public Property NumberOfCopiesThe number of copies requested to be printed.
Public Property PrintedIndicates whether the document is already printed.
Public Property PrintEventTypeIndicates whether the user requested to print the document or display a print preview.
Public Property ReportCodeThe report code, as defined in RTYP table.
Public Property ReportTemplateThe default Document Editor template used to generate the report.
Public Property RowFor internal use.

Always set to -1.

Public Property WithPrinterPreferencesIndicates whether the event has printer preferences.

See Also