Your Products have been synced, click here to refresh
Is this a BASIC script or are you using VB6? or calling with VBA?
Pravin- VB6.
If its not a script, did you link it with the correct object library?
Pravin-Its not script so Not Applicable..
If you have VB6, can you try my code as a standalone project? Don't add any functions, just use it as the lone project, and hard code your own path for the program location.
Pravin- Yes. I did same. Run your code alone.
Actually, as a VB6 project you DO need to register PC-DMIS 2012 MR1, link to the type/object library.
I am confused by this last response. Did my code run your program on-line?
PCD_Application := CreateOleObject(ServerName); PCD_PartPrograms := PCD_Application.PartPrograms; PCD_PartProgram := PCD_PartPrograms.Open(LocalFileName, 'CMM1'); PCD_PartProgram.Activate; PCD_PartProgram.EXECUTE;
© 2025 Hexagon AB and/or its subsidiaries. | Privacy Policy | Cloud Services Agreement |