PC-DMIS 2021.1 Object Library
FullReportMode Method
See Also  Send Topic Feedback | See Object Hierarchy Chart
PCDLRN ActiveX DLL > ReportWindow Object : FullReportMode Method

Glossary Item Box

Description

This method switches the report window to Full Report Mode.

Syntax

Visual Basic
Public Function FullReportMode() As Long

Return Type

Long value. This returns -1 if the function succeeds and 0 if it does not.

Example

Sub Main

Dim App As Object

Dim PartProg As Object

Dim RepWin As Object

Set App = CreateObject("Pcdlrn.Application")

Set PartProg = App.ActivePartProgram

Set RepWin = PartProg.ReportWindow

lngRetVal = RepWin.FullReportMode()

MsgBox "PC-DMIS returned " & lngRetVal & " for setting the Report window to Full Report mode."

RepWin.RefreshReport

End Sub

See Also

Copyright © 2020. Hexagon Manufacturing Intelligence – Metrology Software, Inc. All Rights Reserved.