Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Open and save

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
Anonymous
364 Views, 3 Replies

Open and save

I set open and save to save as: dxf.  I still get message do I want to save as dwg when I try to exit the file.  Was curious what open and save is for?  Anything to prevent me from having a dxf and a dwg in same folder.

Thanks for any tips.

3 REPLIES 3
Message 2 of 4
k14348
in reply to: Anonymous

question was not clear

Message 3 of 4
chandra.shekar.g
in reply to: k14348

@Anonymous,

 

Try to use below VBA code to suppress Inventor default prompts.

 

'Before saving to .dxf or dwg

ThisApplication.SilentOperation = True 

'After saving to .dxf or dwg

ThisApplication.SilentOperation = False 

Can you please provide your code for further Investigation? please make sure that source code is non confidential.

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



Message 4 of 4
Anonymous
in reply to: chandra.shekar.g

Thanks so much for the support!!

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report