- Code: Select all Expand view
if ::lShared
if ::IsRecLocked( ::RecNo() ) .or. ( lLocked := ::RecLock( ::RecNo() ) )
( ::nArea )->( DbDelete() )
if lLocked
::Commit()
::RecUnLock( ::RecNo() )
endif
if Set( _SET_DELETED )
::Skip( 1 )
if ::Eof()
::GoBottom()
endif
endif
else
MsgAlert( "DataBase in use", "Please try again" )
endif
else
( ::nArea )->( DbDelete() )
endif
¿Por que solo si esta compartido?
Tambien veo que se que se llama a MsgAlert y no se tiene en cuenta bNetError