Hello: I need two copy some selected worksheets from one xls file into another. Excel clearly allows opening two workbooks and copying worksheets from one to...
Hi, I used the Macro-Recorder to copy and it produced: Sheets("Sheet1").Copy After:=Workbooks("Workbook2").Sheets(3) This means use the Worksheet.method with...
... Right. But there was a problem of loading two workbooks in the first place. This is done with Workbooks.open(), as I now know. What a pain in the neck. I...
Hello, in our application we are using method openDataSource of MailMerge for merging a word document with a given datasource file. This works fine with Office...
Hi! I am evaluating jacoZoom with an OCX from a third-party manufacturer. The 'simple' methods are all working fine. But I don't get any events. But they are...
Hi, he first thing to try is run jacoZoom as STA-client. This means, that all calls to the COM-component must come from the same thread, which created it,...
Hello Stefan! Thanks for your suggestion. If I am trying the STA version (.coInitializeEx(2)) the COM Server doesn't work anymore. E.g. the basic functions are...
Hi, this means that your control needs a message loop to work. If jacoZoom is an MTA client, then COM autogenerates an STA thread for the control with its own...
Hello Stefan! Wow! I tried the JWeb way some days ago (before my post) and failed. After your message I tried it again and failed with JWeb, but got it running...
Hi, this depends on installation of Outlook, Exchange etc. Search for C:\Program Files\Common Files\Microsoft Shared\CDO which can contain cdoex.dll. Otherwise...
We have a set of data which includes a Memo Field and a Field which will eventually become the primary key. Unfortunately, it seems as though the act of...
Hi, did you try the same thing with the Jet-OleDB-provider (URL is "jdbc:izmado:Provider=Microsoft.Jet.OleDB.4.0;data source=test.mdb")? Anyway I will test...
Hi all, we have released a new version with a setup procedure and a frontend. The frontend allows for easy wrapper generation, compilation and JAR- generation....
Hi all, we have released a new version with a setup procedure and a frontend. The frontend allows for easy wrapper generation, compilation and JAR- generation....
I'm already a member but I have forgotten the yahoo ID I used to register with this group. Could you send me the ID (if you have it) otherwise I just created...
Hi, the problem is, that the jacoZoom runtime-package com.inzoom.comjni also contains enums, and these had to be renamed anyway for compatibility. And then the...
Hi, you can use the com.inzoom.comjni.Dll.RegisterActiveXDll method to register an ActiveX DLL on the client computer. If you this method without argument,...
Hi, That sounds great but I still get an exception. Here is how I do it know. What am I doing wrong? static { try { com.inzoom.comjni.Dll.RegisterActiveXDll();...
Sorry Stefan, My bad, it works perfectly know. I'm very impressed with this tool. We are definitly going to use this in our server-client application. Add us...
Hi, you jacozoom profis, tried to get a simple program working to embed Excel in a Swing application : ... ... com.inzoom.axjni.JOLEDocument ole_doc = new...