Home > Archive > ASP > May 2006 > ASP/Word Label Automation
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ASP/Word Label Automation
|
|
| davidjohnlong@googlemail.com 2006-05-21, 3:55 am |
| Hi,
I'm about to create an ASP script which will essentially parse SQL
tuples (rows) into a Word file, creating labels, although would need
to use the pre-defined label templates within word.
Can anyone direct me in the right direction?
Thank you
David
| |
| Bob Barrows [MVP] 2006-05-21, 7:55 am |
| davidjohnlong@googlemail.com wrote:
> Hi,
>
> I'm about to create an ASP script which will essentially parse SQL
> tuples (rows) into a Word file, creating labels, although would need
> to use the pre-defined label templates within word.
>
> Can anyone direct me in the right direction?
MS strongly advises against automating Word in server applications such as
ASP (http://support.microsoft.com/defaul...kb;en-us;257757).
You should probably use a third-party product to do this. Is rtf an option?
If so, take a look at these search results:
http://www.google.com/search?hl=en&...mponent&spell=1
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
|
|
|
|
|