Update form comboBox

Update form comboBox

Jos_Heruvent
Advocate Advocate
454 Views
2 Replies
Message 1 of 3

Update form comboBox

Jos_Heruvent
Advocate
Advocate

I have created a RadioGroup with 2 radio buttons.

If I select one of the buttons, a ComboBox needs to be disabled.

This works well, it is not that I have to press the Apply button first.

How do I turn off the Combobox without pressing the Apply button.

If I now select the particular button I can still change the Combobox and that is not the intention.

When I select the particular button, the ComboBox should be turned off immediately. How do I update that?

Jos_Heruvent_0-1619183147542.png

 

0 Likes
Accepted solutions (1)
455 Views
2 Replies
Replies (2)
Message 2 of 3

A.Acheson
Mentor
Mentor
Accepted solution

Because your in an internal iLogic rule each parameter change will trigger the rule if your seeing the parameter in blue in your logic editor. The apply button is a delay to this operation in order to manually check your data and to allow all data to be filled in without the rule triggering. 

if you want to remove this buffer, change the Apply to Done button. Rule runs immediately. 

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan
0 Likes
Message 3 of 3

Jos_Heruvent
Advocate
Advocate
Thanks for your reaction.
This works for me.
0 Likes