hexagon logo

PC-DMIS 2012 MR1 & Scripting

Is VB scripting the only form of code to use for pc-dmis 2012 mr1?
Parents
  • Hello,

    My following code was working fine till PC-DMIS 2011 but not working in PC-DMIS 2012.

    Dim App As Object
    Dim Parts As Object
    Dim Part As Object

    Set App = CreateObject("PCDLRN.Application")

    Set Parts = App.PartPrograms

    Set Part = Parts.Open(sFilePath, "CMM1")

    Part.Execute

    Part.Close

    App.Quit
    Set App = Nothing


    what changes I need to do to run it in PC-DMIS 2012?

    Your help is highly appreciated.

    Thanks & Best Regards,
    Pravin
Reply
  • Hello,

    My following code was working fine till PC-DMIS 2011 but not working in PC-DMIS 2012.

    Dim App As Object
    Dim Parts As Object
    Dim Part As Object

    Set App = CreateObject("PCDLRN.Application")

    Set Parts = App.PartPrograms

    Set Part = Parts.Open(sFilePath, "CMM1")

    Part.Execute

    Part.Close

    App.Quit
    Set App = Nothing


    what changes I need to do to run it in PC-DMIS 2012?

    Your help is highly appreciated.

    Thanks & Best Regards,
    Pravin
Children
No Data