I am using a checked listbox on a form. When the user checks or unchecks an item and then immediately clicks the save button, the underlying business object is not updated. I know why this happens and I assume there must be a simple way to address the issue. So what is it ?
TIA
Marcia
I have tested it over here and it saved fine. Please, could you give some more details? I populated my CheckedListBox with a BusinessObject filled with all rows. Then I bound the control to another BO field, set with the BindingProperty to SelectedValue. When I click any row at the CheckedListBox, the field is updated and Save works properly.
Maybe if you posted a sample with the issue, we could have a look.
Thanks for the quick response. I figured out what the problem was - it was the loose nut behind the keyboard
Thanks!
Got it... plese, if you've got some to spare, I am missing a couple myself!
Glad you got it working.
Have a great Sunday.