I have a problem with Report class , the class write the total of records printed on grid of report instead I want move it down last line of grid .
look this picture
I have :
ACTIVATE REPORT oInforme:oReport ;
ON END ( oInforme:oReport:StartLine(), oInforme:oReport:EndLine(), oInforme:oReport:StartLine(), ;
oInforme:oReport:Say(1, 'Totale record: '+Tran(oInforme:oReport:nCounter, '@E 999,999'), 1),;
oInforme:oReport:EndLine() )
Any I dea ?