Home > Archive > ASP > October 2004 > Export data to letters
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 |
Export data to letters
|
|
| Andrew 2004-10-27, 8:55 pm |
| Hi Experts,
I have a DB containing many records of customers' info. How can I pull these
data to the MS Word mail merge letters containing the header (name, address,
etc) and contents (description 1, 2, 3,...) page by page per record? Thanks
a lot.
Andrew
| |
| Ray Costanzo [MVP] 2004-10-27, 8:55 pm |
| Is ASP really the right technology to use for this? Since Word has the
functionality all built into it, why not use Word to do it? Word is
programmable, if you'd like to automate it that way.
Ray at work
"Andrew" <dunggaze@yahoo.com> wrote in message
news:jfWdnUlSWKq4YuLcRVn-oA@rogers.com...
> Hi Experts,
>
> I have a DB containing many records of customers' info. How can I pull
> these
> data to the MS Word mail merge letters containing the header (name,
> address,
> etc) and contents (description 1, 2, 3,...) page by page per record?
> Thanks
> a lot.
>
> Andrew
>
>
| |
| Andrew 2004-10-27, 8:55 pm |
| Because I want the users to specify the records output to the Word template,
and click somewhere(a button) to be prompted download or display Word format
on webpage.
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:OTWICDGvEHA.2016@TK2MSFTNGP15.phx.gbl...
> Is ASP really the right technology to use for this? Since Word has the
> functionality all built into it, why not use Word to do it? Word is
> programmable, if you'd like to automate it that way.
>
> Ray at work
>
> "Andrew" <dunggaze@yahoo.com> wrote in message
> news:jfWdnUlSWKq4YuLcRVn-oA@rogers.com...
>
>
| |
| Stephanie Stowe 2004-10-28, 8:55 pm |
|
"Andrew" <dunggaze@yahoo.com> wrote in message
news:Q-6dnc5SeKeukB3cRVn-qg@rogers.com...
> Because I want the users to specify the records output to the Word
template,
> and click somewhere(a button) to be prompted download or display Word
format
> on webpage.
>
Does it have to be Word? Or just nice looking? My personal preference is to
let Word be a really nice desktop app, and use other things for client /
server and web apps. If it were me, I would use Crystal or Appligent's
StampPDF.
In theory, I can imaging you could create Word docs using automation,
perhaps within VB dll, on the server then push them down to the client or
provide a link to the completed doc. But I have no experience, so that is
the limit of what I will say. Sorry.
> "Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
> message news:OTWICDGvEHA.2016@TK2MSFTNGP15.phx.gbl...
>
>
| |
| Andrew 2004-10-30, 8:55 pm |
| Yes, you are on the right track. I was thinking about using mail merge
feature of Word.
"Stephanie Stowe" <NoSpam@IWishICould.com> wrote in message
news:%232Xz93SvEHA.2652@TK2MSFTNGP10.phx.gbl...
>
> "Andrew" <dunggaze@yahoo.com> wrote in message
> news:Q-6dnc5SeKeukB3cRVn-qg@rogers.com...
> template,
> format
>
>
> Does it have to be Word? Or just nice looking? My personal preference is
> to
> let Word be a really nice desktop app, and use other things for client /
> server and web apps. If it were me, I would use Crystal or Appligent's
> StampPDF.
>
> In theory, I can imaging you could create Word docs using automation,
> perhaps within VB dll, on the server then push them down to the client or
> provide a link to the completed doc. But I have no experience, so that is
> the limit of what I will say. Sorry.
>
>
>
|
|
|
|
|