how to enable and disable click able event in button
Hi @Ak.
Do you want to enable or disable button ?
If yes then you can do this by using Enabled property of button widget.
Regards
Krishnanand Pathak
Hi Ak
As i understood your requirement !!! you want to disable or Enable the button on the event/action?. In Enable property just assign the boolean var by that you can make it true or false for your requirement .. Hope this will help you!!
kind regards
Hi Ak,
you can achieve this one in a simple approach,
1) Take a local variable of boolean type and set its default value as "TRUE"
2)Add this variable to button enable property
3)Add onclick event to this button and under this action make this boolean variable value false.
Please find attached oml and demo link:
Ak (personal-xyog61l7.outsystemscloud.com)
Hope it helps you.
Thanks,
Ajit Kurane.
Hello AK,
If you want to control the enable and disable property of button then you can do it with the Boolean variable.
If you want to control the clickable icon, then you can control it using the by setting up the enable property of the link associated to it using Boolean variable.