2007-10-04 20:14 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rdd/dbf1.c
* ignore Sx_SetTrigger( TRIGGER_ENABLE ) when trigger function not set
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2007-10-04 20:14 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rdd/dbf1.c
|
||||
* ignore Sx_SetTrigger( TRIGGER_ENABLE ) when trigger function not set
|
||||
|
||||
2007-10-04 19:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rdd/dbffpt/dbffpt1.c
|
||||
! fixed memo pack when DBF record were not updated but only memo file
|
||||
|
||||
@@ -3332,7 +3332,7 @@ static ERRCODE hb_dbfInfo( DBFAREAP pArea, USHORT uiIndex, PHB_ITEM pItem )
|
||||
|
||||
case DBI_TRIGGER:
|
||||
if( HB_IS_LOGICAL( pItem ) )
|
||||
pArea->fTrigger = hb_itemGetL( pItem );
|
||||
pArea->fTrigger = pArea->pTriggerSym && hb_itemGetL( pItem );
|
||||
else
|
||||
{
|
||||
PHB_DYNS pTriggerSym = pArea->pTriggerSym;
|
||||
|
||||
Reference in New Issue
Block a user