... I will supply, below, the JaVA code which is executing and ALSO the specific SQL that this java command is causing to be executed. HERE IS THE SQL: UPDATE...
Hello, We have an application that we are planning to distribute using java web start. On a machine that has jacozoom installed, the application runs well and...
Hello ... Without a call stack it is unpossible to detect where a error occurs. You are using izmcomjniax.dll this is a COM component and need to be registred...
I am working on a project to migrate jacozoom from server running 32- bit process to another server running 64-bit process. What are the options? ... On ... ...
Hello! I was trying to use a sample of my own, using JacoZoom, but it fails while running. The sample is, basicaly, a NVR (Network video recorder) video...
Hello, I'm trying to fill a form letter with content using jacoZoom and the msword.olb library version 2003. I'd like to open the form letter and replace the...
A good approach when trying to figure something out with Word or Excel is to record a macro and then examine the generated VBA code. This VBA code can then be...
That was a good advice, thank you! Now I have a different problem with that. It is probably a word problem and not a jacoZoom issue.. Anyway... I'd like to...
I have a Jacozoom application that integrates to the Macromedia Flash ocx. Intermittently (1 out of a 100), the JVM raises an uncaught NullPointerException....
We still have not been able to determine why Jacozoom seems to be getting a NPE on a thread that it or COM creates. I've uploaded a simple project that...
I've had success using jacozoom with Swing and a VB6 ActiveX control, but now need to upgrade to a control using VB.NET. I don't have a lot of experience with...
Hello all, I'm using MAPI to retrieve mails from outlook. Works all fine, but I can't get the SMTP-Mail-Address of the recipients and sender. When using ...
Hallo , we have finished new Java Web Start(JNLP) example. You can find it at www.infozoom.de/jaws/WebApp.html. The difference from previous samples (...
Hello. I have a problem, that I need resolve as soon as possible. The following code gives me exception: IList list = node.items(); if (list == null) throw new...
... com.cibc.soatest.adapter.GetDataFromQC.printFileDataInfo(GetDataFromQC.java:129) ... List object is 1 base - first element index is 1 not 0! So, the loop...
Dear All, My Word-Documents are saved in a Oracle-DB. Is it possible to open the Word-Document direct from BLOB ? Has somebody an example of if ? Many Thanks...
Hello , ERROR_MOD_NOT_FOUND failure signals what a library or its dependencies can't be found. To analyze dependencies on dll you can use dependency ...
We've run into trouble creating a database link on a VISTA machine. The database access, creation, etc. all work fine. (And the program works fine on XP.) ...
Hi, I have uploaded file IETest.java to directory carsten to demonstrate my problem with Internet explorer. I create a InternetExplorer Object, browse to a...
Hi, within example program you initialize IE7 as a application by using new jcw.SHDocVw.InternetExplorer() constructor. A iexplorer.exe process will be started...
I'm having a problem while using JacoZoom. When I try to: jActiveXDisplay.staCall(runnableVdoConn); (from a thread different from the thread where the JActiveX...
Hello, ... In general you can use (J)ActiveX.staCall from a thread different to the thread where JActiveX was created, but this thread should use the same COM...