no really, just set all swing components to FALSE with function setfocusable(false) and also JActiveX object. See my example with GUI objects. This example is...
Good day, I need to do the automatic export of the Access database into XML. I'd like to know if it's possible to call the standard MS Access export utility...
Hi, the Access _Application interface contains an ExportXML method. To use it generate and compile wrappers for the Microsoft Access typelibrary (MSAcc.olb). ...
Hi, Stefan ... is not "as clear as I'd like it to be" :) So are there any docs on how to perform such generation and compilation (what tools, programming...
The MS Access object model is documented on MSDN: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/vbaac11/html/actocOMMap_HV01049589.asp You...
Hi, ... Yes, per default the heavyweight ActiveX will be painted so far the native surface will be available. This will be happy on Component.addNotify() and...
Hello ... Please check created hs_err_pid2796.log file and post native method called from JVM ( or call stack if available) IzmJniComAx.dll typically used for...
Hi I'm completely new to jacoZoom - just donwloaded it and tried the examples. And have my first little app embedding word into swing All goes well except for...
Hello ... Yes, but not by jacoZoom. Document Server Toolbars are mounted without any "magick" from jacoZoom. One of the difference between Embedding and...
Hi, Stephen Thanks a ton! I did everything as you said and it works! I't good that you've remind me of the object model of the MS Office applicceation and VBA....
Hey folks, I'm trying to send an "Enter" to excel to save the currently edited cell and get it out of edit mode. I'm using the sendKeys method with my...
Hi, I am embedding word in a swing app as per the Ole document samples. That works fine, but it opens a new word document every time. What I want to do is to...
Hello Alan ... Please chekc my file section for TTT.java( the three tabs) example. This ohne does deal with existings word documents in the c:/temp doc01.doc ,...
Hi all, i'm writing an application which uses DCOM. In general, i have administrator rights for the remote server to access DCOM objects. The remote server is...
Thanks, that was a big help And thanks for pointing me to the files section as well, didn't even realize that was there :) ... From: Hermann Scheibe...
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....
Sep 15, 2005 9:19 am
2732
Hi, My automation server allows creating multiple instance on the same machine. The automation client needs to do the following to pick an instance to connect...
Hi, you have to iterate the ROT (Running Object Table: A global table of Windows where active COM Exe-Servers register themselves) if you want to access a...
Hi I get this error when running a normal select query: com.inzoom.adojni.ComException: Current provider does not support transactions. in ADODB.Connection...
Hello, I'm getting this error intermittently. I'm using the MEMO field to store XML, and there are several transactions that are committed at once. I'm using...
Hi all, I'm new to jacozoom & I'm working on a java project which consists of converting a given pdf file into an html file. I wonder if it's possible to do...
thanks for replying I cheked iText but i found we can't do that with iText...they claimed it in their faq list. Can anyone tell if we can do it with jacozoom ?...
Hello Chris, MS does share some constants,types etc. across office application within mso(Office) - Library Also you can find msoAutomationSecurity definition...