One way to do this is by enhancing the feeder class of that UIBB (create a sub-class that you assign in the FPM configuration instead of the original feeder class). In the GET_DATA method of the child, first, call the super (meaning the GET_DATA of the original class). Then, write code to control whether the dependent field is read-only or editable.
↧