M
mcampbell
I have a form that submits data to a database. For control purposes, I have
disabled the Submit and Print functions from the Toolbar. To compensate for
this, I created a button control that submits and prints the form. It will
submit the data to the database and print the form on their local printer.
This "Submit and Print Form" button is disabled until all required fields are
filled out. The "Submit and Print Form" button is working perfectly.
However, I would like to improve it just a little and hope someone can help.
The one feature that I like about the "Submit" button on the Toolbar is the
fact that you can set it to alert you with a popup message that the data was
submitted to the database with "Success" or "Failure". Can someone provide
me the code to add to my "Submit and Print Form" button to perform the same
fuction as the "Submit" button on the Toolbar in regards to checking/verify
data submitted to the database succeeded or failed as well as showing a popup
message that alerts the users if it succeeded or failed?
Thanks!
disabled the Submit and Print functions from the Toolbar. To compensate for
this, I created a button control that submits and prints the form. It will
submit the data to the database and print the form on their local printer.
This "Submit and Print Form" button is disabled until all required fields are
filled out. The "Submit and Print Form" button is working perfectly.
However, I would like to improve it just a little and hope someone can help.
The one feature that I like about the "Submit" button on the Toolbar is the
fact that you can set it to alert you with a popup message that the data was
submitted to the database with "Success" or "Failure". Can someone provide
me the code to add to my "Submit and Print Form" button to perform the same
fuction as the "Submit" button on the Toolbar in regards to checking/verify
data submitted to the database succeeded or failed as well as showing a popup
message that alerts the users if it succeeded or failed?
Thanks!