<?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: Hole Note Formatted Text in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/hole-note-formatted-text/m-p/9677156#M114232</link>
    <description>&lt;P&gt;Yeah I've tried doing that and it still crashes &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@F462EEC827775DA92CB03B7FC147D389/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Aug 2020 16:09:10 GMT</pubDate>
    <dc:creator>johnster100</dc:creator>
    <dc:date>2020-08-06T16:09:10Z</dc:date>
    <item>
      <title>Hole Note Formatted Text</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/hole-note-formatted-text/m-p/9677079#M114229</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i'm trying to add a PCD to my hole note by adding a model parameter to the formatted text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;oHoleNote.Text.FormattedText= ""&amp;lt;DimensionValue/&amp;gt; &amp;lt;Br/&amp;gt;ON PCD Ø&amp;lt;Parameter Resolved='True' ComponentIdentifier='C:\PartFile.ipt' Name='TestParameter' Precision='0'&amp;gt;10&amp;lt;/Parameter&amp;gt;""&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i do this it crashes in version 2019 but works in version 2020.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there another way i can achieve this in version 2019? (my business unit is currently using version 2019)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 15:36:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/hole-note-formatted-text/m-p/9677079#M114229</guid>
      <dc:creator>johnster100</dc:creator>
      <dc:date>2020-08-06T15:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hole Note Formatted Text</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/hole-note-formatted-text/m-p/9677154#M114231</link>
      <description>&lt;P&gt;If you edit the hole note manually to the way you want it in 2019 does it crash or give you any errors?&lt;/P&gt;&lt;P&gt;If not, try this:&lt;/P&gt;&lt;P&gt;Edit a hole note the way you want it manually, then using an InputBox code from an iLogic rule, with the oHoleNote.Text.FormattedText as the 'default response' entry at the end of the InputBox code.&amp;nbsp; This will show you the fully selectable &amp;amp; copyable formatted text. Then copy that to use within your code.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 16:07:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/hole-note-formatted-text/m-p/9677154#M114231</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2020-08-06T16:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hole Note Formatted Text</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/hole-note-formatted-text/m-p/9677156#M114232</link>
      <description>&lt;P&gt;Yeah I've tried doing that and it still crashes &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@F462EEC827775DA92CB03B7FC147D389/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 16:09:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/hole-note-formatted-text/m-p/9677156#M114232</guid>
      <dc:creator>johnster100</dc:creator>
      <dc:date>2020-08-06T16:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hole Note Formatted Text</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/hole-note-formatted-text/m-p/9677160#M114233</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Dim oHoleNote As HoleThreadNote = ThisApplication.CommandManager.Pick(SelectionFilterEnum.kDrawingDefaultFilter, "Select a HoleThreadNote.")
If oHoleNote Is Nothing Then Return
InputBox("Here is the selectable contents of oHoleNote.Text.FormattedText.", "Formatted Text", oHoleNote.Text.FormattedText)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 06 Aug 2020 16:11:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/hole-note-formatted-text/m-p/9677160#M114233</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2020-08-06T16:11:48Z</dc:date>
    </item>
  </channel>
</rss>

