Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
An expression that evaluates to a PartProgram object. This is the measurement routine that the report is generated from.
OnReportPrintStart Event
Description

This event gets launched when a measurement routine's report starts to print. This happens whenever these occur: 

  • The Print button is pressed on the Report Window.
  • The File | Printing | Report Window Print menu item is selected.
  • A PRINT command in a measurement routine is executed.
  • A measurement routine with automatic printing that is enabled from File | Printing | Report Window | Print Setup finishes executing and starts to print the report.
Syntax
Visual Basic
Public Event OnReportPrintStart( _
   ByVal PartProg As PartProgram _
)
Parameters
PartProg
An expression that evaluates to a PartProgram object. This is the measurement routine that the report is generated from.
Remarks
The OnReportPrintStart event is also available from the PartProgram object.
See Also