Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
It may be basic question but I don't have enough time to discover this topic. I need your help.
I have a variable about gender(0.male 1.female). My issue is that; I don't want to show this variable as "list box". I want to create two buttons(Male&Female) which are associated with gender.
I hope it is clear, for better understanding please look attached image.
Thanks in advence
SEE ATACH DOCUMENT,
HOPE THAT HELP YOU
HI
Create a variable like vGender, and assign value as 0.
For Male,
in Button, action -> external - set variable
vGender
0
For Female
set 1 instead of 0
Hope it helps
Thanks for your reply. It helps me.
İt is valuable answer. Thank you