A workaround could be to leave the forms readonly property set to false and set the editable property of the individual controls to false. I think that does what you want.
Omar, yes thanks.
I am already testing with this.
In the past I already put this on the forum and Johan answered it.
if you set readonly on the controller then you make the controller readonly (controller being record/table/listview)
problem is that record view readonly is the same thing as making all elements readonly, because thats the only way to do it
list/table are different they have a separate edit flag (the controller itself must first go into edit then a field can go into ‘edit’ (you can access it that it is again in readonly is an other thing))
and if you set a list/table in readonly that first step is just not allowed so you can never access the fields component to select/copy from it.
Ok sorry about that, I am not sure I understand though. Your post was from 5 days ago and was between the unanswered posts. Why isn’t Johans answer in the thread?