I have a form with a bunch of bound text boxes. It works perfectly. I added a
new bound text box. This bound field was already in the dataset, except it
was not used. When I try to save the data, it clears the data in this new
field. It saves all the other textboxes that were there before. This is what
I found out, EndCurrentEdit clears the data. Before the app calls that line,
the data is there, but then after executing EndCurrentEdit, it clears the
data. I am not sure why. Any ideas? I created this new text box by copying
from the existing text box and changing the bound field name. Not sure what I
am doing wrong.
|