CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    George2 is offline Elite Member Power Poster
    Join Date
    Oct 2002
    Posts
    4,468

    Unhappy Generate a word file from browser.

    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

  2. #2
    Join Date
    Jan 2001
    Location
    India
    Posts
    228
    try using the microsoft word object library.
    regards
    madhu

  3. #3
    George2 is offline Elite Member Power Poster
    Join Date
    Oct 2002
    Posts
    4,468

    Unhappy

    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.

  4. #4
    Join Date
    Jan 2001
    Location
    India
    Posts
    228

    try this link

    http://www.harpercollege.edu/bus-ss/...ener/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.
    Last edited by hellomadhu; April 30th, 2003 at 01:34 AM.
    regards
    madhu

  5. #5
    George2 is offline Elite Member Power Poster
    Join Date
    Oct 2002
    Posts
    4,468

    Talking Re: try this link

    Thanks, hellomadhu buddy!

    George
    Originally posted by hellomadhu
    http://www.harpercollege.edu/bus-ss/...ener/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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured