<?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 QlikView OCX in Visual Studio, problem showing single objects (using ObjectID) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-OCX-in-Visual-Studio-problem-showing-single-objects/m-p/222289#M74969</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'm testing out use of the QlikView OCX embedded in a Windows Forms application with C# in Visual Studio 2008. I'm basically trying to do the same as shown in a demo video from the SDK installed with QV Server 9.&lt;/P&gt;&lt;P&gt;I'm able to show a complete QVW application in my WinForms app, but when I try to add a specific object from that QVW app (CH15), I only see a messsage in the object placeholder saying that "CH15 could not be opened, Double click to refresh".&lt;/P&gt;&lt;P&gt;I have made a complete installation of the QlikView OCX ver 9 SR1, registered the OCX as spcified in the reference manual.&lt;/P&gt;&lt;P&gt;Any ideas why I'm not able to recreate the same result as in the demo video?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2009 17:20:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-22T17:20:17Z</dc:date>
    <item>
      <title>QlikView OCX in Visual Studio, problem showing single objects (using ObjectID)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-OCX-in-Visual-Studio-problem-showing-single-objects/m-p/222289#M74969</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'm testing out use of the QlikView OCX embedded in a Windows Forms application with C# in Visual Studio 2008. I'm basically trying to do the same as shown in a demo video from the SDK installed with QV Server 9.&lt;/P&gt;&lt;P&gt;I'm able to show a complete QVW application in my WinForms app, but when I try to add a specific object from that QVW app (CH15), I only see a messsage in the object placeholder saying that "CH15 could not be opened, Double click to refresh".&lt;/P&gt;&lt;P&gt;I have made a complete installation of the QlikView OCX ver 9 SR1, registered the OCX as spcified in the reference manual.&lt;/P&gt;&lt;P&gt;Any ideas why I'm not able to recreate the same result as in the demo video?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 17:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-OCX-in-Visual-Studio-problem-showing-single-objects/m-p/222289#M74969</guid>
      <dc:creator />
      <dc:date>2009-10-22T17:20:17Z</dc:date>
    </item>
    <item>
      <title>QlikView OCX in Visual Studio, problem showing single objects (using ObjectID)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-OCX-in-Visual-Studio-problem-showing-single-objects/m-p/222290#M74970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you post the code you use to create the sheet object ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 17:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-OCX-in-Visual-Studio-problem-showing-single-objects/m-p/222290#M74970</guid>
      <dc:creator />
      <dc:date>2009-10-22T17:32:57Z</dc:date>
    </item>
    <item>
      <title>QlikView OCX in Visual Studio, problem showing single objects (using ObjectID)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-OCX-in-Visual-Studio-problem-showing-single-objects/m-p/222291#M74971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First I tried exactly the same as in the video demo, just typing the DocName and ObjectID into the properties of the control.&lt;BR /&gt;This worked for the full application (ObjectID empty), but not for a control with the ObjectID set to the value of a chart in the application.&lt;BR /&gt;The control itself was dragged from the Toolbox and onto the form, just as other controls and as shown in the video demo.&lt;/P&gt;&lt;P&gt;I also tried the following code in my MainForm Shown event:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this.axQlikOCX1.DocName = "c:\\tmp\\NonConformities.qvw";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;this.axQlikOCX2.ObjectID = "CH15";&lt;/P&gt;&lt;P&gt;The result was exactly the same.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 18:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-OCX-in-Visual-Studio-problem-showing-single-objects/m-p/222291#M74971</guid>
      <dc:creator />
      <dc:date>2009-10-22T18:31:38Z</dc:date>
    </item>
    <item>
      <title>QlikView OCX in Visual Studio, problem showing single objects (using ObjectID)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-OCX-in-Visual-Studio-problem-showing-single-objects/m-p/222292#M74972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CH15 is not the full ID of your object&lt;/P&gt;&lt;P&gt;set it to "Document\CH15" instead of just "CH15", it should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 19:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-OCX-in-Visual-Studio-problem-showing-single-objects/m-p/222292#M74972</guid>
      <dc:creator />
      <dc:date>2009-10-22T19:21:20Z</dc:date>
    </item>
    <item>
      <title>QlikView OCX in Visual Studio, problem showing single objects (using ObjectID)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-OCX-in-Visual-Studio-problem-showing-single-objects/m-p/222293#M74973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works, thanks!&lt;/P&gt;&lt;P&gt;Not very accurate demo then.&lt;BR /&gt;This syntax is not documented in the OCX reference guide either, as far as I can see.&lt;BR /&gt;&lt;BR /&gt;The manual refers to a "fuller tutorials targeting C# and Office Integration" on page 19, although I have not been able to find these tutorials.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 19:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-OCX-in-Visual-Studio-problem-showing-single-objects/m-p/222293#M74973</guid>
      <dc:creator />
      <dc:date>2009-10-22T19:26:27Z</dc:date>
    </item>
    <item>
      <title>QlikView OCX in Visual Studio, problem showing single objects (using ObjectID)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-OCX-in-Visual-Studio-problem-showing-single-objects/m-p/222294#M74974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you'll soon discover that a lot of the OCX features are not documented enough, not documented at all, or wrongly documented&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 19:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-OCX-in-Visual-Studio-problem-showing-single-objects/m-p/222294#M74974</guid>
      <dc:creator />
      <dc:date>2009-10-22T19:35:10Z</dc:date>
    </item>
  </channel>
</rss>

