<?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 to open this &amp;quot;Big Class&amp;quot; file with another JSL and directly open the &amp;quot;Distribution &amp;quot;JSL this file to enter the edit state? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-open-this-quot-Big-Class-quot-file-with-another-JSL-and/m-p/632108#M83049</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );


dist_jsl = dt &amp;lt;&amp;lt; Get Scriptable Object( "Distribution" );

dist_jsl &amp;lt;&amp;lt; Open Window;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;？？&lt;/P&gt;</description>
    <pubDate>Tue, 16 May 2023 07:05:14 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2023-05-16T07:05:14Z</dc:date>
    <item>
      <title>How to open this "Big Class" file with another JSL and directly open the "Distribution "JSL this file to enter the edit state?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-this-quot-Big-Class-quot-file-with-another-JSL-and/m-p/632103#M83048</link>
      <description>&lt;P&gt;Notice not running this "Distribution "JSL?&lt;BR /&gt;Give the specific code, thank you!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-05-16_14-51-53.png" style="width: 590px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52809i90213687B000053D/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-05-16_14-51-53.png" alt="2023-05-16_14-51-53.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:10:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-this-quot-Big-Class-quot-file-with-another-JSL-and/m-p/632103#M83048</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-06-09T16:10:05Z</dc:date>
    </item>
    <item>
      <title>回复： How to open this "Big Class" file with another JSL and directly open the "Distribution "JSL this file to enter the edit state?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-this-quot-Big-Class-quot-file-with-another-JSL-and/m-p/632108#M83049</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );


dist_jsl = dt &amp;lt;&amp;lt; Get Scriptable Object( "Distribution" );

dist_jsl &amp;lt;&amp;lt; Open Window;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;？？&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 07:05:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-this-quot-Big-Class-quot-file-with-another-JSL-and/m-p/632108#M83049</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-05-16T07:05:14Z</dc:date>
    </item>
    <item>
      <title>回复： How to open this "Big Class" file with another JSL and directly open the "Distribution "JSL this file to enter the edit state?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-this-quot-Big-Class-quot-file-with-another-JSL-and/m-p/632296#M83073</link>
      <description>&lt;P&gt;I don't think there's a way to call up the built-in dialog box for editing table scripts, but this would get you close. You'd need to add a save button if you want to save the edits back to the table.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

jsl = dt &amp;lt;&amp;lt; Get Script( "Distribution" );

nw = New Window( "Script", &amp;lt;&amp;lt;Modal, Script Box( Char( Name Expr( jsl ) ) ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 14:33:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-this-quot-Big-Class-quot-file-with-another-JSL-and/m-p/632296#M83073</guid>
      <dc:creator>Jed_Campbell</dc:creator>
      <dc:date>2023-05-16T14:33:58Z</dc:date>
    </item>
    <item>
      <title>回复： How to open this "Big Class" file with another JSL and directly open the "Distribution "JSL this file to enter the edit state?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-this-quot-Big-Class-quot-file-with-another-JSL-and/m-p/632387#M83085</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 23:01:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-this-quot-Big-Class-quot-file-with-another-JSL-and/m-p/632387#M83085</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-05-16T23:01:57Z</dc:date>
    </item>
    <item>
      <title>回复： How to open this "Big Class" file with another JSL and directly open the "Distribution "JSL this file to enter the edit state?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-this-quot-Big-Class-quot-file-with-another-JSL-and/m-p/632519#M83092</link>
      <description>&lt;P&gt;A script implementation of AutoHotkey is used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
Run Program( executable( "I:\00\AHK\AutoHotkey.exe" ), options( {"I:\E\test.ahk"} ) );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-05-17_18-15-04.png" style="width: 803px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52841i8AE7BC4EFD87B7E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-05-17_18-15-04.png" alt="2023-05-17_18-15-04.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 10:20:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-this-quot-Big-Class-quot-file-with-another-JSL-and/m-p/632519#M83092</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-05-17T10:20:02Z</dc:date>
    </item>
  </channel>
</rss>

