Page 1 of 1

How can I disable the group footer?

Posted: Wed Aug 16, 2006 4:42 am
by Kary
How can I disable the group footer?
If I set the enabled property:

GroupFooterBand1.Enabled = false;

It’s not working. On the report I see the fotter data.

How can I disable the group footer?

Posted: Wed Aug 16, 2006 5:23 am
by Edward
Kary wrote:How can I disable the group footer?
If I set the enabled property:

GroupFooterBand1.Enabled = false;

It’s not working. On the report I see the fotter data.
Yes it is the correct way to disabling GroupFooter Band.
Just write this code to OnBeforePrintEvent of GroupFooterBand1. It works.
Please send your report to Image for examination.
Thanks.

How can I disable the group footer?

Posted: Wed Aug 16, 2006 8:04 am
by Edward
Please provide us more detail information about your report.
Thanks.

How can I disable the group footer?

Posted: Wed Aug 16, 2006 10:30 am
by Kary
I sended the report to the Image

How can I disable the group footer?

Posted: Fri Aug 18, 2006 7:32 am
by Edward
Kary wrote:I sended the report to the Image
Problem solved.
Thank you.