In infopath2010 how to clear the text box value
-
sir iam using infopath2010 , i have designed the form and integrated in sharepoint , it is working fine when user entering the data and clicks on button it is storing but textboxes values are not clearing, how to clear the textbox values or what property i have to set ,can you help me
-
sir iam using infopath2010 , i have designed the form and integrated in sharepoint , it is working fine when user entering the data and clicks on button it is storing but textboxes values are not clearing, how to clear the textbox values or what property i have to set ,can you help me
InfoPath forms are not like WebForms. With the latter the data is posted but with the former it is the form itself that is posted. (Simplistic explaination)
No comment
-
sir iam using infopath2010 , i have designed the form and integrated in sharepoint , it is working fine when user entering the data and clicks on button it is storing but textboxes values are not clearing, how to clear the textbox values or what property i have to set ,can you help me
hi my dear. you can add 2 rule for button, first rule is "Submit Data" and second rule is set a field's value for your textbox (field) that u can set "" for your field.
-
hi my dear. you can add 2 rule for button, first rule is "Submit Data" and second rule is set a field's value for your textbox (field) that u can set "" for your field.
yes that,s true.