FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Problem with Report class: Resolved!!!
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Problem with Report class: Resolved!!!
Posted: Thu Mar 17, 2011 10:35 PM
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:StartLine(), oInforme:EndLine(), oInforme:StartLine(), ;
oInforme:Say(1, 'Totale record: '+Tran(oInforme:nCounter, '@E 999,999'), 1),;
oInforme:EndLine() )


Any I dea ?
Best Regards, Saludos



Falconi Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: Problem with Report class: Resolved!!!
Posted: Thu Mar 17, 2011 10:54 PM

I found the solution
I need POSTEND command

Best Regards, Saludos



Falconi Silvio

Continue the discussion