TSBrowse Which event to be used when user navigate row/col
Posted: Wed Jun 18, 2008 10:56 am
Dear freinds,
Whenever a user moves from one column to another column
OR
Whenever a user moves from one row to another row
I need to fire an event,
I should be able to understand the new Row, the new Col and should be
able to execute a function. I don't understand which event to be used.
I tried TsBrowse's bChange but unfortunately TBrowse:bChange will
fire only when the user moves from the current row to a new row, it
doesn't fire when the the user moves to another column of the same row.
I am using oBrw:nRowPos and oBrw:nCell to identify the Row number and column number. I don't knw why oBrw:nCol returning a wrong value
If anybody know any solution, please let me know.
Regards
Whenever a user moves from one column to another column
OR
Whenever a user moves from one row to another row
I need to fire an event,
I should be able to understand the new Row, the new Col and should be
able to execute a function. I don't understand which event to be used.
I tried TsBrowse's bChange but unfortunately TBrowse:bChange will
fire only when the user moves from the current row to a new row, it
doesn't fire when the the user moves to another column of the same row.
I am using oBrw:nRowPos and oBrw:nCell to identify the Row number and column number. I don't knw why oBrw:nCol returning a wrong value
If anybody know any solution, please let me know.
Regards