I have a form which allows text, combo, and check box values and settings to be amended by a user. The form's values are bound to a table.
On the form is a button to facilitate further processing on the data just entered. This second form queries the data from the table.
My problem is that in some cases, a user clicks the button before values on the first form have been committed to the database. Is there a simple way to force a commit of bound data to the database?
On the form is a button to facilitate further processing on the data just entered. This second form queries the data from the table.
My problem is that in some cases, a user clicks the button before values on the first form have been committed to the database. Is there a simple way to force a commit of bound data to the database?