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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2713 - 2742 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2713
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...
grenm00
Offline Send Email
Sep 2, 2005
1:10 am
2714
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...
Roman Muntyanu
roman_muntyanu
Offline Send Email
Sep 2, 2005
5:58 am
2715
Hi, the Access _Application interface contains an ExportXML method. To use it generate and compile wrappers for the Microsoft Access typelibrary (MSAcc.olb). ...
Stefan Zschocke
szschocke
Offline Send Email
Sep 2, 2005
7:14 am
2716
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...
roman_muntyanu
Offline Send Email
Sep 2, 2005
8:09 am
2717
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...
Stefan Zschocke
szschocke
Offline Send Email
Sep 2, 2005
8:45 am
2718
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...
Hermann Scheibe
h_scheibe
Offline Send Email
Sep 2, 2005
10:12 am
2719
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...
Hermann Scheibe
h_scheibe
Offline Send Email
Sep 2, 2005
10:25 am
2720
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...
danny_foncke
Offline Send Email
Sep 2, 2005
12:01 pm
2721
Hello ... Yes, but not by jacoZoom. Document Server Toolbars are mounted without any "magick" from jacoZoom. One of the difference between Embedding and...
Hermann Scheibe
h_scheibe
Offline Send Email
Sep 2, 2005
12:54 pm
2722
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....
roman_muntyanu
Offline Send Email
Sep 2, 2005
12:55 pm
2723
haha , I guess it WAS a 'typical newby question' Thanks for the reply - sounds logical to me now If you just can point me to the 'document server...
danny_foncke
Offline Send Email
Sep 2, 2005
1:10 pm
2724
Hello, ... Word,Excel,PowerPoint,Outlock, etc. may be found at MS MSDN ...
Hermann Scheibe
h_scheibe
Offline Send Email
Sep 2, 2005
1:26 pm
2725
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...
ccarrier123
Offline Send Email
Sep 2, 2005
10:31 pm
2726
According to the Excel VBA docs it should be {ENTER} (enclose in curly braces) Stefan...
Stefan Zschocke
szschocke
Offline Send Email
Sep 3, 2005
8:00 am
2727
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...
Alan Skorkin
askorkin
Offline Send Email
Sep 6, 2005
4:23 am
2728
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 ,...
Hermann Scheibe
h_scheibe
Offline Send Email
Sep 6, 2005
7:01 am
2729
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...
Ingo Siebert
ingosiebert75
Offline Send Email
Sep 6, 2005
12:22 pm
2730
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...
Alan Skorkin
askorkin
Offline Send Email
Sep 6, 2005
11:19 pm
2731
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....
Send Email
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...
lingfeng1203
Offline Send Email
Sep 15, 2005
4:03 pm
2733
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...
Stefan Zschocke
szschocke
Offline Send Email
Sep 15, 2005
6:17 pm
2734
Hi I get this error when running a normal select query: com.inzoom.adojni.ComException: Current provider does not support transactions. in ADODB.Connection...
torjo95
Offline Send Email
Sep 16, 2005
9:32 am
2735
Hi, did you try setAutoCommit(true) on the connection? Stefan ... (Connection.java:45) ... (Statement.java:46) ... The ... We ... to...
Stefan Zschocke
szschocke
Offline Send Email
Sep 16, 2005
9:45 am
2736
Thank you, this did the trick. Torbjorn ... <torbjorn.johansson@i...> ... support ... SQLServer. ... fine. ... how...
torjo95
Offline Send Email
Sep 18, 2005
10:02 pm
2737
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...
rainey_mk
Offline Send Email
Sep 20, 2005
3:14 pm
2738
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...
othman el moulat
othmanelmoulat
Offline Send Email
Sep 21, 2005
11:20 am
2739
HI, I don't know if jacoZoom it can. but you should be able to do it with itext www.lowagie.com/itext, which is a java pdf library HTH Alvin...
alvin antony
alvinantony2004
Offline Send Email
Sep 21, 2005
3:33 pm
2740
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 ?...
othman el moulat
othmanelmoulat
Offline Send Email
Sep 21, 2005
4:14 pm
2741
How do i access the constants associated with Excel macro security like "msoAutomationSecurityLow". I want to use the method ...
ccarrier123
Offline Send Email
Sep 22, 2005
5:34 pm
2742
Hello Chris, MS does share some constants,types etc. across office application within mso(Office) - Library Also you can find msoAutomationSecurity definition...
Hermann Scheibe
h_scheibe
Offline Send Email
Sep 23, 2005
6:21 am
Messages 2713 - 2742 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