Hello, Our code works, as long as the izmjnicomax.dll is registered. However, we want to deploy the application using javawebstart, and thus the registration...
I will be out of the office starting 02/01/2007 and will not return until 02/05/2007. I will respond to your message when I return. Please contact Chad...
Hello ... I can reproduce you issue here. The problem is to transfer a java call into activex controls thread. The control itself works fine. Regards, Hermann...
Hi again, Our application needs to access the control from java. Thus we need to use a staCall (or something similar if there is an alternative?). Is it at all...
I have another registration problem on Vista. When I try to register the izmjnicomax.dll I get the following error: The specified module could not be found. I...
HI! Some time ago, there was talk about a 64 bit version of the JacoZoom DLL. Is this available now? Thanks! Thomas...
Thomas Börkel
Thomas.Boerkel@...
Feb 6, 2007 8:21 am
3751
Hello ... Current version doesn't support staCall for (J)ActiveX. We need to add support for mashalling internal interfaces used by staCall implementation. I'm...
Hi, This is an issue with retrieving image (OLE Object) data from an Access database (Access2000). I was trying to read multiple columns of image type,...
Hi, I have a problem with the above function since for some reason when i use the call, it doesn't quit straight away. The issue is as follow: User open the...
Probably your program leaks COM references. Make sure that you call release on every COM object you deal with. This includes implicit objects: For example ...
Hi, I've tried everything that was discussed in the follwoing message: http://tech.groups.yahoo.com/group/jacoZoom/message/3209 to get document properties, but...
Instead of calling getDocumentPropertyFromUnknown try to continue with invoke-calls: Variant vName = disp2.invokeGet("Name"); String name = vName.getString();...
What is your connection string "jdbc:izmado:...."? You must use the Jet oledb provider, if you specify ad odbc-dsn then it will probably not work, because the...
Certainly the problem can be solved by adjusting the RecordSet cursor settings (cursor type, cursor location). However as cursor location has no matching...
Thanks for looking into this. I put a .zip file (named inzoom.zi_, rename to .zip) in Files section containing 2 java classes and 1 Access db file (which...
I might being daft but i cannot find a way to insert vbCrLf into a string so i would have line break in the text i'm passing onto the table/shape in...
Has anyone identified a list of differences you might encounter going from Sequel Link's driver to jadoZoom's Access with Unicode. Both of these drivers are...
I have a database where I am trying to sort by the sum of two columns, where either one may contain nulls. From within MSAccess, the following SQL works...
... is "\r\n" ... a ... the ... When i am using a text frame and calling setText, so in the passed String i needed manual line break. I don't know how but ...
Hi! I'm trying to embed ActiveX controls in a Swing applet. So far so easy. But the controls need to be initialized from persistent data that are available as...
Hi, i purchased jacozoom & want to use it for following java application: i want to use pure java code to find & replace strings in a MS WORD Document. i...
IIf and IsNull are supported. IIF(Isnull(expression),0,expression) Also it might be better to quote Name: [Name], because with the ADO layer it is a reserved...