Listview image and text problem

Doesn’t work, sharing with you guiz AIA. INVENTORY.aia (141.8 KB)

This problem is for setting values on lists in a wrong way…

REPLACES like in the Image below

Its not working, its shows me with this result.

image

I’m not an expert, I’m sure I’m wrong, but I think the IF block does everything and then does the FOREACH. But at that point he still doesn’t have all the lists filled out. That’s why that mistake only comes up once and it doesn’t come up anymore. Because then the lists are all full.

To solve this I took the freach out of where it was and put the GetData procedure in its place.

And then in the GotColumn of SerialNumbers I put the Foreach there.
Doing it that way doesn’t make any errors.

1 Like

What you’re doing isn’t wrong, but it’s not necessary.
The values already come in a list format, so there’s no need to add the values to the list…
In fact, if you do it this way, you are forced to empty the variable, so that when you do it again it won’t be filled with more values.

Captura77

2 Likes

ooohhh… he gets more list from other part too

Just wondering, how come does it get 0 length on the list but then it displays on the listview with image.

Will check this later. :astonished:

Your totally right, i didn’t notice that

@pepocero @agc_softwares, Thank you so much for the help. This works fine

1 Like

I need some help again. How could i possibly put all column details at once on this listview with image.

You can create a new vertical arrangement and make it invisible, and display it only when you click on the ListView.
Inside you put a label or various labels with the information you want to show.
You get the data from the lists with the value “position”.

Something like this:
Captura8

Is that my only option? I wanted to show it instanly on the listview text and images.

Yes, you can show all the info you want in the same listview.
Adapt your blocks to something like this:

It’ll look like this:

With the JOIN block you can add as much info as you want

Oh no, I thought that will not work. Thanks again.

In fact you can put html and put color or bold fonts, etc.

1 Like

html
html2

Yes, familiar with it. HTML. Thank you so much.

1 Like

How could i apply this blocks to filter my list above project.

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