PDA

View Full Version : PDM and ME10


grande-mago
11-15-2005, 10:44 PM
We manage our ME10 files (release 11.60, next year we upgrade to 13.00) with a PDM software (writing in VB). Actually we put the drawing informations from the PDM to the .mi file using a .txt file and then read it with a ME10 macro that write that information such as description, author, cration date ... in the drawing. I this that isn't the best way to do it. I think the best way is:
- write drawing informations directly in the .mi files using VB
- then link that informations with a textbox

Can I program ME10 directly from VB ?