Hi, is there a way to disable the save button after clicking on it?
I have a Memory form with the normal save & cancel buttons. When save is clicked I do some validations(ValidateAllStart). Then at (ValidateAllEnd) embed I add a record to a table, after adding I give the user a popup to show the record have been added.
What happens now is the user click once, then after a second nothing happened, then clicks again, and again ... then the record get added more than once. The problem is their network/internet is very slow.
Is there a way to disable or even hide the save button after the first click?
Or any other suggestions to fix my problem?