<?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: Scriptiing- Naming and closing Journals in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Scriptiing-Naming-and-closing-Journals/m-p/583833#M78984</link>
    <description>&lt;P&gt;Use commands you can use for windows, &amp;lt;&amp;lt; Show Window and &amp;lt;&amp;lt; Set Window Title&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = Open("$SAMPLE_DATA/Big Class.jmp");

dt2 = dt &amp;lt;&amp;lt; Journal;
dt2 &amp;lt;&amp;lt; Show Window(0);
dt2 &amp;lt;&amp;lt; Set Window Title("test1");

dt2 &amp;lt;&amp;lt; Save MSWord("$DESKTOP/jmp_example.doc");

dt2 &amp;lt;&amp;lt; Close Window;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE class=" language-jsl"&gt;&amp;nbsp;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1671551853358.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48517i0E857C16A1B75647/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1671551853358.png" alt="jthi_0-1671551853358.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2022 15:57:43 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2022-12-20T15:57:43Z</dc:date>
    <item>
      <title>Scriptiing- Naming and closing Journals</title>
      <link>https://community.jmp.com/t5/Discussions/Scriptiing-Naming-and-closing-Journals/m-p/583825#M78983</link>
      <description>&lt;P&gt;Here is a script trying to save a data table in a Journal and then from the Journal the data table is saved into a MS word document. One preference is to run the Journal part in the background. Among the scripts, only the Save MSWord part works&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To name the Journal:&lt;/P&gt;&lt;P&gt;Set Name is not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To hide the Journal in the background:&lt;/P&gt;&lt;P&gt;Neither (Invisible) nor Close () is working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = current datatable ();

dt2 = dt &amp;lt;&amp;lt; Journal (invisible);
&lt;BR /&gt;dt2 &amp;lt;&amp;lt; set name ("test1");&lt;BR /&gt;
dt2 &amp;lt;&amp;lt; Save MSWord( "$Desktop/jmp_example.doc" );
 
 close (dt2);
 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:05:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Scriptiing-Naming-and-closing-Journals/m-p/583825#M78983</guid>
      <dc:creator>GroupSquareWolf</dc:creator>
      <dc:date>2023-06-09T16:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Scriptiing- Naming and closing Journals</title>
      <link>https://community.jmp.com/t5/Discussions/Scriptiing-Naming-and-closing-Journals/m-p/583833#M78984</link>
      <description>&lt;P&gt;Use commands you can use for windows, &amp;lt;&amp;lt; Show Window and &amp;lt;&amp;lt; Set Window Title&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = Open("$SAMPLE_DATA/Big Class.jmp");

dt2 = dt &amp;lt;&amp;lt; Journal;
dt2 &amp;lt;&amp;lt; Show Window(0);
dt2 &amp;lt;&amp;lt; Set Window Title("test1");

dt2 &amp;lt;&amp;lt; Save MSWord("$DESKTOP/jmp_example.doc");

dt2 &amp;lt;&amp;lt; Close Window;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE class=" language-jsl"&gt;&amp;nbsp;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1671551853358.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48517i0E857C16A1B75647/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1671551853358.png" alt="jthi_0-1671551853358.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 15:57:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Scriptiing-Naming-and-closing-Journals/m-p/583833#M78984</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-12-20T15:57:43Z</dc:date>
    </item>
  </channel>
</rss>

