Stefan, Hello! We work with Jacozoom for Word document generation. During following code execution we receive "Severe Error" with this text: "Something has...
Hi, this exception should only occur if the generated wrappers are out of synch with the underlying COM Server. Do you know exactly which method call generates...
Hello: Could a kind soul help me with this? I am displaying and letting the user edit Word documents in Java. At some point of the program the number of...
Hi, this word message is displayed when one document is opened more than once. Could this be the case? Do you have a test case? Stefan ... the ... viewed ... ...
Stefan, thank you for the reply. ... Right. It's really a long story. I use the ActiveXContainer class I found here. Otherwise, I just modified your Word...
Stefan, hello: This is just to check with you before building up hopes. Do you plan to replace your Word9 sample with one where Word docs appear in a Java ...
Hello, Stefan! We know exactly in which function this happened. It is function execute() from class jcw.ms.Word.Find And we can reproduce the problem in...
... disk ... to do ... ............... I think I can help you with your problem whith the 'file download' message dialog and the word documents that are opened...
jlion2003
leone.mira@...
Mar 10, 2003 6:27 pm
859
Many thanks: My client is coming this week, and I'll be able to check how that works on his laptop. He does run Office 2000 and Norton's Antivirus. All the...
Hello, everyone. I am prepared and shall be happy at the chance to cover somebody's work on that, provided the expense is reasonable: 2-4 hours of professional...
Hi everybody I've got some problems and questions about jacoZoom and Norton Antivirus. 1) The first problem occurs when my application tries to open Word ...
jlion2003
leone.mira@...
Mar 11, 2003 9:53 am
862
Hi Alexander, see Document Viewer(DocIE.java) in my file section. Have a lot of fun, Hermann Scheibe, infoZoom, h.scheibe_no-spam-and_infozoom.de ... ...
Hi, can you isolate the prb? Please provide a simple test case. Then I will check what the problem is. Do you use the Find.execute method with parameters? In...
Hi, concerning 1. I guess the new OleDocument Server will work better and won't have the problem with a separate window opening. This prb is not rooted in...
Hermann, hello: Got this version and am going to study it. It reports exceptions that I believe are not essential and could be handled, except for one by a...
... I just got a word from my client. He claims to have tried this approach but it did not help. I'll see him on Thursday I will make sure he does everything...
Hi Alex, I don't know now to detect dirty on a Word Document. Workaround: after you are ready with a word document simply call Document.close (true); This will...
Hermann, hello: I believe I am getting a general idea. How, in principle, does one translate from VisualBasic to Java? For example, they open a document with ...
Hermann, hello: Now that I had a closer look at DocIE, I can see that the main difference vs WordIE is in the menu and the presence of the FileChooser....
Hi, I would do it like this in VB: dim doc as Document set doc = Documents.Add doc.SaveAs "fileName" with java / jacoZoom: First one needs to realize that VB...
Stefan, thank you. Where can I get the information about the properties of Document objects, and perhaps the methods available for Java objects? Alex...
If you have VB or VBA (part of Word) open the Object Browser in VBA. With VB you have to activate the Word typelibrary before (Project-References menu). In the...
hi Stefan, I was trying to put the Word toolbars (and menu) into a java Window, but I do not get a properly working version of it. You are also trying to put...
Hi we are short before start the Beta-Release. Todo before Beta: Problems with AWTToolkit message Queue deadlocks, stability with MSWord(bug trap for some...
Stefan, hello: The example has been taken from the MSDN site pointed to by Hermann. What it does is creating a new document. Thus when using it I can't assume...
Hi, you can create a new Application object as in our TestWord sample for running Word as Application not as OleDocument. This sample shows how to connect to...