HI,
I have made a simple program for diary moods.
I am saving data on TinyDB and then I want to write it on text file and export it. However when I run the app I get error 908 and when I press export button (actual write to file) I get 2103 error. I have searched between many post but I have not found a solution. I dont know if this bug or it something I am doing.
Where you are writing the file - to your ASD, you should not need any permissions, so none of the permissions blocks are necessary.
Confirm that you have Filescope set to App ?
Also, why save to a file ? The data is safely stored in your tinydb.
Filescope is set to app.
I wat to export data. How esle I can export if not into a file?
By the way data is safely stored in TInyDB and I can retrive it.
Also remove the forward slash from your filename.
You just export data as ... data? All depends on what you will do with it next.
I have removed it but still doesn't save. I dont get any error but It doesn't save either. Buy the way how can I save in Download folder is it only to write "/Download/" .That doesnt work either.
Set file scope to Legacy and use filename /Download/myFilename.txt
Taifun
Hi Taifun,
thank you for the tips, It finally worked. I have to say that I tried that before as well and at that time it didn't work, but now it does.
Summary solution:
IN designer page, mark the file object and in the left side in the menu choose legacy. If you are going to read and write out side of app folder mark permission , read and write.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.