I would like to fully close a process when I have finished with it. What I find is that if I make a choice - from a menu - load a process and layout and then finish with it (exit) back to the menu and then take that choice again certain parts of the process are not run again. This is a problem as a file may have been updated and the process needs to get that change. A reporting Date for example. This works fine the first time around but when I go back?
The process needs to start fresh.
I have tried - B4XPages.ClosePage(Me) - and that closes the process but the underlying process remains.
Is there a way to kill the process without killing the application entirely.
The process needs to start fresh.
I have tried - B4XPages.ClosePage(Me) - and that closes the process but the underlying process remains.
Is there a way to kill the process without killing the application entirely.