Help I used crystal reports to generate reports from a vb6 application. There is a main report and two subreports. When printing the reports, onyl the headings are printed. The details of the report aren't printing.
Printable View
Help I used crystal reports to generate reports from a vb6 application. There is a main report and two subreports. When printing the reports, onyl the headings are printed. The details of the report aren't printing.
Could you please add more details?
I have an agency application that allows the user to get reports from a menu selection as long as there is a open job. The report has one main report and two subreports. Information for the reports are in a access database. When the reports are printed, none of the information from the tables are printed. Report is blank, except for the headings generated through crystal reports.
if your selection return no record, you'll get a blank report (but headings and other static stuff).
It is 80% likely that your issue is that.
The selection the user make return no record!
Hi there,Quote:
Originally posted by mikki
Help I used crystal reports to generate reports from a vb6 application. There is a main report and two subreports. When printing the reports, onyl the headings are printed. The details of the report aren't printing.
I am a beginner, trying to use Crystal Reports. Can you please tell me, how could I open the Crystal Report from my VB 6 Program?
Thank you.
Rathi.J
You need to add the Crystal Report View to your application.
You do this by selecting the Projects from standard tool bar then click components from there scroll till you see Crystal Report Viewer, click there. That will place an icon on your tool bar to the left.