Click here to Skip to main content
Click here to Skip to main content

Create flexible and robust reports using VB's datareport utility

By , 4 Nov 2001
 

Sample Image - datarep.jpg

Introduction

This project will show you how to create reports in VB using the data report utility. This utility is very easy to use and it only takes minutes to create flexible reports using this utility. For this project, I have used the biblio database that comes with VB6, so make sure that the biblio database is available on your machine in the directory where VB is installed. I have used data environment to connect to the database and the report fetches the records directly from the database (via data environment). I wanted to write a complete article about the usage of this utility but alas! the time is short. So, you will have to delve into the code yourself to see what's happening. On the main form, you will see the following four buttons:

  1. Show Report: This will display the report on the screen.
  2. Print Report: This will send the report to the printer, printer should be installed or you will get an error message saying that no printer was found.
  3. Export to HTML: This will export your report to HTML format, you can select the number of pages you want to be exported to HTML.
  4. Exit: You can exit the application by clicking this button.

You can drag the fields directly from the data environment on to your report. That's it!!!!

Creating the application

Here are the steps needed to create the project:

  1. Start a new VB project (EXE).
  2. Insert data environment and change its connection property to point towards the biblio database that comes with VB.
  3. Insert a command and point it towards the publishers table.
  4. Insert a child command and point it towards a title table.
  5. Add a data report utility from the project menu.
  6. Open the data environment and data report windows and place them side by side.
  7. To change the data report utility to better suit the data environment that was previously defined, first change the data report's datasource property to dataenvironment1 (you can change the name of the data environment) and its datamember property to publishers. Next, right click anywhere within the data report window and choose the retrieve structure option. Click yes.
  8. Change the format of the report according to your own needs.
  9. See the form's code to understand the functions that are needed to display, print and export the report to HTML format.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

S.S. Ahmed
Web Developer
Pakistan Pakistan
Member
S.S. Ahmed is a senior software engineer and works for a web and software development firm. Ahmed is a Microsoft Office SharePoint Server MVP. Ahmed specializes in creating database driven dynamic web sites. He has been creating customized SharePoint solutions for the last five years. Ahmed has worked in Visual Basic, Visual C, Java, ASP, .NET, SharePoint, InfoPath, BizTalk, etc. Ahmed enjoys travelling and has been to many parts of the world. Ahmed distributes most of his work freely to many internet sites. Ahmed also participates in different newsgroups and tries to help people out with their problems. Ahmed can be reached at share.point@yahoo.com
 
PEACE
 
S.S. Ahmed
Web: www.walisystems.com
Blog:www.sharepointblogs.com/ssa

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
Questionexecuting shell script from VBmemberbhaskar.paul6 Apr '12 - 1:55 
QuestionPrinting two items from one filed next to each othermemberdenric18 Jun '11 - 20:27 
Generalrefresh datareportmemberfirosjas18 May '10 - 1:08 
Generalversions of visual basc and crystal reportmemberfirosjas18 May '10 - 1:04 
Generaldata report refreshingmemberfirosjas18 May '10 - 1:02 
GeneralReport by 1/2 band paper and creating pricelist likemembercherry michael18 Jan '10 - 15:57 
GeneralMy vote of 2membersubdeery3 Jul '09 - 6:17 
Questionhow to find data from report using VB6.0memberlinda_azrul18 Mar '09 - 14:44 
AnswerRe: how to find data from report using VB6.0membersowsri15 Aug '09 - 1:14 
QuestionExporting in HTML from MSHFLEXIGRID ON FORMmemberParag Raibagkar29 Dec '08 - 19:36 
Generalhelp!!!!memberXhanty8 Oct '08 - 6:26 
GeneralData reportmemberPayal Tewari22 Jun '08 - 20:59 
Questiondata report user selectionmembershaktipunjabi200820 May '08 - 5:25 
AnswerRe: data report user selectionmemberfirosjas18 May '10 - 0:26 
Questionhow to generate report on user's selection or conditionsmemberkiarm24 Apr '08 - 1:30 
GeneralThe most challenging report i have ever come acrossmembernareshagarwal18 Dec '07 - 23:46 
QuestionPrint forms, receipts and others reportsmembernareshagarwal18 Dec '07 - 23:27 
GeneralGenerating data report from two different databasemembervickyVB15 Sep '07 - 22:50 
QuestionHow to create data report base on user define enterymemberEnyim7 Sep '07 - 1:02 
AnswerRe: How to create data report base on user define enterymemberspidy22057 Jul '09 - 17:38 
Questionhow to create a report using vb as front end and access as backend?memberpreci9 May '07 - 0:58 
Questionis this a joke?memberisyan1 May '07 - 14:49 
AnswerRe: is this a joke?memberPIEBALDconsult1 May '07 - 15:12 
GeneralData Environment !!!memberDawyne7 Apr '07 - 2:33 
Questionhow to bold and hight use in run time line on datareportmembertrimurarisingh5 Mar '07 - 3:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 5 Nov 2001
Article Copyright 2001 by S.S. Ahmed
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid