error on report class

Post Reply
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

error on report class

Post by Silvio »

look this picture :
Image


why it print only 4 records and on the total there are 8 records ?

the code :

ACTIVATE REPORT oInforme:oReport FOR ALLTRIM(UPPER(RU->RULOC))==ALLTRIM(cCom) ;
ON POSTEND oInforme:oReport:Say(1, 'Totale record: '+Tran(oInforme:oReport:nCounter, '@ 999,999'), 1)



this line is the filter I set on report I wanted print only the customers of specific city

FOR ALLTRIM(UPPER(RU->RULOC))==ALLTRIM(cCom)
Best Regards, Saludos

Falconi Silvio
Post Reply