|
|
|
Re: disable button after press (Prevent multi click) [message #685719 is a reply to message #685713] |
Mon, 14 March 2022 07:58 |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
The problem with using globals like LF suggests is that there will always be some edge case scenario where the global is not reset correctly, so the user has to restart the form or application to re-enable the button.
In such cases it could be better to secure the called code from being executed twice, instead of fixing it in the front end.
But if your userstories are simple enough, it should definitely do the trick
|
|
|