Skip to main content
Participating Frequently
August 26, 2008
Question

Is it posible? webform -> MSWORD > unique name

  • August 26, 2008
  • 1 reply
  • 238 views
We want to have a webform that on submit, the forms variables are saved as a MSWORD with a unique name in a shared fileserver.

Can this be done using cfdocument? If so does anyone have some basic code structure on how to code that action page?

Thanks!!
This topic has been closed for replies.

1 reply

Inspiring
August 26, 2008
quote:

Originally posted by: Grimmster
We want to have a webform that on submit, the forms variables are saved as a MSWORD with a unique name in a shared fileserver.

Can this be done using cfdocument? If so does anyone have some basic code structure on how to code that action page?

Thanks!!


The cfdocument tag only supports PDF and flash paper.

Take a look at chapter 27 of "Advanced Macromedia ColdFusion MX 7 Application Development" by Ben Forta for using MS Office with ColdFusion. I don't own the CF8 version of this book so I don't know if it also contains a chapter on Office.