Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Reports in Word.
Or if you want to be up-to-the-second, build your output as XML using the Oracle DOM implementations, and save the result. Like that you can transform/read it in anything you like.
"Kev" <java2e_at_yahoo.com> wrote in message
news:a7ouhtgkf0audbbnqe6vd4nk3oofuocnd6_at_4ax.com...
> No but he can save the data in formatted RTF.
>
> Create a word doc but save it as RTF then open it in notepad you will
> see how to doc is put together. After you understand the structure
> just re-ouput you data to the Word RTF format. I have done it before
> but it is no simple task.
>
>
> On 7 Jun 2001 03:29:39 -0700, markg_at_mymail.tm (MarkyG) wrote:
>
> >Just save the output with a .doc extension.
> >You can't massage the output for word to read.
> >
> >M
> >
> >Michael Rothwell <marothwell_at_yahoo.com> wrote in message
news:<3B1E62AB.C3ED48E6_at_yahoo.com>...
> >> I am getting data out of Oracle using Pro*C on HP UX, but would like to
> >> write a file that Word could pick up easily (without converting). Is
> >> there some codes I can embed in the report that Word can read.
> >>
> >> I'm using C because I'm doing a lot of massaging to the data. I need
to
> >> be able to email the resulting report to end-users that can just open
it
> >> in Word with out any conversion (I've got some real winners for
> >> end-users) because they just cant figure it out.
> >>
> >> thanks for any info.
> >>
> >> Michael
>
Received on Thu Jun 07 2001 - 06:51:34 CDT
![]() |
![]() |