Editform - Date/Time-Picker readonly = False
Posted: 22 Oct 2018
Hi Guys,
how can i change the readonly property via Javascript from an date/time-Field in the Edit-Form from readonly=true (Standard for all user) to "readonly=false" for Special users? To ident specific user is not a Problem. But if the field is Standard (property set in the Forms Designer Client) readonly=true i cant change it.
i tried:
fd.field("DateTimeTest").readonly(false);
without success (no error, nothing happened)
thanks in advanced
how can i change the readonly property via Javascript from an date/time-Field in the Edit-Form from readonly=true (Standard for all user) to "readonly=false" for Special users? To ident specific user is not a Problem. But if the field is Standard (property set in the Forms Designer Client) readonly=true i cant change it.
i tried:
fd.field("DateTimeTest").readonly(false);
without success (no error, nothing happened)
thanks in advanced