Hi,
This is My Code
This Is The Button_Click Event
Here I Want To Check The Selected Datas in Listbox are Exist In Database If Exist I Want To Print Msgbox(itemVariable&"Is Existing")
Can You Help Me?
jothis:sign0085:
This is My Code
B4X:
object1.New1(False)
object2.New1(False)
object1.FromControl("Listbox1")
object2.Value=obj1.GetProperty("SelectedItems")
a=object2.GetProperty("Count")
For i = 0 To a - 1
Msgbox(obj2.GetProperty2("Item",i))
Next
Here I Want To Check The Selected Datas in Listbox are Exist In Database If Exist I Want To Print Msgbox(itemVariable&"Is Existing")
Can You Help Me?
jothis:sign0085:
Last edited: