<?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 cancel-button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inputbox-cancel-button/m-p/227098#M79236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for answering.&lt;/P&gt;&lt;P&gt;When I use the InputBox-function as you suggest, I have not found a way to already have an aswer pre-filled in in the inputbox. The other function has this possibility and I found this very usefull.&lt;/P&gt;&lt;P&gt;I've tested your solution and it is working, but not completely what I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Apr 2011 12:08:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-22T12:08:19Z</dc:date>
    <item>
      <title>Inputbox cancel-button</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-cancel-button/m-p/227096#M79234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the following in a macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename = ActiveDocument.GetApplication.&lt;/P&gt;&lt;P&gt;&lt;B&gt;InputBox&lt;/B&gt;("Enter name of the file to be saved", "C:\document.txt")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;How can I detect if the cancel-button is used? Because I have a preset-value entered, LEN(filename) is still the length of "C:\document.txt". Also filename = False is not working etc. &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Thanks, Nor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 11:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-cancel-button/m-p/227096#M79234</guid>
      <dc:creator />
      <dc:date>2011-04-22T11:06:24Z</dc:date>
    </item>
    <item>
      <title>Inputbox cancel-button</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-cancel-button/m-p/227097#M79235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If user hits Cancel button, InputBox function returns empty string "".&lt;/P&gt;&lt;P&gt;This example works for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fname=InputBox("Enter your name","Userinput")&lt;/P&gt;&lt;P&gt;if fname = "" then&lt;/P&gt;&lt;P&gt;fname=InputBox("Try it once more!","Userinput")&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 11:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-cancel-button/m-p/227097#M79235</guid>
      <dc:creator />
      <dc:date>2011-04-22T11:54:54Z</dc:date>
    </item>
    <item>
      <title>Inputbox cancel-button</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-cancel-button/m-p/227098#M79236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for answering.&lt;/P&gt;&lt;P&gt;When I use the InputBox-function as you suggest, I have not found a way to already have an aswer pre-filled in in the inputbox. The other function has this possibility and I found this very usefull.&lt;/P&gt;&lt;P&gt;I've tested your solution and it is working, but not completely what I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 12:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-cancel-button/m-p/227098#M79236</guid>
      <dc:creator />
      <dc:date>2011-04-22T12:08:19Z</dc:date>
    </item>
    <item>
      <title>Inputbox cancel-button</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-cancel-button/m-p/227099#M79237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want a predefined text allready in inbox, use third parametr. Cancel button has same functionality (returns "").&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;fname=InputBox("Enter your name","Userinput","Predefined text here:)")&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 13:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-cancel-button/m-p/227099#M79237</guid>
      <dc:creator />
      <dc:date>2011-04-22T13:37:58Z</dc:date>
    </item>
  </channel>
</rss>

