I’ve run into an oddity in newer Xojo where the SelCount is not set when a CellClick event occurs. I don’t ever remember running up against this in RS or earlier Xojo in this project.
Should SelCount be 0 on entry to the CellClick event (assuming no rows were previously selected), or should it be 1 since we’ve clicked the row?