Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Jos_Heruvent
420 Views, 2 Replies

Update form comboBox

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

 

A.Acheson
in reply to: Jos_Heruvent

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
Jos_Heruvent
in reply to: A.Acheson

Thanks for your reaction.
This works for me.