i.e. in the transactions of an accounting app if the entries do not balance then inform the user and stay on the page.
I have read the help file
Optionally, the page change can be redirected or canceled by altering the value of the global [PageChangeName] variable.
The change page would be done by a Button (example: to go to the 'Main' page)
The PageChangeName variable doesn't contain the 'Main' and therefore, leaves the page.
I even set the variable to 'Main' and my app still leaves the page.
Any ideas of what I am misunderstanding?