SubReport - Need to print title and summary - even when no records
Hi,
I can't seem to get a subreport to print when there are no records ... not
surprising I guess ! ... I've tried setting the DBPipeline SkipWhenNoRecords
to false but to no avail ... how do I do this ?
Andrew
I can't seem to get a subreport to print when there are no records ... not
surprising I guess ! ... I've tried setting the DBPipeline SkipWhenNoRecords
to false but to no avail ... how do I do this ?
Andrew
This discussion has been closed.
Comments
default. However, this is controllable with the
Subreport.Report.NoDataBehaviors proeprty. Go into the subreport workspace
in the designer and select the greyed out report icon in the upper left
corner of the workspace, between the rulers. This selects the child report
object. Then go to the object inspector and you should see the
NoDataBehaviors for this child report. Set it to ndBlankReport.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
TIA,
Paul
property in a custom dialog you'll create which is launched from the menu
item click. See the MergeMenu property of the designer in the RBuilder help
for more information on adding a menu item
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com