Hi,
I have a gird with ReadOnly set to true. While I tried to copy data from one of the cells I accidently pressed ctrl+v (paste) and got the following error:
"Dataset is read-only"
That should never happen, if the grid is in ReadOnly mode it should block any attempts to change the content from user interactions.
Configurations : Window 10, Lazarus 2.0.10
Bug - Pasting into a cell while in readonly mode
Bug - Pasting into a cell while in readonly mode
- Attachments
-
- bug.png (47.29 KiB) Viewed 28711 times
Last edited by stoffman on Sat Apr 30, 2022 7:09 pm, edited 1 time in total.
Re: Bug - Pasting into a cell while in readonly mode
Hello,
I've tried with the example here and got a 'EDatabaseError' exception with the message:
I've tried with the example here and got a 'EDatabaseError' exception with the message:
Not exactly the same error you reported, but enough to add it to bugzilla (#2524).Dbf1 : Operation not allowed, dataset "Dbf1" is not in an edit or insert state.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |