Title labels
I put labels on the Header band and sometimes it did not get showed up, I
think because my query has no record returned so the whole report is blank.
But I want the report title shows up whenever there is records returned from
the query, so I put the labels into the Title band, but still cannot get the
page title if the query has no record returned.
How should I do ?
think because my query has no record returned so the whole report is blank.
But I want the report title shows up whenever there is records returned from
the query, so I put the labels into the Title band, but still cannot get the
page title if the query has no record returned.
How should I do ?
This discussion has been closed.
Comments
Try setting the Report.NoDataBehaviors to ndBlankReport. By default this
property is set to ndBlank page which will remove all components from each
page when no data is encountered. This is a published property and can be
accessed from the Object Inspector in Delphi.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com