<?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: Print Sheet  Button not working in Access Point in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Print-Sheet-Button-not-working-in-Access-Point/m-p/858014#M300524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's work with desktop but ajax plugin won't support ..if u need u have to use IE plugin for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Apr 2015 11:54:08 GMT</pubDate>
    <dc:creator>buzzy996</dc:creator>
    <dc:date>2015-04-06T11:54:08Z</dc:date>
    <item>
      <title>Print Sheet  Button not working in Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Print-Sheet-Button-not-working-in-Access-Point/m-p/858012#M300522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a Print sheet Button with the action : " Print Sheet".&lt;/P&gt;&lt;P&gt;But it it not working in Access Point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-Sheet-Button-not-working-in-Access-Point/m-p/858012#M300522</guid>
      <dc:creator>gizzel123</dc:creator>
      <dc:date>2015-04-06T11:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Print Sheet  Button not working in Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Print-Sheet-Button-not-working-in-Access-Point/m-p/858013#M300523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is known thing it will not work in AJAX client.&lt;/P&gt;&lt;P&gt;Why not go with screenshot extension instead.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/697614"&gt;Re: Print Button not working on server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-Sheet-Button-not-working-in-Access-Point/m-p/858013#M300523</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2015-04-06T11:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Print Sheet  Button not working in Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Print-Sheet-Button-not-working-in-Access-Point/m-p/858014#M300524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's work with desktop but ajax plugin won't support ..if u need u have to use IE plugin for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-Sheet-Button-not-working-in-Access-Point/m-p/858014#M300524</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-06T11:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Print Sheet  Button not working in Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Print-Sheet-Button-not-working-in-Access-Point/m-p/858015#M300525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gizzel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'***************************************************'Functions creates the reports in PDF format'***************************************************sub CreateReports tempFolder = "C:\Temp" reportID = "RP01" reportName = reportID'Create the file name with path reportFile = tempFolder &amp;amp; "\" &amp;amp; reportID &amp;amp; "_" &amp;amp; reportName &amp;amp; ".pdf" 'print the report printReportPDF reportID, tempFolder 'Call the function 'Rename the report 'checkOutputFile reportFile, tempFolder 'Call the function'call ClearDefault() 'Call the functionend sub'***************************************************'Actual function to print the PDF format without being asked for location to save'***************************************************function printReportPDF(oReport, pdfLocation) Set WSHShell = CreateObject("WScript.Shell") WSHShell.RegWrite "HKCU\Software\CUSTPDF Writer\DefaultLocation", pdfLocation, "REG_SZ" WSHShell.RegWrite "HKCU\Software\CUSTPDF Writer\UseJobName", "1", "REG_SZ" WSHShell.RegWrite "HKCU\Software\CUSTPDF Writer\UseDefaultLocation", "1", "REG_SZ" 'QV Print ActiveDocument.PrintReport oReport, "PDFCreator",false set WSHShell = nothing end function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 12:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-Sheet-Button-not-working-in-Access-Point/m-p/858015#M300525</guid>
      <dc:creator />
      <dc:date>2015-04-06T12:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Print Sheet  Button not working in Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Print-Sheet-Button-not-working-in-Access-Point/m-p/858016#M300526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gizzel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Print sheet on Ajax client is not supported. You must use IE plug-in for that functionality. If Ajax client&amp;nbsp; is the default client on your company, the only workaround is using the browser print options. You can read more at the help are on developer, this is what describes about it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;" &lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Print Sheet: &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Prints the sheet specified by &lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Sheet ID&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;. (Not available as document and sheet trigger.)&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&amp;nbsp; This function does not work in AJAX client. "&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 12:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-Sheet-Button-not-working-in-Access-Point/m-p/858016#M300526</guid>
      <dc:creator />
      <dc:date>2015-04-06T12:08:27Z</dc:date>
    </item>
  </channel>
</rss>

