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 3442 - 3471 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3442
Hello, I have two applications, one simple stand alone app with a method for loading an excel file. This works. I cut and paste the code into my 2nd app and I...
dcicalo
Offline Send Email
Jun 3, 2006
9:24 pm
3443
Ok I manually made the call to com.inzoom.comjni.ComLib.coInitializeEx(2); and this solved the problem. ... for ... my ... (ComLib.java:102) ... () ... ...
dcicalo
Offline Send Email
Jun 3, 2006
11:28 pm
3444
In a few words, I need to populate some Sybase tables based on tables from an MS-Access database. The idea is having a scheduler running a tool (written in...
rnhuch
Online Now Send Email
Jun 5, 2006
7:09 pm
3445
Hi, reading the data as ResultSet and inserting at with some kind of Statement object or an updatable ResultSet is one possible approach. Another one would be...
Stefan Zschocke
szschocke
Offline Send Email
Jun 6, 2006
7:28 am
3446
In Internet Explorer 6 on Windows XP, Microsoft has changed the way they handle ActiveX controls. Now a web page that includes an activeX control will display...
tjbrownnh
Offline Send Email
Jun 13, 2006
5:18 pm
3447
Hi, I want to open WinWord document with JOLEDocument as shown in code below. Why, when I tries to open file from constructor it does not work, but when I open...
y_chashkov
Offline Send Email
Jun 15, 2006
11:29 am
3448
Hello Tracy, ... http://www.microsoft.com/windows/ie/ie6/using/techinfo/activexupdate.m ... You don't need to work around IE ActiveX Activation. See...
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 16, 2006
8:54 am
3449
Hello ... [CODE SNIPPET] We can't open files you we not ready with embedden of Document Server. This means we need to have a native resource (handle/peer/HWND)...
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 16, 2006
9:14 am
3450
We have a swt/swing java application that interfaces with a the COM API of another software suite. The integration has been working very well until last week,...
Stephane Blardone
stephane_ultra
Offline Send Email
Jun 16, 2006
10:57 pm
3451
Hello "stephane ... Siebert ... To monitor native thread ID used for a call you can print value returned from...
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 19, 2006
6:03 pm
3452
Hello, Hermann - We are not hosting the Web Browser control. We are displaying an applet within a web browser. The applet includes several JActiveX controls....
tjbrownnh
Offline Send Email
Jun 19, 2006
7:19 pm
3453
Hello ... Yes, we can add a DISPID_AMBIENT_UIDEAD property to JActiveX interface. Regards, Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 20, 2006
7:36 am
3454
Hi, I use JacoZoom to integrate Adobe Reader Version 7 into Java application. To do this I use code like this JActiveX ax = new JActiveX("AcroPDF.PDF"); It...
Anatoly Dedkov
adedkov
Offline Send Email
Jun 21, 2006
12:52 pm
3455
Hello, At last, as you say, I try to use JOleDocument instead of JActiveX for Navigating through MS Word document. But unfortunately, it don't work too. Do you...
y_chashkov
Offline Send Email
Jun 21, 2006
2:57 pm
3456
Hello ... REGDB_E_CLASSNOTREG - a HRESULT code defined by COM/Platform SDK 0x800403ea - HRESULT defined by IzmComJniAx.dll After analyse your stack trace, i...
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 21, 2006
4:19 pm
3457
Hi, Thank you very much, Hermann, it helped to get rid of REGDB_E_CLASSNOTREG error code. Seems, I didn't register izmjnicomax.dll properly on the test...
Anatoly Dedkov
adedkov
Offline Send Email
Jun 22, 2006
1:26 pm
3458
Problem is resolved. In case somebody is interested, registering of AcroPDF.dll with regsvr32 has resolved the problem. Anatoly ... ...
Anatoly Dedkov
adedkov
Offline Send Email
Jun 22, 2006
5:22 pm
3459
Hi, i want to print different kind of documents with my java-programm. Are there any examples on how to print word or excel documents, pdf-documents or...
Carsten Schäfer
carstenschfer
Offline Send Email
Jun 26, 2006
2:52 pm
3460
Hi, Stefan What does this error means? At my first computer - program works fine, but at second - I have exception when I tries to open any MS Office ...
y_chashkov
Offline Send Email
Jul 5, 2006
8:04 am
3461
Hi, you must register izmjnicomax.dll Stefan ... fine, ... Office ... (ComLib.java:102) ... (AxCreator.java:18) ... (WinSurfaceWrap....
Stefan Zschocke
szschocke
Offline Send Email
Jul 5, 2006
3:10 pm
3462
Hello, I've been doing some research recently on alternatives to the standard JDBC-ODBC Bridge used in ColdFusion MX to access MS Access databases. I started...
jraybouldhms
Offline Send Email
Jul 8, 2006
7:23 pm
3463
Hi, jadoZoom uses ADO and OLE/DB. If you specify a simple ODBC-DSN in the connection URL then the OleDB Provider for ODBC is used. This one does not go...
Stefan Zschocke
szschocke
Offline Send Email
Jul 9, 2006
8:15 am
3464
Hi , I created wrappers using jacozoom 1.5 for a dll called cticlient32.dll. I'm able to call the connect to the .exe object , which is a locally available...
Sethu Karthy M
sethu_manic
Offline Send Email
Jul 10, 2006
12:23 am
3465
Hello, I have generated a Java wrapper class for a COM object built with VC++ 5. I must use version 5 because I am trying to bridge with a large legacy...
superfuzzyjack
Offline Send Email
Jul 10, 2006
3:53 pm
3466
Ok it appears that an explicit call to CoInitialize fixes my problem....
superfuzzyjack
Offline Send Email
Jul 10, 2006
8:11 pm
3467
Hi, I am using a jacoZoom wrapper for an OCX library used to interface with a scanner. Some (not all, and not all the times) of the events generated by the ...
lupin_007
Online Now Send Email
Jul 11, 2006
10:45 am
3468
Hi, It could be a threading problem. try to communicate with the OCX in its STA thread. See the JWebSTA sample, it shows how to achieve this. Stefan...
Stefan Zschocke
szschocke
Offline Send Email
Jul 11, 2006
11:09 am
3469
I would like to add another aspect of this problem: sometimes when the previous issue happens, I receive the wrong event (they are mixed up) ( the scanner has...
lupin_007
Online Now Send Email
Jul 11, 2006
11:49 am
3470
Thanks Stefan, I looked at the JWebSTA sample. Unfortunately I have to instantiate my main ocx object in a different way, so I cannot use the function calls...
lupin_007
Online Now Send Email
Jul 11, 2006
2:09 pm
3471
Hi, you must do it like in the JWebSTA sample: You must listen to AxEvent.init event before using the control. Stefan ... different ... (dpocx); ... false); ...
Stefan Zschocke
szschocke
Offline Send Email
Jul 11, 2006
3:17 pm
Messages 3442 - 3471 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