Page 1 of 1

Disable xbrowse search

PostPosted: Mon Jan 27, 2020 10:37 pm
by ctoas
Hello friends

How to disable xbrowse search?

Thanks

Re: Disable xbrowse search

PostPosted: Mon Jan 27, 2020 10:41 pm
by FranciscoA
oBrw:Disable() ?

Re: Disable xbrowse search

PostPosted: Mon Jan 27, 2020 10:46 pm
by ctoas
No friend, xBrowse's internal incremental search.
My system has an incremental search in a GET that used a Listbox, when I changed it to xBrowse it generated confusion.

Re: Disable xbrowse search

PostPosted: Wed Jan 29, 2020 10:36 pm
by ctoas
I don't think it's possible.

Thank you all

Re: Disable xbrowse search

PostPosted: Wed Jan 29, 2020 11:03 pm
by reinaldocrespo
Perhaps you can change oBrw:bSeek to something like this:

Code: Select all  Expand view

...
oBrw:bSeek := { |c| .F. }
...
 


Reinaldo.

Re: Disable xbrowse search

PostPosted: Wed Jan 29, 2020 11:49 pm
by ctoas
Reinaldo.

Perfect, that was it.

Thanks :D :D :D