2002-05-01 11:12 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>

* source/rdd/workarea.c
     ! fixed bof flags in go bottom with no valid records
This commit is contained in:
Horacio Dario Roldan Kasimatis
2002-05-01 14:13:32 +00:00
parent ce5f15639b
commit 42c4ddf4e9

View File

@@ -204,9 +204,9 @@ ERRCODE hb_waSkipFilter( AREAP pArea, LONG lUpDown )
uiError = SELF_GOTO( pArea, 0 );
else if( lUpDown < 0 )
{
pArea->fEof = FALSE;
uiError = SELF_GOTOP( pArea );
pArea->fBof = TRUE;
pArea->fEof = FALSE;
}
else
{