Hi
I want to count the number of rows in a page including group headings and footing and details, but i was unable to count by page
right now iam using the following formula to count my rows, but it is not counting by page..
whileprintingrecords;
global numbervar pg_hd_cnt = 0 ;
pg_hd_cnt:=pg_hd_cnt + 1;
pg_hd_cnt
i want it start from 1 if page changes....
Please help me
Thanks,
Krish...