Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is it possible to integrate QlikOcx.ocx with ASP.Net?

I have only the QlikView Desktop licence and do not have a QlikView Server. I can create a .net desktop application to access my qvd files (through QlikOcx.ocx) without any problem. But I'm unable to create a web application to do this. Is this possible to implement?

1 Solution

Accepted Solutions
SunilChauhan
Champion
Champion

right click on qlikocx after draging to asp.net page

then right click on qlikocx and give the code like below

Ip/appname.qvw

and run

hope this helps

Sunil Chauhan

View solution in original post

5 Replies
Not applicable
Author

Is it possible to integrate QlikOcx.ocx with ASP.Net?

I am New to Qlik View. I want to Integrate QlickView file in C sharp.

Can you tell me the procedure in detail.

Thanks in advance

Satish

SunilChauhan
Champion
Champion

use qlikview sdk

if you have a application on server then you can add that application in .net

using Ocx control

visual studio-> tool box add new item-> select Ocx from com component

then go to properties-> give the  server address

it will show the application in .net application

hope this helps

Sunil Chauhan
Not applicable
Author

Hi sunil,

visual studio-> tool box add new item-> select Ocx from com component

then go to properties-> give the  server address

it will show the application in .net application

            How to Configure the server addresses in the properties

               Please find the attached image and help me out.

SunilChauhan
Champion
Champion

right click on qlikocx after draging to asp.net page

then right click on qlikocx and give the code like below

Ip/appname.qvw

and run

hope this helps

Sunil Chauhan
Not applicable
Author

Thanks Sunil its working.

I need more assistance from you, hope you don't mind.

I am trying to configure the QlikView OCX  via the following way:

File->new->Project..->(in Visual C++)MFC->MFC Application(named the application)->ok

MFC Applicationl Wizat opend

click

next->make sure the dialog based is select in Applcation type

click next->next->make sure ActiveX is selected

click next->Finish

Drag QlikOCX Controler from the Toolbox avalible on the left corner

and place it into frame on the right and then rigth clike on this -> properties

the attached file describe the options in the properties list

I find 4 options to be full filled as marked in the attached jpg file.

WHAT TO DO NEXT IS THE QUESTION I HAVE.

(Note: I cant find the QlikOCX.tld and QVForQVX.tld file)