Hi
How can I have only one Boolean True
when I select
PropertyName_1 True then PropertyName_2 and PropertyName_3 will be False automatic
PropertyName_2 True then PropertyName_1 and PropertyName_3 will be False automatic
PropertyName_3 True then PropertyName_1 and PropertyName_2 will be False automatic
Regards
Sigster
How can I have only one Boolean True
when I select
PropertyName_1 True then PropertyName_2 and PropertyName_3 will be False automatic
PropertyName_2 True then PropertyName_1 and PropertyName_3 will be False automatic
PropertyName_3 True then PropertyName_1 and PropertyName_2 will be False automatic
B4X:
propbag.AddProperty_Boolean("Basic","PropertyName_1","Boolean Property True","Description Test Text",Null,True)
propbag.AddProperty_Boolean("Basic","PropertyName_2","Boolean Property True","Description Test Text",Null,False)
propbag.AddProperty_Boolean("Basic","PropertyName_3","Boolean Property True","Description Test Text",Null,False)
Regards
Sigster