RauchG Active Member Licensed User Longtime User Nov 8, 2021 #1 I have an app with two forms. When I have opened the second form and close it with the home button, the second form should also be opened when I reopen it. Could someone please help me here?
I have an app with two forms. When I have opened the second form and close it with the home button, the second form should also be opened when I reopen it. Could someone please help me here?
Erel B4X founder Staff member Licensed User Longtime User Nov 8, 2021 #2 You can handle Application_Foreground (or B4XPage_Foreground) event and switch to whichever page you like. Upvote 0
You can handle Application_Foreground (or B4XPage_Foreground) event and switch to whichever page you like.
RauchG Active Member Licensed User Longtime User Nov 8, 2021 #3 Erel said: You can handle Application_Foreground (or B4XPage_Foreground) event and switch to whichever page you like. Click to expand... Thank you for your prompt reply. Is "Private Sub Application_Foreground" correct on Main? B4X: Private Sub Application_Foreground Details.Show End Sub Upvote 0
Erel said: You can handle Application_Foreground (or B4XPage_Foreground) event and switch to whichever page you like. Click to expand... Thank you for your prompt reply. Is "Private Sub Application_Foreground" correct on Main? B4X: Private Sub Application_Foreground Details.Show End Sub