I don’t think it should be that complicated but I’m not managing to make it.
I’m trying to retrieve photos that I saved in a row to the local DB.
what is the way to do it?
I tried with different variables but nothing I tried has been working so far.
I would really appreciate your help.
thanks in advance!
Local dB is for text values only, I believe. Perhaps @actech or @Domhnall have more insight into how the LocalDB works. It’s basically a text based spreadsheet, right?
You could though, save the photo to a stored variable I think. Recall it that way.
I did mean for photos I taking as a user.
I’m creating a diary with the list viewer component in which a click on the item opens a page that needs to show - picture/record/note.
as you can see in the attached picture it did save the picture I took to the local DB and showed it in the list viewer.
if it saved and shown shouldn’t be a way to take it from the local DB that for sure saved it and show it on the picture page?
what am I missing here?
This is a bit surprising, because I made an example without problems.
You wrote that you can add a camera shot to the DataSource and show it in the Data Viewer List. If so, then you can take it and display it on the second screen.