FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour error on report class
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
error on report class
Posted: Sun May 01, 2011 06:34 PM
look this picture :



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:Say(1, 'Totale record: '+Tran(oInforme: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

Continue the discussion