<?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: Edit Module appearing on action button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Edit-Module-appearing-on-action-button/m-p/1165916#M379561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there is an error within the macro after the point it has done it's job. You could try to find this error with some msgbox "step 1/2/3 ... succeeded" to see until which points your code runs (you might need to move the msgbox after each run to get nearer to the occurence of the error). If you have found this point a msgbox err.number &amp;amp; chr(10) &amp;amp; err.description might be useful to get the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Sep 2016 10:41:03 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-09-08T10:41:03Z</dc:date>
    <item>
      <title>Edit Module appearing on action button</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Module-appearing-on-action-button/m-p/1165913#M379558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview User&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have copied a macro from one document and pasted the macro into the "Edit Module" part of an action button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I press on the action button the Edit Module appears, but when I close the "Edit Module" part, the macro has done it's job&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried setting the security to "System Access" as suggested in the post below, but the problems still persists&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/103384" style="font-size: 10pt; line-height: 1.5em;" title="https://community.qlikview.com/thread/103384"&gt;https://community.qlikview.com/thread/103384&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I copy a macro from one document to another, is there any settings I need to change in order for the Edit Module not to keep appearing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 09:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Module-appearing-on-action-button/m-p/1165913#M379558</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2016-09-08T09:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Module appearing on action button</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Module-appearing-on-action-button/m-p/1165914#M379559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the other option is set as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/136811_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 10:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Module-appearing-on-action-button/m-p/1165914#M379559</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2016-09-08T10:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Module appearing on action button</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Module-appearing-on-action-button/m-p/1165915#M379560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andrew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your suggestion, unfortunately this change does not eliminate the issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any further suggestions, then that would be great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 10:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Module-appearing-on-action-button/m-p/1165915#M379560</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2016-09-08T10:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Module appearing on action button</title>
      <link>https://community.qlik.com/t5/QlikView/Edit-Module-appearing-on-action-button/m-p/1165916#M379561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there is an error within the macro after the point it has done it's job. You could try to find this error with some msgbox "step 1/2/3 ... succeeded" to see until which points your code runs (you might need to move the msgbox after each run to get nearer to the occurence of the error). If you have found this point a msgbox err.number &amp;amp; chr(10) &amp;amp; err.description might be useful to get the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 10:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Edit-Module-appearing-on-action-button/m-p/1165916#M379561</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-09-08T10:41:03Z</dc:date>
    </item>
  </channel>
</rss>

