<?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: Open multiple assemblies from an error log list using ilogic in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-multiple-assemblies-from-an-error-log-list-using-ilogic/m-p/10084396#M121035</link>
    <description>&lt;P&gt;please don't bother - I found a work around in Application Options &amp;amp; after trying it didn't like it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Slightly curious as to what code would of worked though...&lt;/P&gt;</description>
    <pubDate>Mon, 15 Feb 2021 14:15:39 GMT</pubDate>
    <dc:creator>andrew_canfield</dc:creator>
    <dc:date>2021-02-15T14:15:39Z</dc:date>
    <item>
      <title>Open multiple assemblies from an error log list using ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-multiple-assemblies-from-an-error-log-list-using-ilogic/m-p/10084010#M121027</link>
      <description>&lt;P&gt;Not amazing - but amazing to me..I've created (part copied) some code which will open a list of assemblies:-&lt;/P&gt;&lt;P&gt;The history is a folder has been added to a new vault &amp;amp; there are some errors in the log so I want to open up the file in Inventor then fix then &amp;amp; check them into the new vault - all good.&lt;/P&gt;&lt;P&gt;The assemblies file path, listed in the log file are edited in Notepad &amp;amp; pasted into the ilogic rule.&lt;/P&gt;&lt;P&gt;This is the code:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Dim aList As New List(Of String)
aList.Add("D:\JFLY\VWF\Designs\CASE\400\455\Sub Assemblies\OVEN01_01.iam")
aList.Add("D:\JFLY\VWF\Designs\CASE\400\455\Sub Assemblies\OVEN01_02.iam")
aList.Add("D:\JFLY\VWF\Designs\CASE\400\455\Sub Assemblies\OVEN01_03.iam")
aList.Add("D:\JFLY\VWF\Designs\CASE\400\455\Sub Assemblies\OVEN01_04.iam")
aList.Add("D:\JFLY\VWF\Designs\CASE\400\455\Sub Assemblies\OVEN01_05.iam")
aList.Add("D:\JFLY\VWF\Designs\CASE\400\455\Sub Assemblies\OVEN01_06.iam")
aList.Add("D:\JFLY\VWF\Designs\CASE\400\455\Sub Assemblies\OVEN01_07.iam")
aList.Add("D:\JFLY\VWF\Designs\CASE\400\455\Sub Assemblies\OVEN01_08.iam")

For Each Str As String In aList
    System.Console.WriteLine(Str)
	ThisDoc.Launch(Str)

Next&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm thinking it would be a little quicker if the files could be opened with the 'Design View Representation' = Nothing Visible - I'm only wanting to see the Vault status in the Vault tab - adding 'ThisDoc.Launch(Str,false)' creates an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some of the assemblies are pretty large, hoping not displaying any graphics will be a little quicker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 11:33:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-multiple-assemblies-from-an-error-log-list-using-ilogic/m-p/10084010#M121027</guid>
      <dc:creator>andrew_canfield</dc:creator>
      <dc:date>2021-02-15T11:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Open multiple assemblies from an error log list using ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-multiple-assemblies-from-an-error-log-list-using-ilogic/m-p/10084396#M121035</link>
      <description>&lt;P&gt;please don't bother - I found a work around in Application Options &amp;amp; after trying it didn't like it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Slightly curious as to what code would of worked though...&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 14:15:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-multiple-assemblies-from-an-error-log-list-using-ilogic/m-p/10084396#M121035</guid>
      <dc:creator>andrew_canfield</dc:creator>
      <dc:date>2021-02-15T14:15:39Z</dc:date>
    </item>
  </channel>
</rss>

