From a49ac3740a3dee17ef30c8c0fea960043fa648d7 Mon Sep 17 00:00:00 2001 From: "Alexander S.Kresin" Date: Mon, 28 Jan 2002 10:43:46 +0000 Subject: [PATCH] 2002-01-28 13:50 UTC+0300 Alexander Kresin --- harbour/ChangeLog | 4 ++++ harbour/source/rdd/dbfntx/dbfntx1.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f38bd84041..12636ff17f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,10 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + + Added DateTime field + * Added more info on Alert message for Unknown type + * Modified ClipValue2SQL() to process empty strings + 2002-01-28 20:43 UTC+0100 Patrick Mast * contrib/mysql + Added CLEAN to make_b32.bat diff --git a/harbour/source/rdd/dbfntx/dbfntx1.c b/harbour/source/rdd/dbfntx/dbfntx1.c index b33d525246..a799006356 100644 --- a/harbour/source/rdd/dbfntx/dbfntx1.c +++ b/harbour/source/rdd/dbfntx/dbfntx1.c @@ -2342,7 +2342,7 @@ static ERRCODE ntxGoBottom( NTXAREAP pArea ) hb_ntxTagKeyRead( pTag, BTTM_RECORD, &lContinue ); SELF_GOTO( ( AREAP ) pArea, pTag->CurKeyInfo->Xtra ); } - return SELF_SKIPFILTER( ( AREAP ) pArea, 1 ); + return SELF_SKIPFILTER( ( AREAP ) pArea, -1 ); } static ERRCODE ntxGoTo( NTXAREAP pArea, ULONG ulRecNo )