Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i want to set action on button when selected it will give me green otherwise white
Hi,
Declare a variable as vB1=1,
then
Select Button <-Background<-Color<-Base Color<-Calculated<-if(vB1=1,Green(),White()). and put it in all the tabs wherever you want to display.
Thanks
Hi, See the attached file