Disable xbrowse search

Post Reply
User avatar
ctoas
Posts: 103
Joined: Wed Oct 26, 2005 2:38 pm
Location: São Paulo - Brasil
Contact:

Disable xbrowse search

Post by ctoas »

Hello friends

How to disable xbrowse search?

Thanks
Christiano Augusto Silveira
christiano.silveira@gmail.com

MaxxTech Soluções em TI
http://www.maxxtech.com.br
User avatar
FranciscoA
Posts: 1964
Joined: Fri Jul 18, 2008 1:24 am
Location: Chinandega, Nicaragua, C.A.

Re: Disable xbrowse search

Post by FranciscoA »

oBrw:Disable() ?
Francisco J. Alegría P.
Chinandega, Nicaragua.

Fwxh1204-MySql-TMySql
User avatar
ctoas
Posts: 103
Joined: Wed Oct 26, 2005 2:38 pm
Location: São Paulo - Brasil
Contact:

Re: Disable xbrowse search

Post 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.
Christiano Augusto Silveira
christiano.silveira@gmail.com

MaxxTech Soluções em TI
http://www.maxxtech.com.br
User avatar
ctoas
Posts: 103
Joined: Wed Oct 26, 2005 2:38 pm
Location: São Paulo - Brasil
Contact:

Re: Disable xbrowse search

Post by ctoas »

I don't think it's possible.

Thank you all
Christiano Augusto Silveira
christiano.silveira@gmail.com

MaxxTech Soluções em TI
http://www.maxxtech.com.br
User avatar
reinaldocrespo
Posts: 918
Joined: Thu Nov 17, 2005 5:49 pm
Location: Fort Lauderdale, FL

Re: Disable xbrowse search

Post by reinaldocrespo »

Perhaps you can change oBrw:bSeek to something like this:

Code: Select all

...
oBrw:bSeek := { |c| .F. }
...
 
Reinaldo.
User avatar
ctoas
Posts: 103
Joined: Wed Oct 26, 2005 2:38 pm
Location: São Paulo - Brasil
Contact:

Re: Disable xbrowse search

Post by ctoas »

Reinaldo.

Perfect, that was it.

Thanks :D :D :D
Christiano Augusto Silveira
christiano.silveira@gmail.com

MaxxTech Soluções em TI
http://www.maxxtech.com.br
Post Reply