<?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 Download qvw-document from Server via C# in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Download-qvw-document-from-Server-via-C/m-p/186291#M1286015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for your reply, but actually i try to find a workaround for the OCX. If i use the OpenDocument-Methode with a serverside qvw(via qvp://) and pass Username and Password. The OCX asks for Username and Password again. And if I pass the Username via qvp:// i still get ask for the Password. But i build my own login dialog(for the QvClient) and i don't want the second one from the OCX.&lt;/P&gt;&lt;P&gt;We would like to download the document via the QvClient.Execute(...) methode(or something like that) to a local tempfile, so we can open the file localy and bypass the second server authentifaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2010 08:50:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-02-15T08:50:17Z</dc:date>
    <item>
      <title>Download qvw-document from Server via C#</title>
      <link>https://community.qlik.com/t5/QlikView/Download-qvw-document-from-Server-via-C/m-p/186289#M1286008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ClikCommunity,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm want to download a document from our QVS. Does the QVS have the potential to do this and if how?&lt;/P&gt;&lt;P&gt;We are already downloading a List of all Documents from the server, which works fine. This is the methode I use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;QvClient client = new QvClient("company-QVS");&lt;BR /&gt;client.UserName = "Test1";&lt;BR /&gt;client.Password = "test1";&lt;BR /&gt;client.Connect(QvClient.Mode.Authenticate);&lt;BR /&gt;answer = client.Execute("&amp;lt;Global method='GetDocListEx'&amp;gt;&amp;lt;Type&amp;gt;16&amp;lt;/Type&amp;gt;&amp;lt;/Global&amp;gt;");&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Is there a methode(like the 'GetDocListEx') which retruns a document? Is there a documentation which lists all methodes that can be used via QvClient.Execute(...)? Or is there any other way without installing a FTPServer and make a FTPWebRequest?&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/Download-qvw-document-from-Server-via-C/m-p/186289#M1286008</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Download qvw-document from Server via C#</title>
      <link>https://community.qlik.com/t5/QlikView/Download-qvw-document-from-Server-via-C/m-p/186290#M1286012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use QlikOCX in project. There is a method there called "OpenDocument" that returns a QVW. In C# it would look like this:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;axQlikOCX1.OpenDocument("c:\\OcxDemo.qvw", "","");&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;See the OCX reference manual for more details.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 17:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Download-qvw-document-from-Server-via-C/m-p/186290#M1286012</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-02-12T17:17:41Z</dc:date>
    </item>
    <item>
      <title>Download qvw-document from Server via C#</title>
      <link>https://community.qlik.com/t5/QlikView/Download-qvw-document-from-Server-via-C/m-p/186291#M1286015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for your reply, but actually i try to find a workaround for the OCX. If i use the OpenDocument-Methode with a serverside qvw(via qvp://) and pass Username and Password. The OCX asks for Username and Password again. And if I pass the Username via qvp:// i still get ask for the Password. But i build my own login dialog(for the QvClient) and i don't want the second one from the OCX.&lt;/P&gt;&lt;P&gt;We would like to download the document via the QvClient.Execute(...) methode(or something like that) to a local tempfile, so we can open the file localy and bypass the second server authentifaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 08:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Download-qvw-document-from-Server-via-C/m-p/186291#M1286015</guid>
      <dc:creator />
      <dc:date>2010-02-15T08:50:17Z</dc:date>
    </item>
    <item>
      <title>Download qvw-document from Server via C#</title>
      <link>https://community.qlik.com/t5/QlikView/Download-qvw-document-from-Server-via-C/m-p/186292#M1286019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do something similar to this pseudocode:&lt;/P&gt;&lt;P&gt;handle = client.Execute ("&amp;lt;Global method='FileDownload'&amp;gt;&amp;lt;Path&amp;gt;doc.qvw&amp;lt;/Path&amp;gt;&amp;lt;Size /&amp;gt;&amp;lt;/Global&amp;gt;")&lt;/P&gt;&lt;P&gt;handle is a param you pass to next call, size is an out-paramater wich will be initialized with the file size.&lt;/P&gt;&lt;P&gt;data = client.ExecuteWithAttachments ("&amp;lt;Global method='FileRead'&amp;gt;&amp;lt;h&amp;gt;"+handle+"&amp;lt;/h&amp;gt;&amp;lt;Pos&amp;gt;0&amp;lt;/Pos&amp;gt;&amp;lt;Count&amp;gt;"+Size+"&amp;lt;/Count&amp;gt;&amp;lt;Buffer /&amp;gt;&amp;lt;/Global&amp;gt;")&lt;/P&gt;&lt;P&gt;i haven't done it in a while but this should illustrate the basics.&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;lars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 12:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Download-qvw-document-from-Server-via-C/m-p/186292#M1286019</guid>
      <dc:creator>lhr</dc:creator>
      <dc:date>2010-02-15T12:07:46Z</dc:date>
    </item>
    <item>
      <title>Download qvw-document from Server via C#</title>
      <link>https://community.qlik.com/t5/QlikView/Download-qvw-document-from-Server-via-C/m-p/186293#M1286023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you solve the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 21:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Download-qvw-document-from-Server-via-C/m-p/186293#M1286023</guid>
      <dc:creator />
      <dc:date>2011-07-22T21:51:19Z</dc:date>
    </item>
  </channel>
</rss>

