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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user