Click to See Complete Forum and Search --> : Generate a word file from browser.


George2
April 29th, 2003, 10:00 PM
Hi, everyone!


I want to generate a Word file from a browser. The data which is going to be filled in Word file is in a database table. I just do not know how to generate a word file to download and fill in the data in the Word file.

Are there some samples that I can refer?


regards,
George

hellomadhu
April 30th, 2003, 12:47 AM
try using the microsoft word object library.

George2
April 30th, 2003, 12:58 AM
Thanks, hellomadhu buddy!

I have found some descripion on the site
"http://msdn.microsoft.com/library/default.asp?url=/library/en-us/modcore/html/deovrMicrosoftWord2000.asp".

But there are not enough sample codes there. Where can I find
some samples and tutorials about this topic?


regards,
George
Originally posted by hellomadhu
try using the microsoft word object library.

hellomadhu
April 30th, 2003, 01:18 AM
http://www.harpercollege.edu/bus-ss/cis/280/jkiener/lab10.htm

but u will be able to create the document in the server machine only. may be what u can do is to create the document on the server and allow the user to download it.

George2
May 1st, 2003, 08:39 PM
Thanks, hellomadhu buddy!

George
Originally posted by hellomadhu
http://www.harpercollege.edu/bus-ss/cis/280/jkiener/lab10.htm

but u will be able to create the document in the server machine only. may be what u can do is to create the document on the server and allow the user to download it.