Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: MS Word to Blob

Re: MS Word to Blob

From: northington <member38396_at_dbforums.com>
Date: Sun, 07 Sep 2003 16:52:00 -0400
Message-ID: <3340969.1062967920@dbforums.com>

That approach has a couple of problems.

  1. The file is on the client. No way of knowing where the file is located if the user decides to make changes to it by using the "save as" option.
  2. The file could be changed in the browser. No way (at this time) to know when they are done.

I appreciate your input, yet, I believe, the only real way to solve this riddle is by trapping the onClose() and saveAs() events generated by the browser. At present i am investigating the use of the 'JACOB' (Java-COM Bridge) package.

Again Thanks.

--
Posted via http://dbforums.com
Received on Sun Sep 07 2003 - 15:52:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US