Does not save data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I manually enter data into a bound textbox then point my cursor to my
Save button and press Save the data I just entered data does not save.
However if I move my cursor to another text box or grid on the form, after
entering the data, then press Save it saves properly.

Two questions:

1. Why doesn't it save when I directly envoke the save operation without
moving out of the textbox first?
2. Is there a workaround other than testing text_changed events or lost_focus?
 
Back
Top