In If statement I want to show that if that namesettings textbox is having username in it then it should open other screen else it should make a warning arrangement visible.
In If statement I want to show that if that namesettings textbox is having username in it then it should open other screen else it should make a warning arrangement visible.
Try something like that:
if is empty namesettings.text
Set WARNING.Visible to true
Set MenuBar.Visisble to false
else
open another screen screenName Certification
can u please give me code example