M
mickshepherd
I'm using InfoPath 2003 connected to and Access Database.
I am able to submit data to the database using the default form
submission method. I would like to add a submit button to my custom
task pane and have it exeucute another function immediately before it
submits the data. Can this be done without having to to write a bunch
of ado submission code?
I've almost accomplished the goal by using the xdocument.submit
function. The only problem is that it doesn't give me an onsuccess or
onfailure message to tell if the submission went through.
Would appreciate any suggestions.
I am able to submit data to the database using the default form
submission method. I would like to add a submit button to my custom
task pane and have it exeucute another function immediately before it
submits the data. Can this be done without having to to write a bunch
of ado submission code?
I've almost accomplished the goal by using the xdocument.submit
function. The only problem is that it doesn't give me an onsuccess or
onfailure message to tell if the submission went through.
Would appreciate any suggestions.