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
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