2001-06-19 14:10 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2001-06-19 10:12:20 +00:00
parent f91dd188aa
commit 4ec5e26b58
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-06-19 14:10 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
* source/rdd/dbcmd.c
* OrdListAdd() fixed due to previous ntxOrderListFocus() correction
2001-06-18 22:50 UTC+1 JFL (mafact) <jfl@mafact.com>
* harbour/source/vm/Classe.c
* Hb_ClsScope() neutralised till after 0.37

View File

@@ -2489,7 +2489,7 @@ HB_FUNC( ORDLISTADD )
return;
}
SELF_ORDLSTADD( ( AREAP ) s_pCurrArea->pArea, &pOrderInfo );
hb_itemRelease( pOrderInfo.itmResult );
if ( bFirst ) /* set as controlling order and go top */
{
pOrderInfo.itmOrder = hb_itemPutNI( NULL, 1 );
@@ -2497,6 +2497,7 @@ HB_FUNC( ORDLISTADD )
hb_itemRelease( pOrderInfo.itmOrder );
SELF_GOTOP( ( AREAP ) s_pCurrArea->pArea );
}
hb_itemRelease( pOrderInfo.itmResult );
}
else
hb_errRT_DBCMD( EG_NOTABLE, EDBCMD_NOTABLE, NULL, "ORDLISTADD" );