controller.readonly code doesn’t seem to work in Servoy Version: 7.4.1 - build 2028
For example,
forms.rel_record_link_lst.controller.readOnly = false;
In debug client and in the smart client, the form (list view [locked] with label as “hyperlink” and field) remains grey:
http://screencast.com/t/5VgYObjrUbxx
(hyperlink grey and not clickable, field = greyed out)
Here’s the form in Servoy 6.0.10:
http://screencast.com/t/mz0p3I4jFj
(hyperlink = blue and clickable, field = “enabled”)