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:
- Code: Select all Expand view
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:
- Code: Select all Expand view
oReport:count()
FWH 2.6 SEP + BCC55 + xHarbour 0.99.61
Regards,
Richard