Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP General (http://www.velocityreviews.com/forums/f65-asp-general.html)
-   -   Creating Word Doc from ASP (http://www.velocityreviews.com/forums/t792468-creating-word-doc-from-asp.html)

QQ 01-06-2004 04:31 PM

Creating Word Doc from ASP
 
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!


Bob Barrows 01-06-2004 04:50 PM

Re: Creating Word Doc from ASP
 
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...;en-us;q257757

If that does not deter you, then check these google results:
http://groups.google.com/groups?sour...+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.



Michael D. Kersey 01-07-2004 05:26 AM

Re: Creating Word Doc from ASP
 
> 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...NoWebContent=1

Good Luck,
Michael D. Kersey



All times are GMT. The time now is 08:09 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57