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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1774 - 1803 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1774
How can I achieve the word application arise on top of all applications? I already use the setVisible() and setActive() methods, but they didn't work as...
pirolaydin
Offline Send Email
May 3, 2004
10:44 am
1775
Hello ... Try to use Active() method of the Application object. For more information on M$ Office automation see ...
Hermann Scheibe
h_scheibe
Offline Send Email
May 3, 2004
4:13 pm
1776
Hello please ignore first posting. ... Try to use Activate() method of the Application object. Info under: http://msdn.microsoft.com/library/en- ...
Hermann Scheibe
h_scheibe
Offline Send Email
May 3, 2004
4:31 pm
1777
Hi, We are running JSP application that uses JacoZoom to communicate with COM business objects. Intermittently it fails with ACCESS_VIOLATION, function...
vcoolas
Offline Send Email
May 5, 2004
2:52 am
1778
We've got an application that creates a new JOLEDocument("Word.Document") and works with that object. Provided that we build the wrappers correctly, what...
mmwarra
Offline Send Email
May 5, 2004
5:59 pm
1779
Hi, the best thing to do in your case is explicitly releasing all native resources: Call the release-method on COM objects as well as on Variant and SafeArray...
szschocke
Offline Send Email
May 5, 2004
7:23 pm
1780
You should be able to use any embeddable object. You don't even need wrappers for it unless you want to access the object programmatically - you only need the...
szschocke
Offline Send Email
May 5, 2004
7:26 pm
1781
Hello, I have further reduced sample code to bare minimum. Here is code (I could post full updated sample if you wish): On initialization, in servlet...
vcoolas
Offline Send Email
May 6, 2004
1:22 am
1782
Hi, I will download Websphere today and hopefully test your case tomorrow. In the meanwhile, please change your code to add calls to varNames.release() and...
szschocke
Offline Send Email
May 6, 2004
7:26 am
1783
Hello, It doesn't seem to me that release() can be invoked on saNames, since it is SafeArray and SafeArray does not have release() method in class declaration,...
vcoolas
Offline Send Email
May 6, 2004
9:48 pm
1784
Hi, Thanks for the information. Can I get some examples on how to Run Excel on the Client side with Applet. Excel is installed on Client side DLL is installed...
venkat_mada
Offline Send Email
May 7, 2004
2:52 pm
1785
Hi, I have modified the showJDoc Example as follows: void openDocument(String start_text) { com.inzoom.axjni.JOLEDocument ole_doc = new...
venkat_mada
Offline Send Email
May 7, 2004
5:48 pm
1786 venkat_mada
Offline Send Email
May 7, 2004
6:40 pm
1787
... Please try to use "Excel.Sheet". ... HRESULT 0x80049401 signals problems with start document server. This HRESULT is published in the izmcomjniax.dll. HTH ...
Hermann Scheibe
h_scheibe
Offline Send Email
May 9, 2004
5:25 pm
1788
Hi, I prototyped a sql update in Access that works. It involves a join from a index table (instRla table, has foreign key) to the master (act table, primary...
rainey_mike
Offline Send Email
May 11, 2004
1:56 pm
1789
Hi, the most likely problem is, that your program exits shortly after the update statement. This causes the Jet DLLs to be unloaded not giving them time to...
szschocke
Offline Send Email
May 11, 2004
2:32 pm
1790
Hello, have you been able to reproduce issue? What is the status of this issue? Any update would be very welcome. Vytautas Staraitis ... Websphere, ... ...
vcoolas
Offline Send Email
May 11, 2004
4:08 pm
1791
Hello Vytautas, ... Yes ... I suppose the SafeArray goes released midden izmcomjni.dll call. ... Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
May 13, 2004
1:31 pm
1792
Hi, Hermann is working on this. He already could reproduce this and is searching for the cause in order to fix it. We hope to post a solution soon. Stefan...
szschocke
Offline Send Email
May 13, 2004
2:19 pm
1793
Hi, we found the problem to be the following: Your code is: SafeArray sa = v.getSafeArray(); string[] s = sa.getStringArray(); One would assume that the GC...
szschocke
Offline Send Email
May 14, 2004
9:58 am
1794
Hello, I must admit it is really tricky one son of, ummmh, bug :). And, as our experience shows, Sun's JVM garbage collector has similar issue too although it...
vcoolas
Offline Send Email
May 17, 2004
8:53 pm
1795
Hi, I can get it to open in IE if I have the /F value(in the .fdf file) set correctly but it will open up in a separate Adobe Reader window, not in the IE...
perka99
Offline Send Email
May 19, 2004
9:17 am
1796
Hi, you can use the newWindow2 event to put the new Webbrowser window into a jacoZoom JActiveX again. The code is something like public void...
szschocke
Offline Send Email
May 19, 2004
6:12 pm
1797
When I use the JActiveX inside a JFrame, everything works well. However, when I try to place it inside a JInternalFrame, it still seems to want to attach to...
kc7bfi
Offline Send Email
May 25, 2004
3:35 pm
1798
Hello David, i suspect your issue can be redirected to heavy and light components mixing problem. See also ...
Hermann Scheibe
h_scheibe
Offline Send Email
May 26, 2004
10:56 am
1799
The main problem I'm having is that my ActiveX control is always placed at (0,0) of the Ancestor's window. This works fine when displayed in a JFrame. However,...
David R Robison
kc7bfi
Offline Send Email
May 26, 2004
1:50 pm
1800
We do it! And mostly works OK. However for the heavy weight problem, you need a special InternalFrame that fixes this. The main layout is to use the...
wim.van.leuven@...
wimvanleuven
Offline Send Email
May 26, 2004
1:59 pm
1801
I may be a little dense... but what I do not understand is how JActiveX "tells" the ActiveX control where to display itself. Does the ActiveX control need to...
David R Robison
kc7bfi
Offline Send Email
May 26, 2004
2:17 pm
1802
Hallo David ... Some backgrounds. Per definition ActiveX is to be placed inside a ActiveX-Container. This container is implemented as a part of jacoZoom JNI ...
Hermann Scheibe
h_scheibe
Offline Send Email
May 26, 2004
9:05 pm
1803
Perhaps the problem is that my JInternalFrame in inside a JDesktopPane that is inside a JScrollPane. Is it possible the the JActiveX container is not looking...
David R Robison
kc7bfi
Offline Send Email
Jun 1, 2004
5:47 pm
Messages 1774 - 1803 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