RishiKumar2210
Active Member
here is my Project DropBox Link Here I am using AS_TextField As ComboxBox.
Here It Shows DropDown Items 2 Times. What's Wrong with This?
B4X:
Dim l As List
l.Initialize
l.Add("Yes")
l.Add("No")
ispnr_active.SetItems(l)
ispnr_active.SelectedIndex = 0
ispnr_active.Refresh