FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour oBrowse:bSeek and TAB
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM

oBrowse:bSeek and TAB

Posted: Sat Aug 06, 2022 06:25 AM

hi,

when "TAB" (from other Control) into XBROWSE it will "activate Seek" but not bSeek Codeblock itself

how can i avoid "Seek" without type any Sign (a-z, 0-9) :?:

greeting,

Jimmy
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: oBrowse:bSeek and TAB

Posted: Sat Aug 06, 2022 12:18 PM

When XBrowse gets focus by whatever way, browse is refreshed and no seek is executed.
Seek is activated only by a kay-stroke and not in any other way.

Regards



G. N. Rao.

Hyderabad, India
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM

Re: oBrowse:bSeek and TAB

Posted: Sat Aug 06, 2022 08:09 PM
hi,

Thx for Answer.

just can say when press "TAB" to get to next TGET

when got to XBROWSE it "change" Display ...
have not figure out yet "what" is shown (only 1 Record)

p.s. still happens even when use
Code (fw): Select all Collapse
   oBrw:SetStyle( WS_TABSTOP, .F. )
greeting,

Jimmy
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: oBrowse:bSeek and TAB

Posted: Sun Aug 07, 2022 12:39 AM
when got to XBROWSE it "change" Display ...

When XBrowse receives focus, the browse is refreshed. That means, if there is any change in the data, the current data is displayed.
Regards



G. N. Rao.

Hyderabad, India

Continue the discussion