Hello there,
I have a checked list box which I am trying to save to my dataset. The last
tickbox I edit before saving, doesnt actually get saved to the underlying
binding source.
I have called endEdit on the binding source, but that doesnt seem to fix it.
The only thing that does is setting focus to another control before saving.
Does anyone know what could be causing this?
This code does work;
Me.bsUserAccess ByChannel.EndEd it()
Me.btnAddAll.Fo cus()
This code doesnt work;
Me.bsUserAccess ByChannel.EndEd it()
Any ideas would be much appreciated
Thank you
John Sheppard
I have a checked list box which I am trying to save to my dataset. The last
tickbox I edit before saving, doesnt actually get saved to the underlying
binding source.
I have called endEdit on the binding source, but that doesnt seem to fix it.
The only thing that does is setting focus to another control before saving.
Does anyone know what could be causing this?
This code does work;
Me.bsUserAccess ByChannel.EndEd it()
Me.btnAddAll.Fo cus()
This code doesnt work;
Me.bsUserAccess ByChannel.EndEd it()
Any ideas would be much appreciated
Thank you
John Sheppard