Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Response.ContentType ??

Status
Not open for further replies.

bobbyr

Programmer
Nov 30, 2000
66
US
I have an ASP script that uses

Response.ContentType = "application/vnd.ms-excel"

to create a MS Excel spreadsheet from the ASP page. I was wondering if there is something similar that ColdFusion could use to create an MS Word document. I'm trying to pull data (a name and address) from a database and print a mailing address on an envelope. Sorta like a mail merge in Word. I'm open to other options, if anybody knows of a better way to do this (ie, Crystal Reports, etc.)

Thanks in advance,

Bobby R
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top