cancel
Showing results for 
Search instead for 
Did you mean: 

Enable reference problem

Former Member
0 Kudos

Hi to all,

I'm trying to enable/disable a field depending on to another field (if field 'A' is null, field 'B' is disabled and vice versa). I have completed enable_ref attribute on GET_DEFINITION method of my UIBB form and it works at beginning but when I fill field 'A', field 'B' is enabled but without matchcode.

I have tried it changing disable attribute and other similar ones but I haven't gotten lucky to find a solution for this problem. Any suggestion / comment will be appreciated

Thanks in advance and best regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Finally, I have found a non-standard solution:

  • I have created a custom event, attached to field that determinate read-only attribute for the other field.
  • When field 'A' is filled, field 'B' change to non read-only at GET_DATA method.

I know it's not the best way to do that, but it's the only solution I have found for that problem.

Answers (0)