G GBarzaghi New Member Licensed User Longtime User Mar 30, 2013 #1 hallo at everyone I've got a problem. I need read the items in a customlistview. In my project I fill the customlistview with some items where are possible change it, after that I need save items in a db. how can I do it Thank you
hallo at everyone I've got a problem. I need read the items in a customlistview. In my project I fill the customlistview with some items where are possible change it, after that I need save items in a db. how can I do it Thank you
Erel B4X founder Staff member Licensed User Longtime User Mar 31, 2013 #2 clv.GetValue(n) returns the value assigned to the item in index n. You can iterate over all the values and add them to a database. Upvote 0
clv.GetValue(n) returns the value assigned to the item in index n. You can iterate over all the values and add them to a database.
G GBarzaghi New Member Licensed User Longtime User Apr 4, 2013 #3 thank Erel now i'm reading correctly value Upvote 0