Hi,
I have a problem with counting records, I want to keep increasing the value within a group even after new page. I've tried the WhilePrintingRecords function but that one resets the value for every new page.
This is what I use now.
(In details)
{@Nr}
WhilePrintingRecords;
NumberVar Count;
Count := Count + 1;
(In group header)
{@NrReset}
WhilePrintingRecords;
NumberVar Count := 0;
Any help is most appriciated.
/itteknik
I have a problem with counting records, I want to keep increasing the value within a group even after new page. I've tried the WhilePrintingRecords function but that one resets the value for every new page.
This is what I use now.
(In details)
{@Nr}
WhilePrintingRecords;
NumberVar Count;
Count := Count + 1;
(In group header)
{@NrReset}
WhilePrintingRecords;
NumberVar Count := 0;
Any help is most appriciated.
/itteknik