So I continue work on my App and have it to the point where to all outward appearances it is working when I write a record containing image and image related comments as seen in the write screen capture. attached
When I issue a read for the same record I get a record not found message. I attached the search(Read) blocks I am using that generate the error message
I have the File properties in designer set to allow write and read and have tried every possible combination of leading slash(s) / (ie none, /, //, ///) in the write path.
The file path shown is generated as an output when the file is saved. I will try using the entire file path on the read and see if that gets it done. 2305 is the user entered file name the file contains the following elements Date, location, image and Notes. but the file path seems to only be picking up the image path?? You can see in the create photo blocks where I build the list to be written.
First of all thank you for the valuable tip on how to raise DOIT on all blocks. That is going to save a bunch of guessing and experimentation. Also Thank you for responding.
Per your request I have included a screen shot of the save image and notes routing with DOIT windows showing. As you will see when I right clicked on the Ad items to list list block I got a message regarding a Unbound variable???
Further to my earlier reply, If it will help I can send you the App as it stands so you can import is and see exactly what is happening and when.
Briefly using my new found skill at raising DOIT notes during the take a photo/write process I see that the list I build prior to writing the record is not being populated as expected. What I do not understand is why?