I'm a bit unclear about what you would like to happen. If a certain DBText component is blank, would you like your entire report blank except for the date? If so, you could simply set the detailband's visible property to False. If you want to replace the blank DBText with the date, you could toggle the visibility of the DBText and the SystemVariable in the DetailBand.BeforePrint event based on what the record is.
Comments
I'm a bit unclear about what you would like to happen. If a certain DBText
component is blank, would you like your entire report blank except for the
date? If so, you could simply set the detailband's visible property to
False. If you want to replace the blank DBText with the date, you could
toggle the visibility of the DBText and the SystemVariable in the
DetailBand.BeforePrint event based on what the record is.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com