FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour DATABASE class in the new FW Version
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
DATABASE class in the new FW Version
Posted: Fri Mar 20, 2009 11:31 AM
Hello Antonio
The Method _delete() in the DATABASE Class break the compatibility with previous version .
The problem is the skip() in
Code (fw): Select all Collapse
 if Set( _SET_DELETED )
               ::Skip( 1 )
               if ::Eof()
                  ::GoBottom()
               endif
            endif


Regards Maurizio
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: DATABASE class in the new FW Version
Posted: Fri Mar 20, 2009 04:41 PM

Hello James,

as far as I understand TData – although it inherits from the FW database – has it’s own :delete method.
Is this right?

Thanks in advance.
Otto

Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: DATABASE class in the new FW Version
Posted: Sat Mar 21, 2009 01:56 AM

Otto,

Yes, TData has its own Delete method.

Maurizio,

What is the negative effect the change is having?

Regards,
James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion