Hi,
On my first screen, I have a edit button and on the "OnSelect", I have it first setting a global variable (gblMode) to "Update" and then navigating to the 2nd screen.
On the 2nd screen, I have Label1 and on the "OnVisible", I have the following:
If (gblMode = "Update", Label1.Text = "Update", "Add")
However, the text on the Label is not changing, is my syntax correct ?
Thanks