<?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 InputBox on Ajax Client? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/InputBox-on-Ajax-Client/m-p/187996#M1281301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The macro below works well on desktop client, but does not work on the AJAX client. Anyway to get an input prompt on the Ajax client?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub saveBookMark&lt;BR /&gt;&lt;BR /&gt; q = ActiveDocument.GetApplication.InputBox("Enter Save Name:")&lt;BR /&gt;&lt;BR /&gt; if len(q) &amp;lt;&amp;gt; 0 then ' OK clicked&lt;BR /&gt; ActiveDocument.CreateUserBookmark q, , , true, "Created " &amp;amp; weekdayName(Weekday(Date)) &amp;amp; " " &amp;amp; Now&lt;BR /&gt; end if&lt;BR /&gt;&lt;BR /&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>InputBox on Ajax Client?</title>
      <link>https://community.qlik.com/t5/QlikView/InputBox-on-Ajax-Client/m-p/187996#M1281301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The macro below works well on desktop client, but does not work on the AJAX client. Anyway to get an input prompt on the Ajax client?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub saveBookMark&lt;BR /&gt;&lt;BR /&gt; q = ActiveDocument.GetApplication.InputBox("Enter Save Name:")&lt;BR /&gt;&lt;BR /&gt; if len(q) &amp;lt;&amp;gt; 0 then ' OK clicked&lt;BR /&gt; ActiveDocument.CreateUserBookmark q, , , true, "Created " &amp;amp; weekdayName(Weekday(Date)) &amp;amp; " " &amp;amp; Now&lt;BR /&gt; end if&lt;BR /&gt;&lt;BR /&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/InputBox-on-Ajax-Client/m-p/187996#M1281301</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>InputBox on Ajax Client?</title>
      <link>https://community.qlik.com/t5/QlikView/InputBox-on-Ajax-Client/m-p/187997#M1281303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible to get Inputboxes or Messageboxes to work in Ajax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 12:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/InputBox-on-Ajax-Client/m-p/187997#M1281303</guid>
      <dc:creator />
      <dc:date>2011-04-27T12:51:49Z</dc:date>
    </item>
    <item>
      <title>SV:InputBox on Ajax Client?</title>
      <link>https://community.qlik.com/t5/QlikView/InputBox-on-Ajax-Client/m-p/187998#M1281307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will not work in AJAX, since it is a ZFC (Zero Foot-Print Client). Meaning that the document is not handled locally on the client but instead executed on server side.&lt;/P&gt;&lt;P&gt;To get around this you need to use the IE plugin instead.&lt;/P&gt;&lt;P&gt;It is recommended to minimize the use of macros to get same user experience in IE Plugin, Native client and AJAX.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 13:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/InputBox-on-Ajax-Client/m-p/187998#M1281307</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2011-04-27T13:23:31Z</dc:date>
    </item>
  </channel>
</rss>

