EndEdit isnt working, why?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Sheppard

    EndEdit isnt working, why?

    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


Working...