Creating word doc - word behaviour
I have a local 2003 MS Word SP2 - When I create word docs using ASP it all works fine, saves fine, views fine - no problems here.
However
The SOE I am coding for is 2003 MS Word SP1 - When I run the same code the word doc gets built, but the doc opens with all my table borders on. It is a heirachial type workflow doc with loads of tables, or the potential to have loads due to it all being built by user inputs, etc
A print preview does not include the borders, nor when its printed.
BTW: I have placed my style sheet inside the .asp page, no include is present. Am creating the doc like so:
Response.ContentType = "application/msword"
1..Any ideas how to get rid of these annoying borders?
2..Any ideas of the syntax to dictate the file name also? It defaults to the page name of the ASP file which generates the doc. I wish to place the date and a database value as the file name (if achieved I do realize the user can change this)
TYIA
Wind is your friend
Matt
__________________
Wind is your friend
Matt
|