<?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 Possible to have title bar display full file path? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Possible-to-have-title-bar-display-full-file-path/m-p/600960#M80437</link>
    <description>&lt;P&gt;Is it possible to have the title bar display the full file path rather than just the filename?&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2023 16:36:05 GMT</pubDate>
    <dc:creator>Citizen_Snips</dc:creator>
    <dc:date>2023-06-08T16:36:05Z</dc:date>
    <item>
      <title>Possible to have title bar display full file path?</title>
      <link>https://community.jmp.com/t5/Discussions/Possible-to-have-title-bar-display-full-file-path/m-p/600960#M80437</link>
      <description>&lt;P&gt;Is it possible to have the title bar display the full file path rather than just the filename?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:36:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Possible-to-have-title-bar-display-full-file-path/m-p/600960#M80437</guid>
      <dc:creator>Citizen_Snips</dc:creator>
      <dc:date>2023-06-08T16:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to have title bar display full file path?</title>
      <link>https://community.jmp.com/t5/Discussions/Possible-to-have-title-bar-display-full-file-path/m-p/600988#M80440</link>
      <description>&lt;P&gt;Is this what you are talking about?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1676400333025.png" style="width: 595px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50146i615359D96E42A00F/image-dimensions/595x546?v=v2" width="595" height="546" role="button" title="txnelson_0-1676400333025.png" alt="txnelson_0-1676400333025.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If so,&amp;nbsp; this is how to do it&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt01 = Open( "$SAMPLE_DATA/Big Class.jmp" );

bivariate( x( :height ), y( :weight ) );

// Once the report is generated, this JSL will change the title 
// to the path
thePath = dt01 &amp;lt;&amp;lt; get path;
Current Report()[Outline Box( 1 )] &amp;lt;&amp;lt; set title( thePath );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 18:48:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Possible-to-have-title-bar-display-full-file-path/m-p/600988#M80440</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-02-14T18:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to have title bar display full file path?</title>
      <link>https://community.jmp.com/t5/Discussions/Possible-to-have-title-bar-display-full-file-path/m-p/643548#M84015</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That answers my question in the case of a report, but can it be done for a data table? Ideally I'd the Windows title bar to display the full file path and filename.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 20:00:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Possible-to-have-title-bar-display-full-file-path/m-p/643548#M84015</guid>
      <dc:creator>Citizen_Snips</dc:creator>
      <dc:date>2023-06-16T20:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to have title bar display full file path?</title>
      <link>https://community.jmp.com/t5/Discussions/Possible-to-have-title-bar-display-full-file-path/m-p/643558#M84018</link>
      <description>&lt;P&gt;The Windows title bar for a data table only lists the table name.&amp;nbsp; Given that, you technically can change the name of your data table to be the complete path&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1686951755453.png" style="width: 850px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53932i9B2DC9E231E894B9/image-dimensions/850x253?v=v2" width="850" height="253" role="button" title="txnelson_0-1686951755453.png" alt="txnelson_0-1686951755453.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 21:43:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Possible-to-have-title-bar-display-full-file-path/m-p/643558#M84018</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-06-16T21:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to have title bar display full file path?</title>
      <link>https://community.jmp.com/t5/Discussions/Possible-to-have-title-bar-display-full-file-path/m-p/643603#M84029</link>
      <description>&lt;P&gt;Here's a slightly flawed solution:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$sample_data/big class.jmp", Invisible );
New Window( dt &amp;lt;&amp;lt; getpath, dt &amp;lt;&amp;lt; New Data Box );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;UL&gt;
&lt;LI&gt;The window has a small space above.&lt;/LI&gt;
&lt;LI&gt;The window thinks it is a report, not a table. The needs-to-save check does not work right.&lt;/LI&gt;
&lt;LI&gt;When the window is closed, the invisible table remains open. You might add an OnClose to fix that.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sat, 17 Jun 2023 01:03:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Possible-to-have-title-bar-display-full-file-path/m-p/643603#M84029</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2023-06-17T01:03:32Z</dc:date>
    </item>
  </channel>
</rss>

