Row count
Hello,
I have a problem with the row count.
I need to number the rows in a page, restarting from 1 in the next page.
In which event I reset the counter?
I tried on PageHeader_BeforeLayout and PageHeader_BeforePrint but the row count restart from second row.
Thanks.
I have a problem with the row count.
I need to number the rows in a page, restarting from 1 in the next page.
In which event I reset the counter?
I tried on PageHeader_BeforeLayout and PageHeader_BeforePrint but the row count restart from second row.
Thanks.
Comments
You need to do this in the databand.BeforePrint event:
this solution does not work if I have the databand with 'CanGrow = True'
Try AfterLayout event instead of BeforePrint.
Thanks
Thanks