<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Open and save in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-and-save/m-p/8431130#M91836</link>
    <description>&lt;P&gt;I set open and save to save as: dxf.&amp;nbsp; I still get message do I want to save as dwg when I try to exit the file.&amp;nbsp; Was curious what open and save is for?&amp;nbsp; Anything to prevent me from having a dxf and a dwg in same folder.&lt;/P&gt;
&lt;P&gt;Thanks for any tips.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Nov 2018 19:13:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-28T19:13:35Z</dc:date>
    <item>
      <title>Open and save</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-and-save/m-p/8431130#M91836</link>
      <description>&lt;P&gt;I set open and save to save as: dxf.&amp;nbsp; I still get message do I want to save as dwg when I try to exit the file.&amp;nbsp; Was curious what open and save is for?&amp;nbsp; Anything to prevent me from having a dxf and a dwg in same folder.&lt;/P&gt;
&lt;P&gt;Thanks for any tips.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 19:13:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-and-save/m-p/8431130#M91836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T19:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Open and save</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-and-save/m-p/8432320#M91844</link>
      <description>&lt;P&gt;question was not clear&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 07:22:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-and-save/m-p/8432320#M91844</guid>
      <dc:creator>k14348</dc:creator>
      <dc:date>2018-11-29T07:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Open and save</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-and-save/m-p/8432729#M91852</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to use below VBA code to suppress Inventor default prompts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;'Before saving to .dxf or dwg

ThisApplication.SilentOperation = True 

'After saving to .dxf or dwg

ThisApplication.SilentOperation = False &lt;/PRE&gt;
&lt;P&gt;Can you please provide your code for further Investigation? please make sure that source code is non confidential.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 10:26:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-and-save/m-p/8432729#M91852</guid>
      <dc:creator>chandra.shekar.g</dc:creator>
      <dc:date>2018-11-29T10:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Open and save</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-and-save/m-p/8432860#M91857</link>
      <description>&lt;P&gt;Thanks so much for the support!!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 11:26:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-and-save/m-p/8432860#M91857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-29T11:26:25Z</dc:date>
    </item>
  </channel>
</rss>

