<?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 How can I open a JMP file without leaving a record in the From list? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-I-open-a-JMP-file-without-leaving-a-record-in-the-From/m-p/280063#M54292</link>
    <description>&lt;P&gt;For example, open "Big class.jmp ",&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can add code to JSL's open code to keep it out of the From list?Or use JSL later to delete "Big Class.jmp"'s records from the From list?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp";？？？ );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-07-19_18-13.png" style="width: 795px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/25460i1C1F1B9C27838CBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-07-19_18-13.png" alt="2020-07-19_18-13.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 23:32:36 GMT</pubDate>
    <dc:creator>lwx228</dc:creator>
    <dc:date>2023-06-09T23:32:36Z</dc:date>
    <item>
      <title>How can I open a JMP file without leaving a record in the From list?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-open-a-JMP-file-without-leaving-a-record-in-the-From/m-p/280063#M54292</link>
      <description>&lt;P&gt;For example, open "Big class.jmp ",&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can add code to JSL's open code to keep it out of the From list?Or use JSL later to delete "Big Class.jmp"'s records from the From list?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp";？？？ );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-07-19_18-13.png" style="width: 795px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/25460i1C1F1B9C27838CBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-07-19_18-13.png" alt="2020-07-19_18-13.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:32:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-open-a-JMP-file-without-leaving-a-record-in-the-From/m-p/280063#M54292</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2023-06-09T23:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I open a JMP file without leaving a record in the From list?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-open-a-JMP-file-without-leaving-a-record-in-the-From/m-p/280088#M54298</link>
      <description>&lt;P&gt;I think this is what you are asking about. I find it really useful when I'm opening a lot of files, it prevents the ones I care about from falling off the bottom of the list!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Add To Recent option in Open( ) function" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/25463iA8AE0AE8B9385B8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Add To Recent option in Open( ) function" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Add To Recent option in Open( ) function&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jul 2020 12:13:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-open-a-JMP-file-without-leaving-a-record-in-the-From/m-p/280088#M54298</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2020-07-19T12:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can I open a JMP file without leaving a record in the From list?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-open-a-JMP-file-without-leaving-a-record-in-the-From/m-p/280094#M54300</link>
      <description>Thank Craige!&lt;BR /&gt;&lt;BR /&gt;dt1 = Open( "$SAMPLE_DATA/Big Class.jmp",Add to Recent Files(0) );</description>
      <pubDate>Sun, 19 Jul 2020 12:38:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-open-a-JMP-file-without-leaving-a-record-in-the-From/m-p/280094#M54300</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2020-07-19T12:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I open a JMP file without leaving a record in the From list?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-open-a-JMP-file-without-leaving-a-record-in-the-From/m-p/280198#M54307</link>
      <description>&lt;P&gt;Another option, especially if you are scripting, is to open the file as &lt;STRONG&gt;Private&lt;/STRONG&gt;. Then the file does not appear in the From list nor the &lt;STRONG&gt;Windows&lt;/STRONG&gt; List.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jul 2020 16:54:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-open-a-JMP-file-without-leaving-a-record-in-the-From/m-p/280198#M54307</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2020-07-19T16:54:38Z</dc:date>
    </item>
  </channel>
</rss>

