
Automatic Generate a word-document from VB
I may be wrong but I do not think you can generate in Word format unless
you are using Word to create the document. RTF is probably your best bet.
One other option that might work is to use a OLE object for Word in your
app. That might give you a property allowing for the setting of Word
format docs. Have not tried it but just a thought.
--
Take it light!
Todd
****************************************************************************
***************************
* Agendum Software ** Now offering 3 new tools FREE for Visual Basic
Programmers. No nag screens, no cost and fully functional! Visit our
WebSite today to download and check out our Spring 1999 commercial
releases! *
*
* Click here for the Agendum Software Website
* Web - http://www.*-*-*.com/
****************************************************************************
***************************
Quote:
> Please Help!
> I want to generate a document in Word-format from a progam implemented
> in VB. One friend of mine suggest me to use the RTF-format, but I think
> its better when I could directly generate it. There should be only some
> table, tilte, topline and bottomline in the document which come from a
> database as a report of query in the VB-program.
> Thanks,
> Son.