<?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 a .jsl file with JSL, but the open function returns nothing in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595659#M79941</link>
    <description>&lt;P&gt;Thanks for your help. I uploaded a very simple jrp with the jsl code together. For me the problem is the same.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Feb 2023 02:31:13 GMT</pubDate>
    <dc:creator>Setsuna</dc:creator>
    <dc:date>2023-02-01T02:31:13Z</dc:date>
    <item>
      <title>Open a .jrp file with JSL, but the open function returns nothing</title>
      <link>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595372#M79912</link>
      <description>&lt;P&gt;Hello, I met a problem that confused me so much.&lt;BR /&gt;When I open a .jrp file using Open() function, nothing is returned.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
rp = Open("&amp;lt;PATH-TO-FILE&amp;gt;\RxOsnrTol-01-Distribution-By(Temperature).jrp");
Show(rp);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Then in the log window, I got:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;{Distribution[], Distribution[], Distribution[]}
rp = .;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;By the way, the .jrp file is opened and displays normally. It seems that the only problem is the return value is missing.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The .jrp file is saved earlier with embeded data table.&lt;BR /&gt;&lt;BR /&gt;I'm sure that I used the same code several days ago on some other jrp file, the &lt;STRONG&gt;Open()&lt;/STRONG&gt; function returns an object. So I'm able to save its picture.&lt;BR /&gt;So I'm confused.&lt;BR /&gt;&lt;BR /&gt;JMP Version: 16.2&lt;BR /&gt;&lt;BR /&gt;If any further information or attachment is needed, please tell me.&lt;BR /&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;===== Update =====&lt;/P&gt;&lt;P&gt;I attached a very simple example which shows the same problem.&lt;/P&gt;&lt;P&gt;For me, the log shows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Distribution[]
Open(".\abc.jrp") = ␀;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:39:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595372#M79912</guid>
      <dc:creator>Setsuna</dc:creator>
      <dc:date>2023-06-08T16:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Open a .jsl file with JSL, but the open function returns nothing</title>
      <link>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595645#M79933</link>
      <description>&lt;P&gt;We might need more information to address your question. Are you able to open the .jrp file via the GUI with no problems?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 22:38:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595645#M79933</guid>
      <dc:creator>Jed_Campbell</dc:creator>
      <dc:date>2023-01-31T22:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Open a .jsl file with JSL, but the open function returns nothing</title>
      <link>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595649#M79935</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/46102"&gt;@Setsuna&lt;/a&gt;&amp;nbsp;, a .jrp file is actually just a special type of .jsl file.&amp;nbsp; Therefore, you can change the extension from .jrp to jsl and then open the file in JMP an it will open using the Script Editor.&amp;nbsp; That may also help you understand what a possible problem may be with the file.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 23:12:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595649#M79935</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-01-31T23:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Open a .jsl file with JSL, but the open function returns nothing</title>
      <link>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595651#M79937</link>
      <description>Yes, with the script above, I can see the report opened normally. The only problem is that the Open function returns nothing.</description>
      <pubDate>Wed, 01 Feb 2023 00:32:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595651#M79937</guid>
      <dc:creator>Setsuna</dc:creator>
      <dc:date>2023-02-01T00:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Open a .jsl file with JSL, but the open function returns nothing</title>
      <link>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595652#M79938</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;I tried to change the ext to jsl, and it runs well, and no log or error occured.&lt;/P&gt;&lt;P&gt;By the way, with the code above, I'm able to open the .jrp report normally, the only problem is the Open() function returns nothing.&lt;/P&gt;&lt;P&gt;Sorry that I didn't make it clear in the original post&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 01:41:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595652#M79938</guid>
      <dc:creator>Setsuna</dc:creator>
      <dc:date>2023-02-01T01:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Open a .jsl file with JSL, but the open function returns nothing</title>
      <link>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595653#M79939</link>
      <description>&lt;P&gt;Can you share the .jrp file with the community?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 02:09:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595653#M79939</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-02-01T02:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Open a .jsl file with JSL, but the open function returns nothing</title>
      <link>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595659#M79941</link>
      <description>&lt;P&gt;Thanks for your help. I uploaded a very simple jrp with the jsl code together. For me the problem is the same.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 02:31:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595659#M79941</guid>
      <dc:creator>Setsuna</dc:creator>
      <dc:date>2023-02-01T02:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Open a .jsl file with JSL, but the open function returns nothing</title>
      <link>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595665#M79943</link>
      <description>&lt;P&gt;[ Edit: I thought I saw this issue for Journal files, but now I am seeing a return value ]&lt;/P&gt;
&lt;P&gt;There does seem to be some inconsistency in the return values from Open().&amp;nbsp; I don't think this behavior has changed, but I see the same thing that you describe for &lt;STRIKE&gt;both&lt;/STRIKE&gt; .jrp (JMP Report) &lt;STRIKE&gt;and .jrn (JMP Journal) files&lt;/STRIKE&gt;.&amp;nbsp; While the initial Open() does not return the result, if you call Open() a second time, it will return the top-most box in the already open window:&lt;/P&gt;
&lt;PRE&gt;Show(Open(".\abc.jrp"));
Show(Open(".\abc.jrp"));&lt;/PRE&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open(".\abc.jrp") = ␀;
Open(".\abc.jrp") = DisplayBox[HeadBox];&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 03:29:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595665#M79943</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2023-02-01T03:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Open a .jsl file with JSL, but the open function returns nothing</title>
      <link>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595676#M79944</link>
      <description>&lt;P&gt;Thanks very much.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm nearly sure that 2 weeks ago, I can get an object with only one Open() function, when I open a .jrp file.&lt;/P&gt;&lt;P&gt;So I guess what you saw with the .jrn files are probably ture&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 06:08:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/595676#M79944</guid>
      <dc:creator>Setsuna</dc:creator>
      <dc:date>2023-02-01T06:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Open a .jsl file with JSL, but the open function returns nothing</title>
      <link>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/596505#M80018</link>
      <description>&lt;P&gt;To add to my previous update, it does look like there are differences in behavior between JMP 16 and JMP 17 as well.&amp;nbsp; Changes are being made for future releases to improve both the save and open behavior for .jrp files.&amp;nbsp; You best workaround for now might be to use &lt;FONT face="courier new,courier"&gt;Current Report()&lt;/FONT&gt; to get the window for the recently opened report.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 19:00:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/596505#M80018</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2023-02-02T19:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Open a .jsl file with JSL, but the open function returns nothing</title>
      <link>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/596734#M80035</link>
      <description>&lt;P&gt;wow, cool!&lt;BR /&gt;&lt;BR /&gt;Definitely worth to dig deeper and lean from the jsl code!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 08:38:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-a-jrp-file-with-JSL-but-the-open-function-returns-nothing/m-p/596734#M80035</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-02-03T08:38:44Z</dc:date>
    </item>
  </channel>
</rss>

