manually submit

  • Thread starter Stephan Steiner
  • Start date
S

Stephan Steiner

Hi

I need to make a form offline capable. By default, the submit button sends
data to a database. Now, in case that submit fails because the database is
inaccessible (happens when the user fills out the form any place but at the
office), I'd like the form to be automatically saved.

Unlike the online/offline sample from the SDK, the computer does not have to
be marked as offline.. in fact it is likely that the network will be online,
but that the computer is just in the wrong network and that the DB server
cannot be reached. So, I'm wondering how I can make my "submit to SQL
database" manually and catch errors that a submission attempt might throw
(if the db host is not accessible there will be a communication error of
some sorts).

Regards
Stephan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top