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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 3745 - 3774 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3745
Hello, Our code works, as long as the izmjnicomax.dll is registered. However, we want to deploy the application using javawebstart, and thus the registration...
Henrik Dohlmann
hdohlmann
Offline Send Email
Feb 2, 2007
3:57 pm
3746
I will be out of the office starting 02/01/2007 and will not return until 02/05/2007. I will respond to your message when I return. Please contact Chad...
Christopher Hanson
chrisshanson...
Offline Send Email
Feb 2, 2007
10:02 pm
3747
Hello ... I can reproduce you issue here. The problem is to transfer a java call into activex controls thread. The control itself works fine. Regards, Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Feb 5, 2007
3:30 pm
3748
Hi again, Our application needs to access the control from java. Thus we need to use a staCall (or something similar if there is an alternative?). Is it at all...
Henrik Dohlmann
hdohlmann
Offline Send Email
Feb 5, 2007
4:36 pm
3749
I have another registration problem on Vista. When I try to register the izmjnicomax.dll I get the following error: The specified module could not be found. I...
Kasper Thiberg
dcc9364
Offline Send Email
Feb 5, 2007
6:39 pm
3750
HI! Some time ago, there was talk about a 64 bit version of the JacoZoom DLL. Is this available now? Thanks! Thomas...
Thomas Börkel
Thomas.Boerkel@...
Send Email
Feb 6, 2007
8:21 am
3751
Hello ... Current version doesn't support staCall for (J)ActiveX. We need to add support for mashalling internal interfaces used by staCall implementation. I'm...
Hermann Scheibe
h_scheibe
Offline Send Email
Feb 6, 2007
4:19 pm
3752
Hi, This is an issue with retrieving image (OLE Object) data from an Access database (Access2000). I was trying to read multiple columns of image type,...
haofengtang_cpw
Offline Send Email
Feb 7, 2007
3:21 pm
3753
Hi, I have a problem with the above function since for some reason when i use the call, it doesn't quit straight away. The issue is as follow: User open the...
karel_lahmy
Offline Send Email
Feb 8, 2007
7:28 pm
3754
Probably your program leaks COM references. Make sure that you call release on every COM object you deal with. This includes implicit objects: For example ...
Stefan Zschocke
szschocke
Offline Send Email
Feb 10, 2007
1:52 pm
3755
Not yet. We work on it and will release it in the 2nd quarter 2007. ... DLL. Is this available now?...
Stefan Zschocke
szschocke
Offline Send Email
Feb 10, 2007
1:53 pm
3756
Hi, I've tried everything that was discussed in the follwoing message: http://tech.groups.yahoo.com/group/jacoZoom/message/3209 to get document properties, but...
karel_lahmy
Offline Send Email
Feb 13, 2007
6:25 pm
3757
Instead of calling getDocumentPropertyFromUnknown try to continue with invoke-calls: Variant vName = disp2.invokeGet("Name"); String name = vName.getString();...
Stefan Zschocke
szschocke
Offline Send Email
Feb 13, 2007
6:42 pm
3758
... as ... It's working, many thanks!...
karel_lahmy
Offline Send Email
Feb 13, 2007
8:55 pm
3759
What is your connection string "jdbc:izmado:...."? You must use the Jet oledb provider, if you specify ad odbc-dsn then it will probably not work, because the...
Stefan Zschocke
szschocke
Offline Send Email
Feb 14, 2007
2:21 pm
3760
Here's the URL I used: jdbc:izmado:Provider=Microsoft.Jet.OLEDB.4.0; IzmRoyaltyFree=XXXXXXXXXX;Data Source=C:\Office\Northwind.mdb Stefan Zschocke...
Haofeng Tang
haofengtang_cpw
Offline Send Email
Feb 14, 2007
2:53 pm
3761
The solution to the registration problem was to include the atl71.dll in the same folder before registering the izmjnicomax.dll...
Kasper Thiberg
dcc9364
Offline Send Email
Feb 15, 2007
11:46 am
3762
Certainly the problem can be solved by adjusting the RecordSet cursor settings (cursor type, cursor location). However as cursor location has no matching...
Stefan Zschocke
szschocke
Offline Send Email
Feb 15, 2007
3:09 pm
3763
I have posted an update which supports staCall without registering izmjnicomax.dll Stefan ... call...
Stefan Zschocke
szschocke
Offline Send Email
Feb 15, 2007
3:59 pm
3764
Thanks for looking into this. I put a .zip file (named inzoom.zi_, rename to .zip) in Files section containing 2 java classes and 1 Access db file (which...
haofengtang_cpw
Offline Send Email
Feb 15, 2007
9:01 pm
3765
I might being daft but i cannot find a way to insert vbCrLf into a string so i would have line break in the text i'm passing onto the table/shape in...
karel_lahmy
Offline Send Email
Feb 16, 2007
8:12 pm
3766
Has anyone identified a list of differences you might encounter going from Sequel Link's driver to jadoZoom's Access with Unicode. Both of these drivers are...
Mike Collins
beamwalker2000
Offline Send Email
Feb 16, 2007
8:54 pm
3767
I am not sure i understand your question correctly, but crlf is "\r\n" in java Stefan...
Stefan Zschocke
szschocke
Offline Send Email
Feb 17, 2007
2:58 pm
3768
I have a database where I am trying to sort by the sum of two columns, where either one may contain nulls. From within MSAccess, the following SQL works...
wefraser
Offline Send Email
Feb 17, 2007
4:03 pm
3769
... is "\r\n" ... a ... the ... When i am using a text frame and calling setText, so in the passed String i needed manual line break. I don't know how but ...
karel_lahmy
Offline Send Email
Feb 19, 2007
4:00 pm
3770
Hi! I'm trying to embed ActiveX controls in a Swing applet. So far so easy. But the controls need to be initialized from persistent data that are available as...
chtheis2000
Offline Send Email
Feb 20, 2007
9:41 am
3771
Wonderful :-) Works perfectly. Thanks you very much. /Henrik...
Henrik Dohlmann
hdohlmann
Offline Send Email
Feb 20, 2007
9:55 am
3772
Hi, i purchased jacozoom & want to use it for following java application: i want to use pure java code to find & replace strings in a MS WORD Document. i...
othman el moulat
othmanelmoulat
Offline Send Email
Feb 20, 2007
2:16 pm
3773
Hi, Do you have a small example on how to implement the Application.NewMail event in MicroSoft Outlook? Thanks, Karel....
karel_lahmy
Offline Send Email
Feb 20, 2007
3:18 pm
3774
IIf and IsNull are supported. IIF(Isnull(expression),0,expression) Also it might be better to quote Name: [Name], because with the ADO layer it is a reserved...
Stefan Zschocke
szschocke
Offline Send Email
Feb 21, 2007
10:12 am
Messages 3745 - 3774 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