Hello Experts,
I'm newbie in this language
I have a issue where I have a combo box that use a NoYesCombo enumeration, depends of value selected in the combo box
I will disable another field in the form
e.g If the combo box value is set to yes, the other field will be enable
e.g if the combo box value is set to no, the other field will be disabled
I will appreciate your help soon
Thanks for all
*This post is locked for comments
Hello,
you can add some logic in the active method in the datasource:
something like this:
purchLine_ds.object(fieldNum(PurchLine, ProjSalesCurrencyId)).allowEdit(NoYEscombo);
or you can add the same logic in the modifiedField method in the datasource.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,151 Super User 2024 Season 2
Martin Dráb 229,993 Most Valuable Professional
nmaenpaa 101,156