<?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: JSL prompt user for data table name (not saving) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-prompt-user-for-data-table-name-not-saving/m-p/219834#M43989</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12282"&gt;@datanaut&lt;/a&gt;, did the response&amp;nbsp;from &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;above work for you?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Aug 2019 12:58:59 GMT</pubDate>
    <dc:creator>Jeff_Perkinson</dc:creator>
    <dc:date>2019-08-02T12:58:59Z</dc:date>
    <item>
      <title>JSL prompt user for data table name (not saving)</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-prompt-user-for-data-table-name-not-saving/m-p/62445#M33675</link>
      <description>&lt;P&gt;My first JMP community post!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JSL has been enormously helpful for me in my work. &amp;nbsp;Thanks all for your inputs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm running a script which concantenates two files. &amp;nbsp;I'd like to prompt the user when it's complete (or before it starts, doesn't matter) for what s/he would like to name the data table. &amp;nbsp;The user can then save the data table later if s/he&amp;nbsp;is happy with it. &amp;nbsp;I don't want to obligate a file save just after table creation. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I searched online and could not find anything directly applicable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks all.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 23:36:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-prompt-user-for-data-table-name-not-saving/m-p/62445#M33675</guid>
      <dc:creator>datanaut</dc:creator>
      <dc:date>2018-07-10T23:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: JSL prompt user for data table name (not saving)</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-prompt-user-for-data-table-name-not-saving/m-p/62448#M33677</link>
      <description>&lt;P&gt;Congratulations on your first post.&lt;/P&gt;
&lt;P&gt;There are examples in the Scripting Guide that should help you to interpret the simple example I am providing below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Books==&amp;gt;Scripting Guide&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Current Data Table();

nw = New Window( "Name data table",
	&amp;lt;&amp;lt;Modal,
	&amp;lt;&amp;lt;Return Result,
	Text Box( "What do you want to name the data table?" ),
	tableName = Text Edit Box( " ", &amp;lt;&amp;lt;set width( 400 ) )
);
If( nw["button"] == 1 &amp;amp; nw["tableName"] != "",
	dt &amp;lt;&amp;lt; set name( nw["tableName"] )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Jul 2018 00:34:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-prompt-user-for-data-table-name-not-saving/m-p/62448#M33677</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-07-11T00:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: JSL prompt user for data table name (not saving)</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-prompt-user-for-data-table-name-not-saving/m-p/219834#M43989</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12282"&gt;@datanaut&lt;/a&gt;, did the response&amp;nbsp;from &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;above work for you?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 12:58:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-prompt-user-for-data-table-name-not-saving/m-p/219834#M43989</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2019-08-02T12:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: JSL prompt user for data table name (not saving)</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-prompt-user-for-data-table-name-not-saving/m-p/250430#M49145</link>
      <description>This is very helpful. Please pardon my record setting response time. I didn't log back in to check on this. I'll do better here. Thanks again.</description>
      <pubDate>Tue, 03 Mar 2020 20:43:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-prompt-user-for-data-table-name-not-saving/m-p/250430#M49145</guid>
      <dc:creator>datanaut</dc:creator>
      <dc:date>2020-03-03T20:43:18Z</dc:date>
    </item>
  </channel>
</rss>

