LIstView Selection display on TextBox

How to Display ListView Selected Row on Textbox

When listview click use selection index to get item from your list or lists to populate textboxes. Post a screenshot of how you set listview elements

Should i use this

maybe so

How do you create ListView ?


When ListView after picking, follow example

1 Like

Smthing this way,

2 Likes

Thank you very much It's working. Day by day I feel love programming at an App inventor :grin:

Thank you so much!

1 Like

The JOIN WITH SEPARATOR block can be used to build an Element from a table row in a single shot, without having to SELECT the columns one by one:

add items to list(global read, JOIN WITH SEPARATOR(item, ' | '))

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.