is working a bit strange when used on read-only cells? I think it only prints the cells, but not the paint in the selection area?
t
Tim Edwards
05/17/2022, 6:05 PM
Yes, that's quite possible. I fixed something similar recently, where a function that does not modify the database was nevertheless failing when applied to a read-only cell.
Tim Edwards
05/17/2022, 6:06 PM
It's fallout from a change I made a while back that set the edit cell to NULL on read-only cells. It turns out that there are lot of places in the code where the edit cell is referenced when it shouldn't be.