I'm trying to create an app where people can sell their products, however when saving, the images in the listview turn into text format just like in the image below. How can I change this?
Please help! I really need to get this done
I'm trying to create an app where people can sell their products, however when saving, the images in the listview turn into text format just like in the image below. How can I change this?
Please help! I really need to get this done
My guess is:
Yes I was able to set the listview to Main/Detail/Image in the designer.
I updated the program for the listview to only hold one photo. But now, the photo shows in all the slots and it doesn't save when closed. Is there a way to fix this and also save the photo in place?
Can't read your blocks.
In Blocks Editor, right click on white space and Download Blocks as Image. Upload that image here.
When you receive the list of items from cloud DB and fill the List View Elements, you are setting the image file in each element from the same place, instead of using the fourth item of the current loop item.
By the way, you are storing local file names, not base 64 text, so this is a single user app.
Keeping everything in a single cloud DB list value is not scalable.
You will need to figure out how to coordinate multi user updates.