Crystal ReportsGeneral discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Crystal Reports section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I have a crystal report with an underlying dataset consisting of 2 tables namely 'reports' and 'organizations' .These tables have no links.
I retrieve the reportname column value from the 'reports' table and place it in the report header section. And I list the organizations in the details section.
When there are records available in the details section, reportname is showing correctly.
But the problem is, when there are no records in the details section, reportname is not displaying in the report header section.
dear friend:
I've just gone by ur theory & everything is ok with that.
if u have no link between 2 tables it means, u have no relation between them & if u had its NOT from Detail to master.
anyway, I suggest u to do
1. check ur Database Expert & check if u have any link.
2. drop detail table from report database
3. check dataset passing to report
i guess u might be done a bit mistake or ...