<?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 Trigger for &amp;quot;Print&amp;quot; action in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6059957#M337430</link>
    <description>&lt;P&gt;I just looked ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's on the ideastation to have a trigger added for printing. Vote it up ..so they will consider it&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/inventor-ideastation/ilogic-event-trigger-before-print/idi-p/5105480" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-ideastation/ilogic-event-trigger-before-print/idi-p/5105480&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 28 Feb 2016 02:22:32 GMT</pubDate>
    <dc:creator>mdavis22569</dc:creator>
    <dc:date>2016-02-28T02:22:32Z</dc:date>
    <item>
      <title>iLogic Trigger for "Print" action</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6059944#M337428</link>
      <description>&lt;P&gt;I have created an iLogic Rule to print a line on my drawing which details who printed it, and when.&lt;/P&gt;&lt;P&gt;&lt;IMG title="ChangeToENVIRON.GIF" alt="ChangeToENVIRON.GIF" src="https://forums.autodesk.com/t5/image/serverpage/image-id/220968i11297330DAADCC73/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works fine when a new drawing is created, but I need it to run when the drawing is printed so the the drawing produced has updated data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I discover that the values in Custom iProperties update every time I run the rule (what would I expect?) so I am thinking that I need some code to run the rule (there is a snippet for that) when the drawing is printed (I can't find a Snippet for &lt;STRONG&gt;that&lt;/STRONG&gt;!). &amp;nbsp;&lt;IMG title="Smiley Sad" alt="Smiley Sad" src="https://forums.autodesk.com/i/smilies/16x16_smiley-sad.gif" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am expecting to have to create a second rule to the effect:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If&amp;nbsp; ThisApplication.ActiveDocument.Print Then&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; iLogicVb.RunRule(SetPrintDetails)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;End If&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but iLogic doesn't like my conditional &amp;nbsp;&lt;IMG title="Smiley Mad" alt="Smiley Mad" src="https://forums.autodesk.com/i/smilies/16x16_smiley-mad.gif" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please tell me what the iLogic trigger is to run the rule when the document is printed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even better, could you show me where to find the triggers that are available.&amp;nbsp; If I know that then I won't have to clog up the Forum on similar matters.&amp;nbsp; &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://forums.autodesk.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Feb 2016 01:15:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6059944#M337428</guid>
      <dc:creator>Vagulus</dc:creator>
      <dc:date>2016-02-28T01:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Trigger for "Print" action</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6059956#M337429</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I haven't seen a trigger for printing&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but you might be able to incorporate this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ThisApplication.CommandManager.ControlDefinitions.&lt;WBR /&gt;Item("AppFilePrintCmd").Execute&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code came from Curtis&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-general-discussion/ilogic-printing/td-p/3734848" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-general-discussion/ilogic-printing/td-p/3734848&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I put it together and it worked for me&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;odrawdoc&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;ActiveDocument&lt;/SPAN&gt;
&lt;SPAN&gt;customPropertySet&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;odrawdoc&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;PropertySets&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Item&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Inventor User Defined Properties&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;
&lt;SPAN&gt;iProperties&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Custom&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;SavedBy&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;GeneralOptions&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Username&lt;/SPAN&gt;
&lt;SPAN&gt;iProperties&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Custom&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;SaveDate&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;Now&lt;/SPAN&gt;
&lt;SPAN&gt;iProperties&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Custom&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;SaveTime&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;Now&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;ToString&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;HH:mm:ss&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;
&lt;SPAN&gt;InventorVb&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;DocumentUpdate&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;

&lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;CommandManager&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;ControlDefinitions&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Item&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;AppFilePrintCmd&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Execute&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Copy the rule above ..when you run it ..it'll populate the iproperties and bring up the print box ...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Feb 2016 02:14:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6059956#M337429</guid>
      <dc:creator>mdavis22569</dc:creator>
      <dc:date>2016-02-28T02:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Trigger for "Print" action</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6059957#M337430</link>
      <description>&lt;P&gt;I just looked ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's on the ideastation to have a trigger added for printing. Vote it up ..so they will consider it&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/inventor-ideastation/ilogic-event-trigger-before-print/idi-p/5105480" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-ideastation/ilogic-event-trigger-before-print/idi-p/5105480&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Feb 2016 02:22:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6059957#M337430</guid>
      <dc:creator>mdavis22569</dc:creator>
      <dc:date>2016-02-28T02:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Trigger for "Print" action</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6060025#M337431</link>
      <description>&lt;P&gt;Remember my plea:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Even better, could you show me where to find the triggers that are available.&amp;nbsp; If I know that then I won't have to clog up the Forum on similar matters"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, staring me in the face, on the Ribbon, is a button for &lt;EM&gt;"Event Triggers"&lt;/EM&gt;&amp;nbsp; &lt;img id="smileyembarrassed" class="emoticon emoticon-smileyembarrassed" src="https://forums.autodesk.com/i/smilies/16x16_smiley-embarrassed.png" alt="Smiley Embarassed" title="Smiley Embarassed" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It presents a trigger for &lt;EM&gt;Before Save Document&lt;/EM&gt;, and most folks save their work before printing (IMHO: Crazy if you don't!&amp;nbsp; &lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://forums.autodesk.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;) so that should update the file before printing which is what I want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I select &lt;EM&gt;Manage&lt;/EM&gt; Tab&lt;/P&gt;&lt;P&gt;--&amp;gt;&amp;nbsp; &lt;EM&gt;iLogic&amp;nbsp;&lt;/EM&gt; --&amp;gt;&amp;nbsp; &lt;EM&gt;Event Triggers&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Double-click on &lt;EM&gt;"Before Save Document"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; Check box for my Rule&amp;nbsp; --&amp;gt;&amp;nbsp; OK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great anticipation&amp;nbsp; &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://forums.autodesk.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;Doesn't work&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/FONT&gt;&amp;nbsp; &lt;img id="smileymad" class="emoticon emoticon-smileymad" src="https://forums.autodesk.com/i/smilies/16x16_smiley-mad.png" alt="Smiley Mad" title="Smiley Mad" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody have any idea why it doesn't work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW:&amp;nbsp; It doesn't work for &lt;EM&gt;"After Save Document"&lt;/EM&gt; either - or BOTH!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Feb 2016 06:45:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6060025#M337431</guid>
      <dc:creator>Vagulus</dc:creator>
      <dc:date>2016-02-28T06:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Trigger for "Print" action</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6060119#M337432</link>
      <description>&lt;P&gt;Not sure why it doesn't work for you&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is a screencast of me setting up the trigger and it working.....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="iframe-container"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/5739c311-3327-4b65-9a6c-ac2c08b6c606" width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" style="display: inline;"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 28 Feb 2016 11:25:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6060119#M337432</guid>
      <dc:creator>mdavis22569</dc:creator>
      <dc:date>2016-02-28T11:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Trigger for "Print" action</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6060650#M337433</link>
      <description>&lt;P&gt;Hi Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't get any action out of the &lt;EM&gt;'iTrigger"&lt;/EM&gt; button - see movie attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did notice, however, that, if I leave the cursor over the button I get the instruction screen which, at the bottom, contains the line &lt;EM&gt;"trigger = iTrigger()"&lt;/EM&gt;.&amp;nbsp; Ah Ha! says I.&amp;nbsp; We have a function so I try another way around:&lt;/P&gt;&lt;P&gt;&lt;IMG title="SetTriggerCode.GIF" alt="SetTriggerCode.GIF" src="https://forums.autodesk.com/t5/image/serverpage/image-id/221137iBD4C6642CF497B52/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like much of my code, it gets spat out by the system.&amp;nbsp; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://forums.autodesk.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&amp;nbsp; Obviously, that's not the way to call iTrigger.&amp;nbsp; I have had a couple of tries with no luck.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have the means to access the function call?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Feb 2016 22:51:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6060650#M337433</guid>
      <dc:creator>Vagulus</dc:creator>
      <dc:date>2016-02-28T22:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Trigger for "Print" action</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6062952#M337434</link>
      <description>&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;CURRENT STATE OF PLAY&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have this rule&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/221463i413804834F9A611A/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="ChangeToENVIRON.GIF" title="ChangeToENVIRON.GIF" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and I have set these triggers&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/221464iE9605271D525EFFB/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Triggers.GIF" title="Triggers.GIF" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see the date and time in the printed line.&amp;nbsp; Well, that document was opened on1/3/2016 at about 1250 so the Rule wasn't run when the document opened, and it didn't run when I saved the document either&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/221466i5BABCA8F69F4210F/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="WrongTime.GIF" title="WrongTime.GIF" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It don'tthink it will be the version of Inventor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but the Rule doesn't run when it should.&amp;nbsp; FTR: it runs perfectly when I close the iLogic browser after editing it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone have any ideas on how to get it to run?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edited by&lt;BR /&gt;Discussion_Admin&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 13:53:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6062952#M337434</guid>
      <dc:creator>Vagulus</dc:creator>
      <dc:date>2016-03-01T13:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Trigger for "Print" action</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6278306#M337435</link>
      <description>&lt;P&gt;Things are chaotic.&lt;/P&gt;&lt;P&gt;I don't see me getting back on the trail of this problem before the end of the year.&lt;/P&gt;&lt;P&gt;As someone once said, &lt;EM&gt;'I'll be back!"&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 04:30:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-trigger-for-quot-print-quot-action/m-p/6278306#M337435</guid>
      <dc:creator>Vagulus</dc:creator>
      <dc:date>2016-04-19T04:30:31Z</dc:date>
    </item>
  </channel>
</rss>

