English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

in vb database programming, I creat a form for data entry, i am using microsot access database but my problem is how to creat a report in viusual basic 6
and give me solution how to link crystal report

2006-10-10 18:34:02 · 4 answers · asked by chandrakant k 1 in Computers & Internet Programming & Design

4 answers

Use Crystal reports. The standard report writing tool for VB.

2006-10-11 09:08:02 · answer #1 · answered by binaryFusion 5 · 0 0

though it has been long time since I had used vb still then I think I can give u some abstract tips. if u are using vb 6.0 follow up.
in the tool bar go to the project option and add environment. Then do the add command, add connection stuff. Add report to the project by going to project-add report. say in form 1 u have created a button called show report. in its click event write data report1.show where datareport1 is name of the report. go to the property of the report and mention the command and connection u have mentioned while creating the environment variable.. then in the report u can place labels whose property u can set by changing the datasource and datamember property. I dont have vb 6.0 installed in this pc else I could have been more specific. Still then I believe I have given u enough help to work with

2006-10-10 18:42:17 · answer #2 · answered by Bunty Rocks 2 · 0 0

in vb to create reports use data reports u will get it from by right clicking on Ur projects in projects windows go to Add option and data reports or u can use crystal report for that first u have to install the crystal report on Ur PC and in Ur projects u have to use its components u can also add crystal reports from code for reference read the crystal help file


i think this will gone help u

bye

2006-10-10 18:53:49 · answer #3 · answered by amit_shri05 2 · 0 0

http://www.crystalreportsbook.com/

2006-10-10 21:37:37 · answer #4 · answered by indianborntowin 2 · 0 0

fedest.com, questions and answers