Board index » delphi » Word Servers

Word Servers

HI

    Where can I find a code example using c++ copying an exsisting file to a
new one and replacing some key words in the new file with tables using Words
OLE Automation Server.

Thanks

 

Re:Word Servers


<<William Westbrooks:
Where can I find a code example using c++

Quote

The borland.public.cppbuilder.activex newsgroup is more
likely to know.

--
Deborah Pate (TeamB) http://delphi-jedi.org

  Use Borland servers; TeamB don't see posts via ISPs
  http://www.borland.com/newsgroups/genl_faqs.html

Re:Word Servers


Hi

    I am using WordDocument and WordApplication components with my C++
Builder 5 application. I was wondering. If it is possible to display a word
document using the servers, with out the tools bars and menus for word being
displayed and dock it on a form.

Thanks for the info

Re:Word Servers


Hi

    I am using WordDocument and WordApplication components with my C++
Builder 5 application. I was wondering. If it is possible to display a word
document using the servers, with out the tools bars and menus for word being
displayed and dock it on a form.

Thanks for the info

Re:Word Servers


Hi William

William Westbrooks schrieb:

Quote
> I am using WordDocument and WordApplication components with my
> C++ Builder 5 application. I was wondering. If it is possible to
> display a word document using the servers, with out the tools bars
> and menus for word being displayed and dock it on a form.

Use TOleContainer instead.

Traubensaft gibt Traubenkraft

Christian "NineBerry" Schwarz

--
Sometimes I feel like I don't have a partner
Sometimes I feel like my only friend
Is the city I live in, the city of fishes
Lonely as I am, together we cry

Re:Word Servers


HI

    Using the TOleContainer how can I access a word object that I  load up.
I want to set the page layout to normal view by default, I also want to
disable the page layout buttons at the buttom left hand corner so the user
can't change the page layout.

Thanks

Christian NineBerry Schwarz <Christian.Schw...@nineberry.de> wrote in
message news:Xns90EA74559A669NINEBERRY@NineBerry.de...

Quote
> Hi William

> William Westbrooks schrieb:

> > I am using WordDocument and WordApplication components with my
> > C++ Builder 5 application. I was wondering. If it is possible to
> > display a word document using the servers, with out the tools bars
> > and menus for word being displayed and dock it on a form.

> Use TOleContainer instead.

> Traubensaft gibt Traubenkraft

> Christian "NineBerry" Schwarz

> --
> Sometimes I feel like I don't have a partner
> Sometimes I feel like my only friend
> Is the city I live in, the city of fishes
> Lonely as I am, together we cry

Other Threads