<?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 Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9170888#M160586</link>
    <description>&lt;P&gt;I have an external rule that saves my .ipt's as a .stp file and then closes the file. When I run the rule from the "External rules" tab of the iLogic browser, it works as intended.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a Global Form that I use that has buttons for various shortcuts like this and one of the buttons is tied to this rule. When I execute the rule from the form button, it saves the stp file, but does not close the ipt file. My suspicion is this is because the form remains open after the button click. But since it's an external rule, I don't have the settings available to "close after click" in the form settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my code below, is there code I can add to force close the Global Form when the button is clicked? Which might then allow the close doc command to execute..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ThisDoc.Document.SaveAs(ThisDoc.ChangeExtension(".stp"), True)
ThisDoc.Document.Close(True)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2019 23:36:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-11-27T23:36:08Z</dc:date>
    <item>
      <title>Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9170888#M160586</link>
      <description>&lt;P&gt;I have an external rule that saves my .ipt's as a .stp file and then closes the file. When I run the rule from the "External rules" tab of the iLogic browser, it works as intended.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a Global Form that I use that has buttons for various shortcuts like this and one of the buttons is tied to this rule. When I execute the rule from the form button, it saves the stp file, but does not close the ipt file. My suspicion is this is because the form remains open after the button click. But since it's an external rule, I don't have the settings available to "close after click" in the form settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my code below, is there code I can add to force close the Global Form when the button is clicked? Which might then allow the close doc command to execute..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ThisDoc.Document.SaveAs(ThisDoc.ChangeExtension(".stp"), True)
ThisDoc.Document.Close(True)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 23:36:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9170888#M160586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-27T23:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9171453#M160587</link>
      <description>&lt;P&gt;Below links for your reference -&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-customization/ilogic-export-step-to-custom-directory/td-p/8105278" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/inventor-customization/ilogic-export-step-to-custom-directory/td-p/8105278&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-customization/save-as-step-using-ilogic/td-p/5767117" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/inventor-customization/save-as-step-using-ilogic/td-p/5767117&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 08:36:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9171453#M160587</guid>
      <dc:creator>Xun.Zhang</dc:creator>
      <dc:date>2019-11-28T08:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9175434#M160588</link>
      <description>&lt;P&gt;Hi Xun, I can't quite tell if you marked your own post as the solution or if someone else did but it appears to have been done in error. My post states that I'm having no trouble at all actually saving the stp file with my code. What I need help with is programming the ipt file to close after being saved as stp. Closing the ipt is the issue I'm having. Both links you posted are in regards to helping people save stp files in specific ways but nothing to do with closing the ipt file. Please let me know if I'm missing something in one of these posts that would assist me or have someone unmark my post as 'solved'. While it's still fresh on the forum I would hate for somebody with an answer to overlook it for being marked already&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2019 08:16:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9175434#M160588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-01T08:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9175473#M160589</link>
      <description>&lt;P&gt;Just to clarify, never marked it as resolved by myself.&lt;/P&gt;
&lt;P&gt;I hope to help you out.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2019 09:26:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9175473#M160589</guid>
      <dc:creator>Xun.Zhang</dc:creator>
      <dc:date>2019-12-01T09:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9178352#M160590</link>
      <description>&lt;P&gt;Hi! Sorry, it was me marking Xun's reply as the solution. I thought the answer was logical and applicable. I must have overlooked something.&lt;/P&gt;
&lt;P&gt;Many thanks! Sorry for the confusion!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 22:55:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9178352#M160590</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2019-12-02T22:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9178508#M160591</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/532715"&gt;@YuhanZhang&lt;/a&gt;, would you mind help on this?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 01:04:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9178508#M160591</guid>
      <dc:creator>Xun.Zhang</dc:creator>
      <dc:date>2019-12-03T01:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9185451#M160592</link>
      <description>&lt;P&gt;Adding a screencast for clarity on my issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://knowledge.autodesk.com/community/screencast/57fd5646-5604-4511-893b-88d8907e9dff" target="_blank"&gt;https://knowledge.autodesk.com/community/screencast/57fd5646-5604-4511-893b-88d8907e9dff&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/874944"&gt;@Xun.Zhang&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/532715"&gt;@YuhanZhang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/486618"&gt;@johnsonshiue&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 18:58:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9185451#M160592</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-05T18:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9186885#M160593</link>
      <description>&lt;P&gt;This seems something related with the iLogic Global Form, I emailed to Mike Deck to help to look into this.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 10:48:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9186885#M160593</guid>
      <dc:creator>YuhanZhang</dc:creator>
      <dc:date>2019-12-06T10:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9187399#M160594</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;, which version of Inventor are you using?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 15:18:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9187399#M160594</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2019-12-06T15:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9187725#M160595</link>
      <description>&lt;P&gt;Inventor Release: 2020.2 Build: 310&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 17:31:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9187725#M160595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-06T17:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9187804#M160596</link>
      <description>&lt;P&gt;It's working for me so far. I haven't seen any error.&lt;/P&gt;
&lt;P&gt;Is your rule exactly as shown above? It doesn't have any more statements?&lt;BR /&gt;Can you post your global form? You can get to it by right-clicking on the background of the Global Forms page and choosing Open Containing Folder. Then upload the XML file that has the same name as your form.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 18:12:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9187804#M160596</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2019-12-06T18:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9187811#M160597</link>
      <description>&lt;P&gt;Note: if you want the form to close, set it to Non-Modal. (Set its Modal property to False.)&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 18:15:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9187811#M160597</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2019-12-06T18:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9187824#M160598</link>
      <description>&lt;P&gt;Did you see my screencast? I showed the rule code that matches what I posted. I attached my form file here as well.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 18:18:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9187824#M160598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-06T18:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9187953#M160599</link>
      <description>&lt;P&gt;I watched the screencast and tried your form, but I still haven't seen the problem. I'll ask other people to try it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Does this happen with all parts?&lt;/P&gt;
&lt;P&gt;Do you have any iLogic Event Triggers running rules on the Save or Close events?&lt;/P&gt;
&lt;P&gt;Does it happen if you:&lt;/P&gt;
&lt;P&gt;- start a new Inventor session&lt;/P&gt;
&lt;P&gt;- open the part&lt;/P&gt;
&lt;P&gt;- run the rule from the global form&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 19:21:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9187953#M160599</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2019-12-06T19:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9188014#M160600</link>
      <description>&lt;P&gt;Yes, this happens with all parts I've tried it with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No iLogic event triggers are there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried your sequence twice, once with a new part created and not checked into Vault. And again restarting inventor, opening a part that's checked into vault (did not check out). Neither instance closed the part from Global Form button, but did save the step file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 19:46:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9188014#M160600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-06T19:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9188026#M160601</link>
      <description>&lt;P&gt;I haven't tried it with Vault at all. That might be a clue.&lt;/P&gt;
&lt;P&gt;Do you have any Inventor add-ins installed that are not from Autodesk?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 19:52:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9188026#M160601</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2019-12-06T19:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9188118#M160602</link>
      <description>&lt;P&gt;Just the coolOrange thread modeler&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 20:54:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9188118#M160602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-06T20:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9190312#M160603</link>
      <description>&lt;P&gt;Hey&amp;nbsp;@Anonymous&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would you mind do one more check with your external rule and the form: is the reference rule on the form pointing to the proper location of the correct rule? Please try to find the rule from the location and open it in notepad to check the content in the rule.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;DIV id="tinyMceEditorclipboard_image_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Dec 2019 07:02:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9190312#M160603</guid>
      <dc:creator>JaneFan</dc:creator>
      <dc:date>2019-12-09T07:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9191521#M160604</link>
      <description>&lt;P&gt;Well, that made me feel silly. That was definitely the root cause of the issue. My external rules were in my 2020 folder, but the form was still referencing the old rule in the 2019 folder. However I'm now experiencing a new issue. Like my previous error, the new error still follows the same behavior of working correctly when executed manually from external rules tab, but not when executed from form button click.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the form button click the file is now saving the step file and closing the ipt file (this is progress) but I am now getting an Microsoft .NET Framework error. The .Net error only occurs from the form button click, and not from right clicking the rule in external rules and selecting 'run'. I've attached a screenshot and .txt file of the error I'm getting.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 17:22:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9191521#M160604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-09T17:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Form Button to 'Save As Step File' and 'Close' the .ipt file</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9192373#M160605</link>
      <description>&lt;P&gt;Hey&amp;nbsp;@Anonymous&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry to hear that. But I didn't see the error message with the same build as you, not sure whether it is because I am using a simple file and relatively clean form.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried Mike's suggestion to make the Form as non-Model?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it doesn't work, would you please try to create another global form which only contains this rule button, and see whether it has the same error?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 03:53:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/using-global-form-button-to-save-as-step-file-and-close-the-ipt/m-p/9192373#M160605</guid>
      <dc:creator>JaneFan</dc:creator>
      <dc:date>2019-12-10T03:53:38Z</dc:date>
    </item>
  </channel>
</rss>

