Text box must not be emply!

HI
image
what block do i use in the else ?
the text box 1 must be filled otherwise will not continue.
please photo for the blocks

thanks

Hello!

The ā€œelseā€ part is for you to code the statements that will happen if your TextBox is not empty. So far so good, you may continue!

1 Like

Thia is the place where you can write the code to connect the text box text( the purpose of textbox not to be empty)to next level

1 Like

thank u 4 reply
iā€™ve 4 of text boxes ,it did work on the 1st on but when i leave other boxes empty it goes to next screen


what iā€™m doing wrong !

Only if all 4 textboxes are empty, then you display 4 different notifiers at the sane timeā€¦

Use an if then elseif statement like this

If textbox 1 is empty
Then show notifier please enter textbox1
Else if textbox 2 is empty
Then show notifier please enter textbox2
Etc

Taifun

1 Like

thank U so much ,worked ā€¦

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.