I need to find the current column in a browser.
I know I can get the current column by getting the handle, but that is on when you click on the column label.
DEFINE VARIABLE h-Column AS HANDLE NO-UNDO.
h-Column = br-test:CURRENT-COLUMN.
Is there a way of getting the current column that hte user clicked on, if they click on a row, instead of the label?
Thanks,
Jenifer
I know I can get the current column by getting the handle, but that is on when you click on the column label.
DEFINE VARIABLE h-Column AS HANDLE NO-UNDO.
h-Column = br-test:CURRENT-COLUMN.
Is there a way of getting the current column that hte user clicked on, if they click on a row, instead of the label?
Thanks,
Jenifer