Remembering/displaying last saved file

What I'm trying to do is have the user create the file, save the file and read the file (Which alll works perfectly fine), but then on screen.initilize, I want it to display the saved file in the TextBoxRead. At the moment it displays "com.google.appinventor.components.runtime.button" instead.

The AIA is:
App_FileScores.aia (5.3 KB)

File1 gives you the component's name not the saved file's name. Also if you wish your app to remember/display something on screen initialize you have to use tinyDB

1 Like