Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the jacoZoom group. File :...
jacoZoom@yahoogroups....
Oct 1, 2007 12:49 pm
4072
Hi, Hermann - I modified my applet code so it allocates a new Variant for the parameter that is getting freed and the problem definitely goes away. ...
I just finished trying the latest build. It fixes all of the wrapper class problems I was able to identify! Thanks for the quick resolution. - Tracy Brown ... ...
In my section you can find AxWebScript.zip example what does demonstrate call JavaScript function from a ActiveX control embedded in a Swing frame java. ...
Hi, i have the following problem: I use jacozoom to embed an ole-Document in a JPanel. I also use the ..ms.Excel.Application Interface. However, after the...
HI! Anything new on this? Thomas From: jacoZoom@yahoogroups.com [mailto:jacoZoom@yahoogroups.com] On Behalf Of Stefan Zschocke Sent: Samstag, 10. Februar 2007...
Thomas Börkel
Thomas.Boerkel@...
Oct 10, 2007 6:13 am
4078
Hello, ... At point here you have a unreleased Excel.Application interface pointer. Add excelApplication.release(); and release it too. ... HTH Hermann...
Hi: I am getting this error in just 2 machines. com.inzoom.comjni.ComJniException: code=0x800403ea Type=com.inzoom.comjni.ComJniException.eComError Can someone...
Hello, ... AFAIK all works on 64 bit release was stoped in summer. A new release date was not planed. Insufficient human resources ;-( Regards, Hermann ... ,...
Hello, ... a stack trace will be nice :-) 0x800403ea is defined as E_IAxCtlServer_HOSTFAIL May be izmJnicomAx.dll is't registred properly on this two machines....
Hi to all! After receiving the keys for JacoZoom from infozoom, I was reading the licenseInstall.html and found that no mention was made to the izmjnicomax.dll...
I'm trying to track down a strange issue and was hoping some other JacoZoom user might know something about it. I'll say at the outset I realize this is not...
Hello. We encountered the problem with processing NULL and empty string values using jadoZoom driver. Our code depends on the fact that the NULL value and the...
Please use ps.setNull(1,java.sql.Types.VARCHAR); This should work. Stefan ... values using jadoZoom driver. ... string value are different values for a string...
When using the code below, if you select a specific printer tray in the print dialog, it is ignored when printing the document - the printer default is always...
Hello ... A don't see any variable of type PrintService. Please upload a simple test application do demostrate your problem, so it may be possible to ...
Hi, I am trying to translate the following VB script code using the IDispatch mechanism. Selection.Tables(1).Columns(1).SetWidth ColumnWidth:=23.4, ...
Hi all, We're currently evaluating a replacement for jdic which we've been using to embed IE in a java webstart based application. A question I haven't...
Hello ... [SNIP] ... Please consult mesage 2256 (http://tech.groups.yahoo.com/group/jacoZoom/message/2256) to find more about use jacoZoom with WebStart...
Thank you for your reply. I am still not sure how to do it. When I use the code: Variant[] table1 = new Variant[] {new Variant(1)}; IDispatch table =...
Hi, you can try to use the dispid 0 instead of "Item" as parameter. Or you can use the wrapper generator to generate dispatch wrappers for you (check "dispatch...
Hi, I have used jacoZoom once successfully some time ago but now I am trying to make an interface to a server with no success. The wrapper produces an object...
hi, you must use ComLib.coCreateInstance to create an object with a GUID. getActiveObject only returns existing COM object instances from EXE servers which...