Item column is 0.
Cell column is 3.
Click on the Cell: the cell is highlighted.
Click on Column 0 of the same row: Both cells are now highlighted.
Using a loop to find the Selected column, column 0 is NOT selected.
Therefore, when a test for which form to use for editing, the wrong form is displayed.
In fact, the Cell of column 3 becomes active.
This is a bug.
I have worked around it by using a loop to clear all column selections and then setting Selected for the cell myself.
Raymond
Comments