<?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: JMP SCRIPT: Rename the top of each title page in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-SCRIPT-Rename-the-top-of-each-title-page/m-p/622438#M82139</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/33876"&gt;@Sebastienlg&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can change the window title with &amp;lt;&amp;lt; set window title().&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;w = Current Journal(R5);
w &amp;lt;&amp;lt; set window title("test name");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2023 02:00:10 GMT</pubDate>
    <dc:creator>yuichi_katsumur</dc:creator>
    <dc:date>2023-04-14T02:00:10Z</dc:date>
    <item>
      <title>JMP SCRIPT: Rename the top of each title page</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-SCRIPT-Rename-the-top-of-each-title-page/m-p/621696#M82074</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am making a PDF based on the journal, and I do not know how to rename the title or the top of each page...&lt;/P&gt;&lt;P&gt;Below is what I get:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sebastienlg_0-1681212192081.png" style="width: 170px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51880iA5F3E3295FCF9891/image-dimensions/170x32?v=v2" width="170" height="32" role="button" title="Sebastienlg_0-1681212192081.png" alt="Sebastienlg_0-1681212192081.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below is my script:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Table &amp;lt;&amp;lt; journal;
graph &amp;lt;&amp;lt; journal;
RAW_DATA_TABLE &amp;lt;&amp;lt;journal;

w = Current Journal(Report);
listOfReports = w &amp;lt;&amp;lt; child;
nReports = N Items( listOfReports );


// Ajout du titre et de la date de création du rapport
headerPage = V List Box( 
H List Box (Text Box( "Période sélectionnées :" ), Text Box(Format("Date_1"n, "d/m/y")  ), Text Box(" au : "), Text Box(Format("Date_2"n, "d/m/y")  ))
);

Insert Into( listOfReports, headerPage, 1 );

w = Current Journal(R5);
w &amp;lt;&amp;lt; Set page setup( margins(0.1, 0.75, 0.1, 0.75 ), scale( 1 ), portrait( 1 ), paper size( "Letter" ) );
w &amp;lt;&amp;lt; save pdf( document\CC.pdf" );
w &amp;lt;&amp;lt; close window;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is someone has any suggestion to help me?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sébastien&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:07:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-SCRIPT-Rename-the-top-of-each-title-page/m-p/621696#M82074</guid>
      <dc:creator>Sebastienlg</dc:creator>
      <dc:date>2023-06-09T16:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: JMP SCRIPT: Rename the top of each title page</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-SCRIPT-Rename-the-top-of-each-title-page/m-p/622438#M82139</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/33876"&gt;@Sebastienlg&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can change the window title with &amp;lt;&amp;lt; set window title().&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;w = Current Journal(R5);
w &amp;lt;&amp;lt; set window title("test name");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 02:00:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-SCRIPT-Rename-the-top-of-each-title-page/m-p/622438#M82139</guid>
      <dc:creator>yuichi_katsumur</dc:creator>
      <dc:date>2023-04-14T02:00:10Z</dc:date>
    </item>
  </channel>
</rss>

