I have two events on a button... and I have the following code on screen2 for a button
Set(var1,true);
Navigate(Screen1, None)
//Set(var1,true) is to display something at the screen1
So when i click that button with those events, it will not display anything. But the navigate function works. Thanks for reading.