<?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 CopyBitmapToClipboard in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CopyBitmapToClipboard/m-p/234765#M86092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I tried your code and I got an error even before you got it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a sample app with two different macros based in your code.&lt;/P&gt;&lt;P&gt;With a little adjustment in it I was able to export, but only when there was a selection in the field.&lt;/P&gt;&lt;P&gt;I created a second macro where you can export all posible values (user can make selection on otherf fields, and we don't export anything if it is not related).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, don't mind the charts, they don't make any sense. I was just using this to study the macro.&lt;/P&gt;&lt;P&gt;Hope it works for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Apr 2011 15:16:29 GMT</pubDate>
    <dc:creator>erichshiino</dc:creator>
    <dc:date>2011-04-30T15:16:29Z</dc:date>
    <item>
      <title>CopyBitmapToClipboard</title>
      <link>https://community.qlik.com/t5/QlikView/CopyBitmapToClipboard/m-p/234762#M86089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have a problem when I try to copy an object into a Word (as Image) mutiple times.&lt;/P&gt;&lt;P&gt;This is a sample of the script that I've done:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Report&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; Set XWord = CreateObject("Word.Application")&lt;BR /&gt; XWord.Visible=true&lt;BR /&gt;&lt;BR /&gt; Set DocWord = XWord.Documents.add()&lt;/P&gt;&lt;P&gt;Set F= ActiveDocument.Fields("User")&lt;BR /&gt; Set FieldValue= F.GetSelectedValues(F.GetValueCount(1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For k=0 to F.Count-1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; ActiveDocument.Fields("User").Select FieldValue.Item(k).Text&lt;BR /&gt;&lt;BR /&gt; XWord.Selection.InsertBefore "Titulo"&amp;amp;chr(13)&lt;BR /&gt; XWord.Selection.Collapse wdCollapseEnd&lt;BR /&gt;&lt;BR /&gt; ActiveDocument.ClearCache&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt;&lt;BR /&gt; set image = ActiveDocument.GetSheetObject("CH684")&lt;BR /&gt; image.CopyBitmapToClipboard&lt;BR /&gt; XWord.Selection.Paste&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Script stops when it reaches "image.CopyBitmapToClipboard".Does somebody know if there is a issue with this function?&lt;/P&gt;&lt;P&gt;Version: 9.00.7320.7 SR2 64-bit Edition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 07:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CopyBitmapToClipboard/m-p/234762#M86089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-29T07:34:52Z</dc:date>
    </item>
    <item>
      <title>AW:CopyBitmapToClipboard</title>
      <link>https://community.qlik.com/t5/QlikView/CopyBitmapToClipboard/m-p/234763#M86090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Sylverine,&lt;/P&gt;&lt;P&gt;try the command ExportBitmapToFile, look for further information in the APIGuide.QVW, situated in you QlikView program folder and Documentation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 07:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CopyBitmapToClipboard/m-p/234763#M86090</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-04-29T07:45:18Z</dc:date>
    </item>
    <item>
      <title>AW:CopyBitmapToClipboard</title>
      <link>https://community.qlik.com/t5/QlikView/CopyBitmapToClipboard/m-p/234764#M86091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martina,&lt;/P&gt;&lt;P&gt;Thanks, but I need the charts in a .Doc and not in a File, because what I'm doing is a report and I Mix them with other objects and Text.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Syl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 17:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CopyBitmapToClipboard/m-p/234764#M86091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-29T17:32:25Z</dc:date>
    </item>
    <item>
      <title>CopyBitmapToClipboard</title>
      <link>https://community.qlik.com/t5/QlikView/CopyBitmapToClipboard/m-p/234765#M86092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I tried your code and I got an error even before you got it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a sample app with two different macros based in your code.&lt;/P&gt;&lt;P&gt;With a little adjustment in it I was able to export, but only when there was a selection in the field.&lt;/P&gt;&lt;P&gt;I created a second macro where you can export all posible values (user can make selection on otherf fields, and we don't export anything if it is not related).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, don't mind the charts, they don't make any sense. I was just using this to study the macro.&lt;/P&gt;&lt;P&gt;Hope it works for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Apr 2011 15:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CopyBitmapToClipboard/m-p/234765#M86092</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-30T15:16:29Z</dc:date>
    </item>
    <item>
      <title>CopyBitmapToClipboard</title>
      <link>https://community.qlik.com/t5/QlikView/CopyBitmapToClipboard/m-p/234766#M86093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QV 9 is really different from QV 8, your code will function well in QV 8.&lt;/P&gt;&lt;P&gt;Please add a line code as following:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt; set image = ActiveDocument.GetSheetObject("CH02")&lt;BR /&gt; image.CopyBitmapToClipboard&lt;BR /&gt; XWord.Selection.Paste&lt;/P&gt;&lt;P&gt;I met this issue before and got offical reply as above.&lt;/P&gt;&lt;P&gt;May it will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 May 2011 03:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CopyBitmapToClipboard/m-p/234766#M86093</guid>
      <dc:creator />
      <dc:date>2011-05-01T03:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: CopyBitmapToClipboard</title>
      <link>https://community.qlik.com/t5/QlikView/CopyBitmapToClipboard/m-p/234767#M86094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone come up with a solution for this in QlikView 11.2? I have tried ActiveDocument.ClearCache, ActiveDocument.GetApplication.WaitForIdle 50 (and other parameters), but the macro I am working with still stops at CopyBitmapToClipboard when trying to loop through multiple objects and export them to Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 19:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CopyBitmapToClipboard/m-p/234767#M86094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-23T19:03:30Z</dc:date>
    </item>
  </channel>
</rss>

