I have a complex report here and i need to reset my record number after the group header change
like..
WhilePrintingRecords;
NumberVar counter;
if PreviousIsNull ({ado.iBarcode}) then
counter := 1
else if previous({ado.iBarcode}) <> {ado.iBarcode} then
counter := 1
else
counter := counter + 1
EmoticonEmoticon