I have a form that is bound to an Employee object. I have a dependent rule that says if the IsSupervisor property = false that the SuperviorID must have a value.
The rule is the easy part, my problem is with the error provider. It's set on the employee binding source. In the form, I have a combo box (bound to a NVL) to populate supervisors. Because the combo is bound to a different object, the error provider won't register on the combo box which is where i want the error to display.
Anyone got a way around this?
Thanks,
Justin
Yes, that works like a charm, of course I only thought of that 10 seconds AFTER I submitted a stupid question
Thanks,
Justin
Copyright (c) Marimer LLC