<?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 SV:Re: Copy text to clipboard in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Copy-text-to-clipboard/m-p/146502#M505153</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I have a similar macro which works with the plugin. Do you "allow export" on the security setting on the document? /Michael&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2009 16:32:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-06-11T16:32:02Z</dc:date>
    <item>
      <title>Copy text to clipboard</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-text-to-clipboard/m-p/146499#M505150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;For a certain QV documentI need to create a macro to copy a field value to the clipboard so it can be used in another application. The macro I created works perfect in the local desktop client (8.5) but it refuses to work by using the ActiveX browser plugin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;Sub CopyCNR&lt;BR /&gt; set ContractNr = ActiveDocument.fields("Contract_Number").GetSelectedValues&lt;BR /&gt; If ContractNr.Count=1 Then&lt;BR /&gt; ActiveDocument.GetSheetObject("TX03").CopyTextToClipboard&lt;BR /&gt; Else&lt;BR /&gt; Msgbox("Select one value.")&lt;BR /&gt; End If&lt;BR /&gt;End Sub&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The macro partly works though the ActiveX plugin and does result in an message when not selecting one single value. But the problem is that no value is copied to the clipboard. Is there a solution for this problem.&lt;BR /&gt;&lt;BR /&gt;Another thing I have noticed is that when pressing the right mouse button on a text object to see the menu. The option/menu "Copy to Clipboard" is grayed out.&lt;/P&gt;&lt;P&gt;regards Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 23:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-text-to-clipboard/m-p/146499#M505150</guid>
      <dc:creator />
      <dc:date>2009-06-10T23:45:32Z</dc:date>
    </item>
    <item>
      <title>Copy text to clipboard</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-text-to-clipboard/m-p/146500#M505151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;BR /&gt;Some QV APIs don't work as expected in this situation. See if you can get the value to the clipboard using VBscript functionality rather than QV API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 23:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-text-to-clipboard/m-p/146500#M505151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-10T23:55:58Z</dc:date>
    </item>
    <item>
      <title>Copy text to clipboard</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-text-to-clipboard/m-p/146501#M505152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;Thanks for your answer. I'm already using a VBscript macro to copy a textvalue to the clipboard. The problem is it doesn't work through the ActiveX plugin. The fact that the Copy (right mousbutton) meny is grayed out could have something to do with document/user/server settings, the problem is I can't find the solution.. Hope somebody can help me.&lt;/P&gt;&lt;P&gt;regards Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 14:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-text-to-clipboard/m-p/146501#M505152</guid>
      <dc:creator />
      <dc:date>2009-06-11T14:51:09Z</dc:date>
    </item>
    <item>
      <title>SV:Re: Copy text to clipboard</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-text-to-clipboard/m-p/146502#M505153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I have a similar macro which works with the plugin. Do you "allow export" on the security setting on the document? /Michael&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 16:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-text-to-clipboard/m-p/146502#M505153</guid>
      <dc:creator />
      <dc:date>2009-06-11T16:32:02Z</dc:date>
    </item>
    <item>
      <title>SV:Re: Copy text to clipboard</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-text-to-clipboard/m-p/146503#M505154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a97mic,&lt;/P&gt;&lt;P&gt;That solved my problem. You are the best...&lt;/P&gt;&lt;P&gt;regards Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 16:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-text-to-clipboard/m-p/146503#M505154</guid>
      <dc:creator />
      <dc:date>2009-06-11T16:43:09Z</dc:date>
    </item>
  </channel>
</rss>

