Announcements
can Any one helpme, i want to make button for scan showup only if label2 have value 0, and if label2 have value 1 or higer its disable. only enable after toogle1 status on. i already searching but cant do it
Thanks befor
Hi @Anonymous
Set button visible property like below
If(Value(Label4.Text)=1, true,false)
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.
Hi Stanlinthere are one more condition so if value in label 0 and toogle in on position buton scan visible
if value in label 0 but toogle off invisible
Done, Thanks for Your help
Adding one more condition with this like
If( Value(Label4.Text) = 1 && Toggle1.Value = true, true, false )
Where it solved your request, Mark it as a Solution to enable other users to find it.
We appreciate it.
Thanks
Stalin
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 325 Most Valuable Professional
11manish 165
MS.Ragavendar 88 Super User 2026 Season 1