Setting a report visible (or not)
Is there anyway to set a sub-report visiblility from rap code in that sub-
report? I need to do something like
Report.visible := Report.DataPipeline['AFieldName'] = 6
I am assembling multiple rtm's based on the user's choices so this code
can't be placed in the "parent" report.
Thanks,
Joanne
report? I need to do something like
Report.visible := Report.DataPipeline['AFieldName'] = 6
I am assembling multiple rtm's based on the user's choices so this code
can't be placed in the "parent" report.
Thanks,
Joanne
This discussion has been closed.
Comments
report's DetailBand.BeforePrint event. After that it is too late, so trying
to set it to not be visible will not work inside the subreport's events.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com