<?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: Copy/Paste from textbox or stringcolbox? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16583#M15108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To approach this from a different angle.......you could use a New Data View as the display vehicle, which will allow all of the cutting and pasting one can do to a data table.&amp;nbsp; The problem to be over come is that a user can change the values.&amp;nbsp; So to overcome this, you could place a Make Row State Handler on the data table, that looks to a "Private" copy of the data table, and changes any changed values back to the original values.&amp;nbsp; Therefore always insuring the cut and paste will get the original values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 16:02:28 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2016-01-29T16:02:28Z</dc:date>
    <item>
      <title>Copy/Paste from textbox or stringcolbox?</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16575#M15100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create reports using textboxes and tableboxes containing stringcolboxes and numbercolboxes.&amp;nbsp; Is there a way to copy things from these displays?&amp;nbsp; I don't want to use texteditboxes, because people could change the content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 19:26:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16575#M15100</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2016-01-28T19:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/Paste from textbox or stringcolbox?</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16576#M15101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can select and cut at paste any table box or column witnin the table box, using the selection tool.&amp;nbsp; You can find that tool in the pull down menu area, or you can simply hover over the the display window and click the "s" key and it will change to the selection tool.&amp;nbsp; Then simply click on what you want to select and then use the copy key strokes or the Edit==&amp;gt;Copy selection from the pull down menus.&amp;nbsp; Then just type the letter "a" and you will be taken out of the selection tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you can rt. mouse click on any table box, and select "Make into Data Table" and it will then place the table into a data table, and let you cut and paste specific cells.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 20:01:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16576#M15101</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2016-01-28T20:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/Paste from textbox or stringcolbox?</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16577#M15102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jim I'm aware of that technique.&amp;nbsp; The problem with that approach is you can only copy all of the text, not some of it.&amp;nbsp; Sometimes I'm displaying 40-50 lines of text, and users want to copy a single word or sentence.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 20:40:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16577#M15102</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2016-01-28T20:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/Paste from textbox or stringcolbox?</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16578#M15103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can specify in jsl to allow for the data table to be selectable.&amp;nbsp; You can specify the number of rows that can be selected, and then take action based upon the selection.&amp;nbsp; Go to Help==&amp;gt;Scripting Index and look up the table box.&amp;nbsp; You will see the messages that can be sent to it that will permit selection, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 21:08:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16578#M15103</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2016-01-28T21:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/Paste from textbox or stringcolbox?</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16579#M15104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still no joy.&amp;nbsp; If you select a row in a tablebox and hit CTRL-C, you get the entire table.&amp;nbsp; This is the example from the scripting index:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #0000dd;"&gt;Names Default To Here&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt; &lt;STRONG style="color: teal; font-size: 10.0pt; font-family: 'Courier New';"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #0000dd;"&gt;New Window&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple;"&gt;"Mountains"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tb &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #0000dd;"&gt;Table Box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #0000dd;"&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;String Col Box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple;"&gt;"Mountain"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple;"&gt;"K2"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple;"&gt;"Delphi"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple;"&gt;"Kilimanjaro"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple;"&gt;"Grand Teton"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Courier New';"&gt;}&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #0000dd;"&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;Number Col Box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple;"&gt;"Elevation (meters)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10.0pt; font-family: 'Courier New';"&gt;8611&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt; &lt;STRONG style="color: teal; font-size: 10.0pt; font-family: 'Courier New';"&gt;681&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt; &lt;STRONG style="color: teal; font-size: 10.0pt; font-family: 'Courier New';"&gt;5895&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: teal;"&gt;4199&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;}&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #0000dd;"&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;Plot Col Box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple;"&gt;""&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10.0pt; font-family: 'Courier New';"&gt;8611&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt; &lt;STRONG style="color: teal; font-size: 10.0pt; font-family: 'Courier New';"&gt;681&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt; &lt;STRONG style="color: teal; font-size: 10.0pt; font-family: 'Courier New';"&gt;5895&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: teal;"&gt;4199&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;}&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Courier New';"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;tb &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;Set Selectable Rows&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;()&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 14:19:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16579#M15104</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2016-01-29T14:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/Paste from textbox or stringcolbox?</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16580#M15105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you set up your display so you can select the rows you want, and then have a Button Box that has the jsl behind it to take the selected rows, and to grab just the column you want, then it can copy that to the paste buffer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 15:18:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16580#M15105</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2016-01-29T15:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/Paste from textbox or stringcolbox?</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16581#M15106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's a little strange.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an idea for a workaround (not thoroughly tested); just select an item to copy it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 14px; line-height: normal; font-family: Courier; color: #032ce4;"&gt;New Window&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #942193;"&gt;"test"&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;Table Box&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;ncb &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;Number Col Box&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #942193;"&gt;"data"&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;})&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;&amp;lt;&amp;lt;&lt;STRONG&gt;Set Selectable Rows&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;()))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 14px; line-height: normal; font-family: Courier; color: #011993;"&gt;&lt;SPAN style="color: #000000;"&gt;ncb &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;set row change function&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 14px; line-height: normal; font-family: Courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #032ce4;"&gt;Function&lt;/SPAN&gt;&lt;STRONG&gt;({&lt;/STRONG&gt;this&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 14px; line-height: normal; font-family: Courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #032ce4;"&gt;Set Clipboard&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;ncb&lt;STRONG&gt;[&lt;/STRONG&gt;this &lt;SPAN style="color: #011993;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;get selected rows&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;][&lt;/STRONG&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;])&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 14px; line-height: normal; font-family: Courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 14px; line-height: normal; font-family: Courier;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="color: #011993;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 15:19:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16581#M15106</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2016-01-29T15:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/Paste from textbox or stringcolbox?</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16582#M15107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks MS that's an interesting way to do it.&amp;nbsp; Wasn't aware of the &lt;STRONG&gt;set clipboard&lt;/STRONG&gt; function.&amp;nbsp; However I'm dealing with basic users who understand ^C and ^V, and this might confuse them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 15:26:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16582#M15107</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2016-01-29T15:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/Paste from textbox or stringcolbox?</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16583#M15108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To approach this from a different angle.......you could use a New Data View as the display vehicle, which will allow all of the cutting and pasting one can do to a data table.&amp;nbsp; The problem to be over come is that a user can change the values.&amp;nbsp; So to overcome this, you could place a Make Row State Handler on the data table, that looks to a "Private" copy of the data table, and changes any changed values back to the original values.&amp;nbsp; Therefore always insuring the cut and paste will get the original values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 16:02:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16583#M15108</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2016-01-29T16:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/Paste from textbox or stringcolbox?</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16584#M15109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a reasonable possibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my other case of just selecting text from a text box I'm going to try out using texteditboxes.&amp;nbsp; Users could change the text but I'm not saving it anywhere.&amp;nbsp; For that matter they could copy the text and then change it in wherever they paste it to (i.e. word, power point etc.).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 16:11:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16584#M15109</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2016-01-29T16:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/Paste from textbox or stringcolbox?</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16585#M15110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are droping your concern over the users changing the data, then I would still recommend the New Data View.&amp;nbsp; You can close the pannel boxes, and the user gets a real nice display, and you don't have to worry about scrolling, etc....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 16:23:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Paste-from-textbox-or-stringcolbox/m-p/16585#M15110</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2016-01-29T16:23:46Z</dc:date>
    </item>
  </channel>
</rss>

