2002-01-31 08:40 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>

* source/rdd/dbf1.c
     ! fixed bug with flags in hb_dbfGoTo
This commit is contained in:
Horacio Dario Roldan Kasimatis
2002-02-01 23:55:16 +00:00
parent 9077830c9c
commit 99e0e2fe3d

View File

@@ -703,7 +703,9 @@ ERRCODE hb_dbfGoTo( DBFAREAP pArea, ULONG ulRecNo )
else /* Out of space */
{
pArea->ulRecNo = pArea->ulRecCount + 1;
pArea->fBof = pArea->fEof = pArea->fValidBuffer = TRUE;
/* pArea->fBof = pArea->fEof = pArea->fValidBuffer = TRUE; */
pArea->fBof = (pArea->ulRecCount == 0);
pArea->fEof = pArea->fValidBuffer = TRUE;
pArea->fPositioned = pArea->fDeleted = FALSE;
/* Clear buffer */