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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2952 - 2981 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2952
Hi everyone, I succeded in creating java-wrapper for Excel, and in excuting TextEcel sample. It was very useful, though my need is to invoke a vba excel macro...
capitanzanetti77
capitanzanet...
Offline Send Email
Dec 1, 2005
10:54 am
2953
Hi, did you already try out the run-method of the _Application interface? You can all it on the Application-object (as Application implements _Application) ...
Stefan Zschocke
szschocke
Offline Send Email
Dec 1, 2005
11:12 am
2954
Hi Stefan, I used this code: JOLEDocument m_srv = new JOLEDocument(); jcw.ms.Excel.Application excel = new jcw.ms.Excel.Application(); // Distance.xls is my...
capitanzanetti77
capitanzanet...
Offline Send Email
Dec 1, 2005
11:20 am
2955
Sorry, I understood some code i wrote was useless (I thought I had to open file first...). The code I use now is simply: Variant macro = new...
capitanzanetti77
capitanzanet...
Offline Send Email
Dec 1, 2005
2:06 pm
2956
what / where is the "KB 253854 topic"? -Sumeet...
sharma_sumeet
Offline Send Email
Dec 1, 2005
7:13 pm
2957
Hello ... KB does mean "Knowledge Base" http://support.microsoft.com/default.aspx?scid=kb;en-us;253854 Regards, Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Dec 2, 2005
8:07 am
2958
Hello ... I think your JCW are generated with LCID different from US-EN. Macro calling does need correct LCID passed to. May be [1] will be helpfull. Regards, ...
Hermann Scheibe
h_scheibe
Offline Send Email
Dec 2, 2005
8:15 am
2959
It is possible that the JNI_OnLoad in the native library (izmcomjni.dll) initiate the UnsatisfiedLinkError? ... errors....
bacs78
Offline Send Email
Dec 2, 2005
11:05 am
2960
Hi! Is there a way to prevent the Active X component to steal mouse events? The ideal situation would be that the method addMouse*Listener stuff of JActiveX or...
Jens Georg
phako78
Offline Send Email
Dec 2, 2005
3:20 pm
2961
Hi All, I am using Jadozoom's IzmJniAdo.dll to connect to a access database. After my program runs for a while, I get the error shown below. It would be really...
dvsrikanth
Offline Send Email
Dec 5, 2005
4:56 pm
2962
Hi, could it be a problem with your query? Try not quoting the table name together with the column name: For example use T5.[FNDTIME] instead of [T5.FNDTIME]. ...
Stefan Zschocke
szschocke
Offline Send Email
Dec 5, 2005
5:06 pm
2963
Stefan, Thanks for responding so quickly. I will make the changes as suggested by you. But do you know why it would work some times and not at other times. Do...
dvsrikanth
Offline Send Email
Dec 5, 2005
5:25 pm
2964
Hi, most important are the Jet-versions. Try to update to latest MDAC and latest Jet engine Stefan ... running ... <S.Zschocke@i...> ... might ... ...
Stefan Zschocke
szschocke
Offline Send Email
Dec 5, 2005
5:56 pm
2965
Hi, I checked the JET/MDAC engine and it seems to be current. The problem seems to reoccur even after changing the query. Any help will be greatly appreciated....
dvsrikanth
Offline Send Email
Dec 5, 2005
9:29 pm
2966
Hello, when i create an JActiveX() instance i get an UnsatisfiedLinkException. All attempts were to no avail (like message no. 2577). I think that the problem...
ap_volkswagen
Offline Send Email
Dec 6, 2005
1:54 pm
2967
It must be handled in java there is no other way. What kind of application is yours? Is it an applet or a swing app or what? Stefan ... ...
Stefan Zschocke
szschocke
Offline Send Email
Dec 6, 2005
2:38 pm
2968
Did you try to run this query in a simple test application. Where you just open the connection using your jdbc-url then run the query. Does it work then? ...
Stefan Zschocke
szschocke
Offline Send Email
Dec 6, 2005
2:39 pm
2969
It is a swing application. it is integrated in an existing application....
ap_volkswagen
Offline Send Email
Dec 6, 2005
3:01 pm
2970
Hi, then some part of that existing application is the cause for this problem. Don't you have access to the code of the whole application, especially the start...
Stefan Zschocke
szschocke
Offline Send Email
Dec 6, 2005
3:23 pm
2971
yes, i have access to the source code. when i start the project under eclipse it runs well, but if i use an applicationstarter not. So it means that there are...
ap_volkswagen
Offline Send Email
Dec 6, 2005
3:39 pm
2972
Hi, what kind of applicationstarter is this? It is not just a java.exe or javaw.exe call? If the Applicationstarter has already loaded the jawt.dll with ...
Stefan Zschocke
szschocke
Offline Send Email
Dec 6, 2005
3:52 pm
2973
Stefan, The set up we have is that DBF files are linked in a access database. The error seems to be happening when another program is trying to access the same...
dvsrikanth
Offline Send Email
Dec 6, 2005
10:49 pm
2974
Hi, I'm using jacoZoom to call one of our internal COM APIs. Some basic functions work ok, but when I try to call methods with Variant types, I get a JVM...
richard_s_drew
Offline Send Email
Dec 7, 2005
12:41 pm
2975
Hi, firstly you can just call com.inzoom.comjni.Variant index = new com.inzoom.comjni.Variant(1); No need to make it 2 calls. But what fails is the following: ...
Stefan Zschocke
szschocke
Offline Send Email
Dec 8, 2005
7:00 pm
2976
I saw a previous mention of this file but I have a different problem. Out of the 600-odd files that are in the set only this one won't compile. This shows one...
jacozoomuser
Offline Send Email
Dec 12, 2005
10:49 am
2977
Hi, this is due to the case that the interface _HiddenInterface violates the fundamental COM rule, that every interface must extend IUnknown. jacoZoom...
Stefan Zschocke
szschocke
Offline Send Email
Dec 12, 2005
12:00 pm
2978
Thanks Stefan, I already tried that, and it compiles fine. I guess I'll be back should I find I need that class for something. Cheers, Mike Watts...
jacozoomuser
Offline Send Email
Dec 12, 2005
12:47 pm
2979
An example provided by the ActiveX manufacturer and a 'browser' show a parameter as a boolean scalar ( actually ByRef VT_BOOL ) but the prototype in the...
jacozoomuser
Offline Send Email
Dec 13, 2005
5:17 pm
2980
Hi, if a parameter is declared as byref it is passed by reference which means that it may change in the call. In java if you have void foo(boolean value); no...
Stefan Zschocke
szschocke
Offline Send Email
Dec 14, 2005
8:12 am
2981
Hi Stefan, Thanks for your reply. It's taken me a little while to work out _why_ the wrapper does that but now I understand. As you mentioned, Java doesn't...
jacozoomuser
Offline Send Email
Dec 14, 2005
6:23 pm
Messages 2952 - 2981 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