Hey,
I have a five text boxes. And these text boxes have data entered by user. How can i take all these data to another textbox in next screen?
Pass them as a list with the OPEN ANOTHER SCREEN WITH VALUE or store them in TinyDB and get the values in the next screen.
1 Like
Thank you.
i have already stored the name of the user as they enter it in the first screen under start value.
Can i store more than one items in start value?
and on the other screen
For your application:
2 Likes
you might want to read tip 1…
Taifun
1 Like
Like I said before, store all the values you need to pass in a list.
2 Likes