Hello, I have a button labled "Submit", but it is really an update click event (see below). When the user clicks the button and all of the required fields on the form are filled, I would like to popup a message to the user saying " Thank you for submitting your application" How can this be done in Adobe LiveCycle 8?
// Database control button >> update the current record with any changes.
xfa.sourceSet.WrkComp.update()
Thank you