FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour TWeb CLASS emulation in HARBOURINO
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
TWeb CLASS emulation in HARBOURINO
Posted: Sat Nov 14, 2020 11:47 AM
Hello,
Yesterday there was another fascinating lecture.
Many thanks to everyone and especially to Richardo.

While watching the presentation, I got a good idea for 'Harbourino style'.
I have now reproduced the CLASS TApp with a HASH.
The method e.g. METHOD Get (cKey, uKey) is now a simple hash function: hb_HGet (<hTable>, <Key>) -> <Value>
Very easy to handle.

I wish you a great weekend.
Sincerely
Otto

Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: TWeb CLASS emulation in HARBOURINO
Posted: Sat Nov 14, 2020 04:50 PM

Continue the discussion