Results 1 to 2 of 2

Thread: Generating Reports in VB

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    5

    Generating Reports in VB

    I am using VB and want to generate some reports. Does VB6 come with a report writer.

    johnmess

  2. #2
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: Generating Reports in VB

    Originally posted by johnmess
    I am using VB and want to generate some reports. Does VB6 come with a report writer.

    johnmess
    VB6.0 Enterprise edition comes with a data reports tool. However I suggest using Crystal Reports as it is a much better tool.

    Another option which is really cool is generating reports in HTML format. There is no tool for this currently, you need to take those strings and put them in a text file.


    One more option is using the word object model to output the report to a Microsoft Word Document. This requires some knowledge of VBA and teh word object model.

    Cheers,
    Abhijit
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

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