There is a bug in the new SetFilter method. It is missing ::nArea. It should be:
- Code: Select all Expand view
METHOD SetFilter( cFilter ) CLASS TDataBase
(::nArea)->(DbSetFilter( Compile( cFilter ), cFilter ) )
return nil
Regards,
James
METHOD SetFilter( cFilter ) CLASS TDataBase
(::nArea)->(DbSetFilter( Compile( cFilter ), cFilter ) )
return nil
METHOD RecLock( nRecNo ) CLASS TDataBase
DEFAULT nRecNo := ::RecNo()
return ( ::nArea )->( DbrLock( nRecNo ) )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 87 guests