Your Products have been synced, click here to refresh
Sub Main(state as string) 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 if state = "show" then RepWin.Visible = True end if if state = "noshow" then RepWin.Visible = False end if if state = "" then if RepWin.Visible = true then RepWin.Visible = false elseif RepWin.Visible = false then RepWin.Visible = true end if End Sub
Sub Main(state as string) 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 if state = "show" then RepWin.Visible = True end if if state = "noshow" then RepWin.Visible = False end if if state = "" then if RepWin.Visible = true then RepWin.Visible = false elseif RepWin.Visible = false then RepWin.Visible = true end if End Sub
© 2024 Hexagon AB and/or its subsidiaries. | Privacy Policy | Cloud Services Agreement |