Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with use of OCX

Hi,

I'm trying to use the OCX of Qlikview. Normally I would guess that it should be easy but so far I had no success.

I have created the following code which is from my point of view very easy:


QlikOCXLib.QlikOCX vTest = new QlikOCX();
OpenFileDialog vDialog = new OpenFileDialog();
vDialog.ShowDialog();
vTest.OpenDocument(vDialog.FileName);


When I run this code I get the following error:

Schwerwiegender Fehler (Ausnahme von HRESULT: 0x8000FFFF (E_UNEXPECTED))

Can anyone tell me what I'm doing wrong?

Thanks in advance.

Regards

1 Reply
Not applicable
Author

Hi AndreBer,

I am trying to have the "Open Dialog  box" in my QVW file.

My System details: QlikView 64 bit, Windows7 64-bit.

By seeing your post i think you are also trying for the same, if you got solution regarding this question, please forward me that will be very helpful to me.

Regards

Venkat