Hello friends
How to disable xbrowse search?
Thanks
Disable xbrowse search
Disable xbrowse search
Christiano Augusto Silveira
christiano.silveira@gmail.com
MaxxTech Soluções em TI
http://www.maxxtech.com.br
christiano.silveira@gmail.com
MaxxTech Soluções em TI
http://www.maxxtech.com.br
- FranciscoA
- Posts: 1964
- Joined: Fri Jul 18, 2008 1:24 am
- Location: Chinandega, Nicaragua, C.A.
Re: Disable xbrowse search
oBrw:Disable() ?
Francisco J. Alegría P.
Chinandega, Nicaragua.
Fwxh1204-MySql-TMySql
Chinandega, Nicaragua.
Fwxh1204-MySql-TMySql
Re: Disable xbrowse search
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.
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
christiano.silveira@gmail.com
MaxxTech Soluções em TI
http://www.maxxtech.com.br
Re: Disable xbrowse search
I don't think it's possible.
Thank you all
Thank you all
Christiano Augusto Silveira
christiano.silveira@gmail.com
MaxxTech Soluções em TI
http://www.maxxtech.com.br
christiano.silveira@gmail.com
MaxxTech Soluções em TI
http://www.maxxtech.com.br
- reinaldocrespo
- Posts: 918
- Joined: Thu Nov 17, 2005 5:49 pm
- Location: Fort Lauderdale, FL
Re: Disable xbrowse search
Perhaps you can change oBrw:bSeek to something like this:
Reinaldo.
Code: Select all
...
oBrw:bSeek := { |c| .F. }
...
Re: Disable xbrowse search
Reinaldo.
Perfect, that was it.
Thanks
Perfect, that was it.
Thanks
Christiano Augusto Silveira
christiano.silveira@gmail.com
MaxxTech Soluções em TI
http://www.maxxtech.com.br
christiano.silveira@gmail.com
MaxxTech Soluções em TI
http://www.maxxtech.com.br