Dear Thunkers,
I have a screen with 3 textbox includes: Name, birthday, Living address. I want user to type all textbox to
go to next screen. Please help.
Thanks all of you!
Dear Thunkers,
I have a screen with 3 textbox includes: Name, birthday, Living address. I want user to type all textbox to
go to next screen. Please help.
Thanks all of you!
In your “next screen” button first check that none of the fields are empty before you take the user to the next screen.
In you next button block you have to specify by IF control text box1 not empty similar kind of …