Hi guys,
If lets say I have a new table, fields like : Name, Description, AllowEdit.
then I create a form for it.
I want when user change "AllowEdit" to Yes, then field description is editable, else is not. What should I do ?
I know we need to create a new class, and a copy paste from the new form -> Datasource -> table -> Fields -> AllowEdit -> Events -> OnModified then right click "Copy event handler method" to the new class. But shat should I wrote inside.
Kindly advice.
Thanks