The attached test app has a second page, pgeTest. After I check checkbox1 and tap Button1 to exit the page, if I revisit it, the checkbox1 is still shown checked.
What can I do to make sure that each time the page appears fresh, not left over from previous visit?
TIA
B4X:
Private Sub Button1_Click
B4XPages.ClosePage(Me)
End Sub
What can I do to make sure that each time the page appears fresh, not left over from previous visit?
TIA
Attachments
Last edited: