Android Question [B4X] xCustomListView GetPanelByItemID

Alexander Stolte

Expert
Licensed User
Longtime User
Hello,

how i can set a ItemID (String or object) and from this i can get the right Panel. For Access a view. I fill my list with 2 databases and i cant Access the right Panel over the id from the database.

Greetings
 

Alexander Stolte

Expert
Licensed User
Longtime User
for example, i create my list and i can set a itemid or a Value and from this Value i can get the panel id for listview.getpanel(GetPanelByItemID ("c_456"))

the item id is for example content id and for seperating it i would set a "c_" and then i can find the right panel with "c_456", because in the Second database is a item with the same Content id for example
 
Upvote 0
Top