The Method _delete() in the DATABASE Class break the compatibility with previous version .
The problem is the skip() in
- Code: Select all Expand view
- if Set( _SET_DELETED )
::Skip( 1 )
if ::Eof()
::GoBottom()
endif
endif
Regards Maurizio
if Set( _SET_DELETED )
::Skip( 1 )
if ::Eof()
::GoBottom()
endif
endif
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 80 guests