Is There a way to Count the Number of Rows on the page and the Databand?
Thanks in advance
hello,
declare a variable ligna for example of type integer. initialize ligna to 0 in the Page1OnBeforePrint event. and increment ligna in the MasterData1OnBeforePrint event.
like that on every page ligna starts with 1.
Thanks
Comments
hello,
declare a variable ligna for example of type integer. initialize ligna to 0 in the Page1OnBeforePrint event. and increment ligna in the MasterData1OnBeforePrint event.
like that on every page ligna starts with 1.
Thanks