FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper More on browsing.
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
More on browsing.
Posted: Fri May 30, 2008 03:41 PM

Antonio:

How do I setup a TBrowse that passes control to a user defined routine until the user presses a key ? I set up this in Clipper via a Tbrowse in the following way: if the user presses Ins goes to add a new record, Enter goes into Edit mode, etc. Finally when the user presses Esc exits the TBrowse. Typing the key or part of the key the TBrowse does an incremental lookup while the user type.

Which type of TBrowse (best functionality/speed) do you recommend for this task ?

Thank you in advance. :)

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: More on browsing.
Posted: Fri May 30, 2008 04:00 PM
oBrw:bKeyDown = { | nKey | YourFunction( nKey ) }


EMG

Continue the discussion