I wanted to know how to make a properly formated word
document from asp. Can some one direct me to all the
propertise of CreateObject("word.application"). Thanks!

Re: Creating Word Doc from ASP by Bob

Bob
Tue Jan 06 10:50:25 CST 2004

QQ wrote:
> I wanted to know how to make a properly formated word
> document from asp. Can some one direct me to all the
> propertise of CreateObject("word.application"). Thanks!

Check this out before you go too far:
http://support.microsoft.com/default.aspx?scid=KB;en-us;q257757

If that does not deter you, then check these google results:
http://groups.google.com/groups?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=ASP+Word+Document

HTH,
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.



Re: Creating Word Doc from ASP by Michael

Michael
Tue Jan 06 23:26:49 CST 2004

> I wanted to know how to make a properly formated word
> document from asp. Can some one direct me to all the
> propertise of CreateObject("word.application"). Thanks!

We've had good success creating documents in Rich Text Format (RTF),
which Microsoft Word can create/read/write. See the article "HOWTO: Use
ASP to Generate a Rich Text Format (RTF) Document to Stream to Microsoft
Word" at
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q270/9/06.ASP&NoWebContent=1

Good Luck,
Michael D. Kersey