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); ...
I appologize because I wasn't clear enough in the previous reply. I was saying that I cannot use the JWebSTA approach because it uses some (J)ActiveX methods. ...
In most cases an OCX is an ActiveX Control, which means it needs an ActiveX Control Container in order to work correctly. In VB this is the case when you drop...
Hi, I am facing a problem with jacozoom. Actually i am using jacozoom along with XTrader@API. I have converted the XTRADER dll file to the corresponding java ...
Hi, 1. your code snippet shows that you are calling getGet with new Variant(settleHash) as argument. But it doesnt show the declaration nor the initialization...
Stefan, I changed the implementation as you said: I created the COM object and its listener inside the STAThread.run, and also all the calls to the COM object...
You can send me the VB sample, to have a look at it. Stefan ... and ... the ... bypassed ... stuck ... an ... is ... design ... using ... able ... doesn't ... ...
I uploaded here a file caled Visual Basic sample, since I do not know your email. I included also the .ocx library and the documentation of this library. The...
Ok, I had a quick glance at the VB main.frm. Your object is definitely an ActiveX Control, which must be hosted in an ActiveX Container. The object used in the...
Unfortunately the JActiveX contructors are not working for me. As I told you before, I tried with PrgID: JActiveX jActiveX = new JActiveX("DPOCX.DpocxCtrl.1") ...
you have to call new JActiveX, then addAxEventListener, then add the JActiveX to the ContentPane or use a layout manager whatever to make it visible. Then you...
I already replied this once but prbly I closed the window to fast, to have it come through, so oncemore... After new JActiveX call addAxEventListener then add...
Thanks again, Stefan You were right, I followed exactly the flow from JWebSTA this time and the JActiveX is properly loaded. It seems that is mandatory to make...
Hi, I am using a third-party OLE DB provider that goes across multiple SQL Server databases and extracts records. In VB the OLE DB provider works fine. But...
The only difference to VB is that by default jacoZoom runs as multithreaded client, thus a proxy/stub layer is automatically injected. You can try to call ...
I get the following error when I use the statement (com.inzoom.adojni.DllInit.jniSetTM(2)) before creating the connection. "Exception in thread "main"...
Hello, Stefan I once already asked how it is possible to navigate through MS Word document. It is impossible to pass to any page what I need. Always the first...