2002-03-14 14:00 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
For example:
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
* source/rdd/dbfcdx/dbfcdx1.c
|
||||
+ added compatibility with Clipper 5.3 (FlexFile) memo headers
|
||||
bug reported by Walter Negro.
|
||||
|
||||
2002-03-16 19:31 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
|
||||
* source/rdd/dbfcdx/dbfcdx1.c
|
||||
! fixed bug with keys updating
|
||||
|
||||
@@ -308,7 +308,7 @@ static int hb_ntxTagFindCurrentKey( LPPAGEINFO pPage, LONG lBlock, LPKEYINFO pKe
|
||||
if( ( k == 0 && !lSeek && (ULONG)p->Xtra != pPage->TagParent->Owner->Owner->ulRecNo )
|
||||
|| ( lSeek && ntxIsRecBad( pPage->TagParent->Owner->Owner, p->Xtra ) ) )
|
||||
k = 1;
|
||||
if( k <= 0 )
|
||||
if( k <= 0 && pPage->CurKey < pPage->uiKeys )
|
||||
{
|
||||
pKey->Xtra = p->Xtra;
|
||||
pPage->TagParent->CurKeyInfo->Xtra = pKey->Xtra;
|
||||
|
||||
Reference in New Issue
Block a user