Open and save

Open and save

Anonymous
Not applicable
449 Views
3 Replies
Message 1 of 4

Open and save

Anonymous
Not applicable

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.

0 Likes
Accepted solutions (1)
450 Views
3 Replies
Replies (3)
Message 2 of 4

k14348
Advocate
Advocate

question was not clear

0 Likes
Message 3 of 4

chandra.shekar.g
Autodesk Support
Autodesk Support
Accepted solution

@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



0 Likes
Message 4 of 4

Anonymous
Not applicable

Thanks so much for the support!!

0 Likes