B
brettn
I can get the selected column index from the displayed datasheet via the
screen.ActiveDatasheet.SelLeft property.
What I cannot seem to work out is how to get the column / field name that
corresponds to that index. It's based on the current view, so if the columns
have been re-ordered the underlying table will have a different column order.
I just need to get the name of the currently selected field column.
Any help appreciated.
Brett
screen.ActiveDatasheet.SelLeft property.
What I cannot seem to work out is how to get the column / field name that
corresponds to that index. It's based on the current view, so if the columns
have been re-ordered the underlying table will have a different column order.
I just need to get the name of the currently selected field column.
Any help appreciated.
Brett