<?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 Report Editor - Open Print Dialog from Code in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Report-Editor-Open-Print-Dialog-from-Code/m-p/143072#M22431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to API guide, PrintReport has optional parameter "ShowPrinterDlg". Looks like what you need.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2009 21:55:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-04-30T21:55:39Z</dc:date>
    <item>
      <title>Report Editor - Open Print Dialog from Code</title>
      <link>https://community.qlik.com/t5/QlikView/Report-Editor-Open-Print-Dialog-from-Code/m-p/143071#M22430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We do not use the standard method of IE to give users access to QlikView Reports but a KioskBrowser application - various reasons for this - which means that the std toolbar doesn't appear.&lt;/P&gt;&lt;P&gt;This means that we have to create buttons on the report which mirror the toolbar - for example Print Sheet.&lt;/P&gt;&lt;P&gt;Starting to look at the Report Editor and have compiled a two page report.&lt;/P&gt;&lt;P&gt;The problem I have is giving our users access to print the report - a prerequisite is that the print dialog must appear so that they can change their default settings to be colour.&lt;/P&gt;&lt;P&gt;When printing a sheet I know I can force the print dialog window open using the following command...&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.DialogPrint&lt;/P&gt;&lt;P&gt;I also know that I can print a specific report off that goes direct to the printer using the following command...&lt;/P&gt;&lt;P&gt;ActiveDocument.PrintReport "RP01"&lt;/P&gt;&lt;P&gt;Suppose I am looking for a combination of the two really...&lt;/P&gt;&lt;P&gt;I have tried adding DialogPrint both before and after PrintReport with no success..&lt;/P&gt;&lt;P&gt;I found the following which works great when I am logged into the QlikView Qpplication but not via the KioskBrowser or by using Internet Explorer.&lt;/P&gt;&lt;P&gt;ActiveDocument.DialogReports&lt;/P&gt;&lt;P&gt;Any ideas or help greatly appreciated...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 21:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Report-Editor-Open-Print-Dialog-from-Code/m-p/143071#M22430</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2009-04-30T21:49:14Z</dc:date>
    </item>
    <item>
      <title>Report Editor - Open Print Dialog from Code</title>
      <link>https://community.qlik.com/t5/QlikView/Report-Editor-Open-Print-Dialog-from-Code/m-p/143072#M22431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to API guide, PrintReport has optional parameter "ShowPrinterDlg". Looks like what you need.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 21:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Report-Editor-Open-Print-Dialog-from-Code/m-p/143072#M22431</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-30T21:55:39Z</dc:date>
    </item>
    <item>
      <title>Report Editor - Open Print Dialog from Code</title>
      <link>https://community.qlik.com/t5/QlikView/Report-Editor-Open-Print-Dialog-from-Code/m-p/143073#M22432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Micheal&lt;/P&gt;&lt;P&gt;I am still getting to grips with the API guide and have only been using the "Automation Examples" tab but can now see this on the "Automation Members" tab.&lt;/P&gt;&lt;P&gt;Wonder if I could impose further and ask what the proper syntax for this for setting "ShowPrinterDlg"...&lt;/P&gt;&lt;P&gt;To go straight to the printer it is...&lt;/P&gt;&lt;P&gt;ActiveDocument.PrintReport "RP01"&lt;/P&gt;&lt;P&gt;Thanks for your help so far...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 22:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Report-Editor-Open-Print-Dialog-from-Code/m-p/143073#M22432</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2009-04-30T22:09:52Z</dc:date>
    </item>
    <item>
      <title>Report Editor - Open Print Dialog from Code</title>
      <link>https://community.qlik.com/t5/QlikView/Report-Editor-Open-Print-Dialog-from-Code/m-p/143074#M22433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;BR /&gt;ActiveDocument.PrintReport "RP01" , , &lt;B&gt;true&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 22:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Report-Editor-Open-Print-Dialog-from-Code/m-p/143074#M22433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-30T22:20:18Z</dc:date>
    </item>
    <item>
      <title>Report Editor - Open Print Dialog from Code</title>
      <link>https://community.qlik.com/t5/QlikView/Report-Editor-Open-Print-Dialog-from-Code/m-p/143075#M22434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael - works perfectly...&lt;/P&gt;&lt;P&gt;Now I know I need to look at the other tab and understand the syntax...&lt;/P&gt;&lt;P&gt;Thanks for your help...&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 22:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Report-Editor-Open-Print-Dialog-from-Code/m-p/143075#M22434</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2009-04-30T22:26:28Z</dc:date>
    </item>
  </channel>
</rss>

