Search the web
Sign In
New User? Sign Up
jacoZoom
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2100 - 2129 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2100
A posible solution: // word is a Aplication object (Word XP) CommandBar cbToolBar = word.getCommandBars() .add(new Variant("Opciones Prueba")); ...
linocg
Offline Send Email
Nov 1, 2004
7:04 pm
2101
... my ... to ... item to ... See http://groups.yahoo.com/group/jacoZoom/message/2100...
linocg
Offline Send Email
Nov 1, 2004
7:08 pm
2102
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...
abogom
Offline Send Email
Nov 2, 2004
12:13 am
2103
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...
szschocke
Offline Send Email
Nov 2, 2004
3:21 pm
2104
... 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...
Alexander Bogomolny
abogom
Offline Send Email
Nov 2, 2004
3:51 pm
2105
Stefan, hello: ... In fact things are not as simple as they appear. I have to load to different files. I can do that with Excel = new...
Alexander Bogomolny
abogom
Offline Send Email
Nov 2, 2004
8:21 pm
2106
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...
curmas2003
Offline Send Email
Nov 12, 2004
12:52 pm
2107
Hi Stefan, i tried to use different LCIDs, but it still doesn't work. Following exception has been thrown. .com.inzoom.comjni.ComJniException: Die...
curmas2003
Offline Send Email
Nov 12, 2004
2:07 pm
2108
Hi, we experimented by changing our code below boolean hasLicence = false; ComObj comObj = new ComObj(); hasLicence = comObj.setLicense(this.id, this.licence);...
d92jp
Offline Send Email
Nov 12, 2004
3:24 pm
2109
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...
gpummer
Offline Send Email
Nov 16, 2004
1:59 pm
2110
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,...
szschocke
Offline Send Email
Nov 16, 2004
3:48 pm
2111
Hi, have a look at the MSDN KB article 279462. It seems to be related to your prb. Stefan ... work! ... with ... [Format]...
szschocke
Offline Send Email
Nov 16, 2004
4:05 pm
2112
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...
gpummer
Offline Send Email
Nov 16, 2004
5:15 pm
2113
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...
szschocke
Offline Send Email
Nov 16, 2004
6:16 pm
2114
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...
gpummer
Offline Send Email
Nov 18, 2004
12:46 pm
2115
Hi all, my question is: what's the MAPI dll to generate the wrapper? Thank you...
denisonov
Offline Send Email
Nov 19, 2004
5:24 pm
2116
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...
szschocke
Offline Send Email
Nov 19, 2004
7:03 pm
2117
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...
William Fraser
wefraser
Offline Send Email
Nov 22, 2004
7:59 pm
2118
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...
szschocke
Offline Send Email
Nov 24, 2004
7:24 pm
2119
Aha! Thanks. We were using the 3.5x driver without realizing it. It seems to work just fine, now. bill...
wefraser
Offline Send Email
Nov 25, 2004
10:06 am
2120
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....
szschocke
Offline Send Email
Nov 30, 2004
9:24 am
2121
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....
szschocke
Offline Send Email
Nov 30, 2004
9:35 am
2122
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...
Stephane Blardone
stephane_ultra
Offline Send Email
Dec 1, 2004
6:37 pm
2123
... Hi, I think you can include de same switch in the proxy generator Thanks Ezequiel...
ezemasa
Offline Send Email
Dec 2, 2004
12:36 pm
2124
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...
szschocke
Offline Send Email
Dec 2, 2004
4:37 pm
2125
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,...
Stefan Zschocke
szschocke
Offline Send Email
Dec 8, 2004
10:34 am
2126
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();...
veriba_anders
Offline Send Email
Dec 8, 2004
11:24 am
2127
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...
veriba_anders
Offline Send Email
Dec 8, 2004
11:53 am
2128
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...
stefan_kalis
Offline Send Email
Dec 9, 2004
9:20 am
2129
Hi, you must register the izmjnicomax.dll using Regsvr32.dll Stefan ... - ... - ... because ... bean...
szschocke
Offline Send Email
Dec 9, 2004
9:51 am
Messages 2100 - 2129 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help