Hello everyone. So right now i want to make a loop to get all item selected. Im using map to pass the data into the server. So here is my code. Any idea ?
B4X:
Dim dpList As List
dpList.Initialize
Dim i As Map
i.Initialize
i.Put("ITEM_QTY", txtQte.Text)...