Hi everyone I got a litle problem with the add button function
Basicaly I just want to add a confirmation box before executing any piece of code
so I added this to OnBefore event of my button
return confirm("Are you sure ... blah blah blah");
It's working fine except when I click cancel the button stay disabled, any idea how I can prevent that ?