For the xBrowse column, there is a method for processing only a double click - :bLDClickData. How can I handle a single click on a column ?
For the xBrowse column, there is a method for processing only a double click - :bLDClickData. How can I handle a single click on a column ?
what would you like to do with the single click ?
The single click has a default behavior. How do you want to modify it ?
By a single click on a column, I need to perform certain actions
Do you mean at the column header ?
No, an any row on the column
Have you tried to use oBrw:bLClicked ?
oBrw:bLClicked doesn't give errors, but it doesn't do anything either
Everything works. Thanks, Antonio!!