FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Report Counter problem
Posts: 218
Joined: Fri Oct 07, 2005 01:55 AM
Report Counter problem
Posted: Thu Dec 07, 2006 09:42 AM
Hello

Report Counter record have problem.
Page 1 show Counter 58 records, but I view 59 records
Page 2 Show Counter 117 records, But I view 59 Records ...etc

Source code Below:
REPORT oReport                                 ;                  
   TITLE  cTL+REPL("ใ€€",10)+"Date:"+DAT +REPL("ใ€€",10)+      ;
          "Page: "+str(oReport:nPage,3)   LEFT           ;        
   HEADER (TNAME+" Employee")             ,;             
   " "            CENTER                               ;          
   FOOTER " ",;                                                   
          ("Counter:"+STR(oREPORT:nCOUNTER,5)+" Person")  CENTER ;   
   FONT oFont1,oFont2,oFont3                           ;          
   CAPTION "Employee"                   ;                     
   TO PRINTER


Problem is below:
oReport:count()


FWH 2.6 SEP + BCC55 + xHarbour 0.99.61

Regards,

Richard

Continue the discussion