Doesn’t work, sharing with you guiz AIA. INVENTORY.aia (141.8 KB)
Its not working, its shows me with this result.
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.
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.
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.
Your totally right, i didn’t notice that
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:
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.
Yes, familiar with it. HTML. Thank you so much.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.