Click here to Skip to main content
15,882,063 members
Articles / Programming Languages / VBScript
Article

Create flexible and robust reports using VB's datareport utility

Rate me:
Please Sign up or sign in to vote.
3.62/5 (38 votes)
4 Nov 20012 min read 724K   20.4K   44   151
This application shows how to create flexible and robust reports using VB's data report utility.

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


Written By
Web Developer
Pakistan Pakistan
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

Comments and Discussions

 
Questionexecuting shell script from VB Pin
bhaskar.paul6-Apr-12 1:55
bhaskar.paul6-Apr-12 1:55 
QuestionPrinting two items from one filed next to each other Pin
denric18-Jun-11 20:27
denric18-Jun-11 20:27 
Generalrefresh datareport Pin
firosjas18-May-10 1:08
firosjas18-May-10 1:08 
Generalversions of visual basc and crystal report Pin
firosjas18-May-10 1:04
firosjas18-May-10 1:04 
Generaldata report refreshing Pin
firosjas18-May-10 1:02
firosjas18-May-10 1:02 
hi friend i have created datareport,but it take the fist data as default from the table ,even i update the or chage the value the dat report is showing the old data, but if reoen the program the new data is coming .... if any one can help me I will be very thankful to you...
GeneralReport by 1/2 band paper and creating pricelist like Pin
cherry michael18-Jan-10 15:57
cherry michael18-Jan-10 15:57 
GeneralMy vote of 2 Pin
subdeery3-Jul-09 6:17
subdeery3-Jul-09 6:17 
Questionhow to find data from report using VB6.0 Pin
linda_azrul18-Mar-09 14:44
linda_azrul18-Mar-09 14:44 
AnswerRe: how to find data from report using VB6.0 Pin
sowsri15-Aug-09 1:14
sowsri15-Aug-09 1:14 
QuestionExporting in HTML from MSHFLEXIGRID ON FORM Pin
Parag Raibagkar29-Dec-08 19:36
Parag Raibagkar29-Dec-08 19:36 
Generalhelp!!!! Pin
Xhanty8-Oct-08 6:26
Xhanty8-Oct-08 6:26 
GeneralData report Pin
Payal Tewari22-Jun-08 20:59
Payal Tewari22-Jun-08 20:59 
Questiondata report user selection Pin
shaktipunjabi200820-May-08 5:25
shaktipunjabi200820-May-08 5:25 
AnswerRe: data report user selection Pin
firosjas18-May-10 0:26
firosjas18-May-10 0:26 
Questionhow to generate report on user's selection or conditions Pin
kiarm24-Apr-08 1:30
kiarm24-Apr-08 1:30 
GeneralThe most challenging report i have ever come across Pin
nareshagarwal18-Dec-07 23:46
nareshagarwal18-Dec-07 23:46 
QuestionPrint forms, receipts and others reports Pin
nareshagarwal18-Dec-07 23:27
nareshagarwal18-Dec-07 23:27 
GeneralGenerating data report from two different database Pin
vickyVB15-Sep-07 22:50
vickyVB15-Sep-07 22:50 
QuestionHow to create data report base on user define entery Pin
Enyim7-Sep-07 1:02
Enyim7-Sep-07 1:02 
AnswerRe: How to create data report base on user define entery Pin
spidy22057-Jul-09 17:38
spidy22057-Jul-09 17:38 
Questionhow to create a report using vb as front end and access as backend? Pin
preci9-May-07 0:58
preci9-May-07 0:58 
Questionis this a joke? Pin
isyan1-May-07 14:49
isyan1-May-07 14:49 
AnswerRe: is this a joke? Pin
PIEBALDconsult1-May-07 15:12
mvePIEBALDconsult1-May-07 15:12 
GeneralData Environment !!! Pin
Dawyne7-Apr-07 2:33
Dawyne7-Apr-07 2:33 
Questionhow to bold and hight use in run time line on datareport Pin
trimurarisingh5-Mar-07 3:06
trimurarisingh5-Mar-07 3:06 

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

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.