Hello, I have two applications, one simple stand alone app with a method for loading an excel file. This works. I cut and paste the code into my 2nd app and I...
Ok I manually made the call to com.inzoom.comjni.ComLib.coInitializeEx(2); and this solved the problem. ... for ... my ... (ComLib.java:102) ... () ... ...
In a few words, I need to populate some Sybase tables based on tables from an MS-Access database. The idea is having a scheduler running a tool (written in...
Hi, reading the data as ResultSet and inserting at with some kind of Statement object or an updatable ResultSet is one possible approach. Another one would be...
In Internet Explorer 6 on Windows XP, Microsoft has changed the way they handle ActiveX controls. Now a web page that includes an activeX control will display...
Hi, I want to open WinWord document with JOLEDocument as shown in code below. Why, when I tries to open file from constructor it does not work, but when I open...
Hello Tracy, ... http://www.microsoft.com/windows/ie/ie6/using/techinfo/activexupdate.m ... You don't need to work around IE ActiveX Activation. See...
Hello ... [CODE SNIPPET] We can't open files you we not ready with embedden of Document Server. This means we need to have a native resource (handle/peer/HWND)...
We have a swt/swing java application that interfaces with a the COM API of another software suite. The integration has been working very well until last week,...
Hello, Hermann - We are not hosting the Web Browser control. We are displaying an applet within a web browser. The applet includes several JActiveX controls....
Hi, I use JacoZoom to integrate Adobe Reader Version 7 into Java application. To do this I use code like this JActiveX ax = new JActiveX("AcroPDF.PDF"); It...
Hello, At last, as you say, I try to use JOleDocument instead of JActiveX for Navigating through MS Word document. But unfortunately, it don't work too. Do you...
Hello ... REGDB_E_CLASSNOTREG - a HRESULT code defined by COM/Platform SDK 0x800403ea - HRESULT defined by IzmComJniAx.dll After analyse your stack trace, i...
Hi, Thank you very much, Hermann, it helped to get rid of REGDB_E_CLASSNOTREG error code. Seems, I didn't register izmjnicomax.dll properly on the test...
Hi, i want to print different kind of documents with my java-programm. Are there any examples on how to print word or excel documents, pdf-documents or...
Hi, Stefan What does this error means? At my first computer - program works fine, but at second - I have exception when I tries to open any MS Office ...
Hello, I've been doing some research recently on alternatives to the standard JDBC-ODBC Bridge used in ColdFusion MX to access MS Access databases. I started...
Hi, jadoZoom uses ADO and OLE/DB. If you specify a simple ODBC-DSN in the connection URL then the OleDB Provider for ODBC is used. This one does not go...
Hi , I created wrappers using jacozoom 1.5 for a dll called cticlient32.dll. I'm able to call the connect to the .exe object , which is a locally available...
Hello, I have generated a Java wrapper class for a COM object built with VC++ 5. I must use version 5 because I am trying to bridge with a large legacy...
Hi, I am using a jacoZoom wrapper for an OCX library used to interface with a scanner. Some (not all, and not all the times) of the events generated by the ...
Hi, It could be a threading problem. try to communicate with the OCX in its STA thread. See the JWebSTA sample, it shows how to achieve this. Stefan...
I would like to add another aspect of this problem: sometimes when the previous issue happens, I receive the wrong event (they are mixed up) ( the scanner has...
Thanks Stefan, I looked at the JWebSTA sample. Unfortunately I have to instantiate my main ocx object in a different way, so I cannot use the function calls...
Hi, you must do it like in the JWebSTA sample: You must listen to AxEvent.init event before using the control. Stefan ... different ... (dpocx); ... false); ...