I use oBRW:report() with XBROWSE for printing what i have in the browse. I note that if there are some records deleted, not visible in browse since i use SET DELETE ON, the oBRW:report() print a number of records equal to the number of total records of my dbf, including the deleted records. And the content of the records deleted is the same of the last logic record. Example:
rec. 1 "TEST"
rec. 2 "TEST2"
rec. 3 "TEST3" (deleted)
rec. 4 "TEST4" (deleted)
rec. 5 "TEST5"
in xbrowse i see regularly three row, with TEST , TEST2 and TEST5. Using oBRW:report() of my xbrowse, the result is:
TEST
TEST2
TEST5
TEST5 (?)
TEST5 (?)
I have to "pack" my dbf for working right the oBRW:report().
There is a bug or i can use something different work like SET DELETE ON or ... what?
Thank you.
FWH 8.04 + XHARBOUR 1.1.0