Hello and thanks for taking the time to read this question, I hope you
can help!I have a LiveCycle ES 4 form connected to an excel database.
The form has buttons to "Add", "Update" or "Find" a record. These
buttons all work correctly EXCEPT when the server drive that has the
Excel file is not available. In this case I wanted to add code the "Add"
button informing the user that there is an error. I tried adding a
try/catch block before the SQL statement that inserts a record into
excel but even w...