<?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 Scree Resolution Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scree-Resolution-Problem/m-p/376025#M140132</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 used below steps to Fit the Screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Tools -&amp;gt; Edit Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Zoom&lt;BR /&gt;ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt;ActiveDocument.ActiveSheet.FitZoomToWindow&lt;BR /&gt;End Sub&lt;/P&gt;&lt;P&gt;Click "OK"&lt;/P&gt;&lt;P&gt;Setting -&amp;gt; Sheet Properties&lt;/P&gt;&lt;P&gt;Select the "Triggers" tab&lt;/P&gt;&lt;P&gt;Click the "Add Action(s)..." button under OnActiveSheet&lt;/P&gt;&lt;P&gt;Click Add&lt;/P&gt;&lt;P&gt;Select "External" from the left hand list and "Run Macro" from the right hand list. Click "OK"&lt;/P&gt;&lt;P&gt;Type "Zoom" under Macro Name&lt;/P&gt;&lt;P&gt;Click "OK" until you have exited all the windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine in Qlikview Desktop. In IE Plugin some problem occurs, screen is not fit to the window. I am using IE 8 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2012 13:04:23 GMT</pubDate>
    <dc:creator>krishnacbe</dc:creator>
    <dc:date>2012-07-31T13:04:23Z</dc:date>
    <item>
      <title>Scree Resolution Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Scree-Resolution-Problem/m-p/376025#M140132</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 used below steps to Fit the Screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Tools -&amp;gt; Edit Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Zoom&lt;BR /&gt;ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt;ActiveDocument.ActiveSheet.FitZoomToWindow&lt;BR /&gt;End Sub&lt;/P&gt;&lt;P&gt;Click "OK"&lt;/P&gt;&lt;P&gt;Setting -&amp;gt; Sheet Properties&lt;/P&gt;&lt;P&gt;Select the "Triggers" tab&lt;/P&gt;&lt;P&gt;Click the "Add Action(s)..." button under OnActiveSheet&lt;/P&gt;&lt;P&gt;Click Add&lt;/P&gt;&lt;P&gt;Select "External" from the left hand list and "Run Macro" from the right hand list. Click "OK"&lt;/P&gt;&lt;P&gt;Type "Zoom" under Macro Name&lt;/P&gt;&lt;P&gt;Click "OK" until you have exited all the windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine in Qlikview Desktop. In IE Plugin some problem occurs, screen is not fit to the window. I am using IE 8 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 13:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scree-Resolution-Problem/m-p/376025#M140132</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2012-07-31T13:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Scree Resolution Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Scree-Resolution-Problem/m-p/376026#M140133</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;try this code, I've found on the community some time ago...:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ZoomWithErrorCheck&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;set doc = ActiveDocument&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;set aSheet = doc.ActiveSheet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;aSheet.FitZoomToWindow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;doc.GetApplication.WaitForIdle 300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;aSheet.ApplyZoomToAllSheets&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'if you want the same zoom to be applied to the other sheets&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 16:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scree-Resolution-Problem/m-p/376026#M140133</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2012-07-31T16:53:56Z</dc:date>
    </item>
  </channel>
</rss>

