Rao,
MANY Many thanks ... this is good function just i needd ..
There are many built-in features of xbrowse like incremental searches, filters, wild-seeks/filters which can be invoked just by setting some switches instead of writing code, just like we do not have to write any code for inline edits.
Please consider if you can use any of these features before planning to write your special code.
My plan was to SEEK the value from the GET byt i will try to use standard xbrowse seek and may be on that window of the footer oSeek object will be placed
May we also know the purpose of creating the dialog and get?
I have few problems with SEEKing
1- I dont like to click with mouse everytime the header of column where i want to seek value but to use cursor keys to move to other column and seek some value
2- I have problem with seeking on numeric columns
Test TESTXBR3.PRG, exclude fastedit and try seek on Salary column
If it is descending sort, SEEK DONT WORK at all
If it is ascending sort and for example we want to find valye 13200
When we
click digit "1" xbrowse is going to first (smallest valye) row
click digit "3" still on first row
click digit "2" still on first row
click digit "0" still on first row
click digit "0" NOW is going to row with Salary valye 13200
Probably BUG or i am missing something ...
Best regards,