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
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