<?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 Re: iLogic to close/hide an open form in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/4655263#M130673</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you have got answer for the same. Just answering, so that some one can use this method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no direct method to hide form by ilogic as said by Mr.Mike. Behalf of that y&lt;SPAN style="line-height: 15px;"&gt;ou can use the rule as button to hide the form by choosing option "Close and Run the rule"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;and in that rule you can trigger show form&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/71997i32B5B69265291A8E/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" align="center" title="Hide and Show Form.png" alt="Hide and Show Form.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2013 11:13:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-11-27T11:13:05Z</dc:date>
    <item>
      <title>iLogic to close/hide an open form</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/3934785#M130671</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm wondering if there is a way to either close or hide an open form with iLogic? Something like the opposite of iLogicForm.Show.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;/ Peter&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2013 06:51:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/3934785#M130671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-24T06:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic to close/hide an open form</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/3935063#M130672</link>
      <description>The VBA method for closing a form is .Hide, but this seems to not work in iLogic. This is a good example of why we need an object browser for iLogic.</description>
      <pubDate>Fri, 24 May 2013 11:48:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/3935063#M130672</guid>
      <dc:creator>mrattray</dc:creator>
      <dc:date>2013-05-24T11:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic to close/hide an open form</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/4655263#M130673</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you have got answer for the same. Just answering, so that some one can use this method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no direct method to hide form by ilogic as said by Mr.Mike. Behalf of that y&lt;SPAN style="line-height: 15px;"&gt;ou can use the rule as button to hide the form by choosing option "Close and Run the rule"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;and in that rule you can trigger show form&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/71997i32B5B69265291A8E/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" align="center" title="Hide and Show Form.png" alt="Hide and Show Form.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2013 11:13:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/4655263#M130673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-27T11:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic to close/hide an open form</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/5886422#M130674</link>
      <description>&lt;P&gt;&amp;nbsp;@Anonymous﻿&amp;nbsp; &amp;nbsp;I'm trying to find this &amp;nbsp;"on click action" in my form builder, because I want to close my form before the ilogic rule closes my open document. I just can't find &amp;nbsp;this option or else I misundersstand this solution.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 20:46:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/5886422#M130674</guid>
      <dc:creator>JorisSteurs1246</dc:creator>
      <dc:date>2015-10-30T20:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic to close/hide an open form</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/5886434#M130675</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/525294"&gt;@JorisSteurs1246﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;THis posting is 2 years old and the contact you are using may no longer be monitoring this forum.&amp;nbsp; I would recommend creating a new posting...&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 20:57:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/5886434#M130675</guid>
      <dc:creator>Mark.Lancaster</dc:creator>
      <dc:date>2015-10-30T20:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic to close/hide an open form</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/5886691#M130676</link>
      <description>U can use the rule as button...and u should set action as shown in the above image Post...in the rule....u can do some operation like ilogicForm.show or run any codes....editor has the option for click behavior....</description>
      <pubDate>Sat, 31 Oct 2015 05:49:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/5886691#M130676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-31T05:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic to close/hide an open form</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/8654666#M130677</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;In my form builder (Inventor 2016), the above options are not showed.&lt;/P&gt;
&lt;P&gt;All I can choos under behavior is the name of the parameter to activate/desactivates this button.&lt;/P&gt;
&lt;P&gt;Is this a version problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 07:01:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/8654666#M130677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-13T07:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic to close/hide an open form</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/8657251#M130678</link>
      <description>&lt;P&gt;Hi! I could be wrong but the option is only available if you have a rule and you are trying to define a new form. If you select the rule in the form dialog, you will see the option in the panel at the bottom.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 23:08:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/8657251#M130678</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2019-03-13T23:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic to close/hide an open form</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/8657639#M130679</link>
      <description>&lt;P&gt;Hi, thanks for your answer.&lt;/P&gt;
&lt;P&gt;I tried it again and found out, that these options are only available for document rules but not for global rules.&lt;/P&gt;
&lt;P&gt;Anyways, I found a solution for the problem here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-customization/ilogic-forms-why-no-quot-on-click-action-quot-for-external-rule/m-p/8377220/highlight/false#M90977" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-customization/ilogic-forms-why-no-quot-on-click-action-quot-for-external-rule/m-p/8377220/highlight/false#M90977&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 06:25:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/8657639#M130679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-14T06:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic to close/hide an open form</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/11861715#M130680</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This has been implemented within Autodesk Inventor 2024. Please review the Inventor 2024 What's New article&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-949E4745-6FC2-43F5-99CE-DC7931D433BF" target="_blank" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;For more information regarding how you may leverage&amp;nbsp;the feature, and please review this&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-6180532D-068D-449D-B26E-832B2237AFAC" target="_blank" rel="nofollow noopener noreferrer"&gt;page&lt;/A&gt;&lt;SPAN&gt;. Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 07:56:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-to-close-hide-an-open-form/m-p/11861715#M130680</guid>
      <dc:creator>Yijiang.Cai</dc:creator>
      <dc:date>2023-03-31T07:56:23Z</dc:date>
    </item>
  </channel>
</rss>

