Check if form has been submitted

E

Emad

The first time I open the form, I load some data into my main datasource
using code in the Form load event. The problem is that when the user opens
the submitted form, the code will load the data again which will result in
duplicate...

Is there an easy way to check if the form has already been submitted before?
I can do something like check the count of the child nodes but there must be
an easier and more reliable way to do this such as a built-in
"HasFormBeenSubmitted" function?

-Emad
 

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