This week my users have asked why the behaviour of the forms in my apps has changed. When they submit a form, my code ends with a ResetForm(frmName) statement. The effect of this was to clear the form of data, which was a visual confirmation to the user that the form changes had been saved. The behaviour now seems to have changed so that the updated data remains in the form, and this is confusing my users who are not sure if their changes have been saved.
Has something changed in the behaviour of ResetForm() or in some related function to cause this?
Solved! Go to Solution.
Hi @biterbit ,
In your scenario, is the form in FormMode.New or FormMode.Edit?
Typically the fields in the form are only cleared when the form is in FormMode.New.
Hi @biterbit ,
In your scenario, is the form in FormMode.New or FormMode.Edit?
Typically the fields in the form are only cleared when the form is in FormMode.New.
@BCBuizer The forms are in Edit mode. If the behaviour has not changed then perhaps the users are just confusing the behaviour in New and Edit modes.
User | Count |
---|---|
260 | |
110 | |
98 | |
56 | |
40 |