Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3866

If empty text field value doesn't work in my loop!

$
0
0

I have a button called Button1 in a pressed event
I want to check that the “prenom” field isn’t empty so I can continue the code, but it’s stuck, the loop continues even if I insert text and press the button again!

Do Until Prenom.Text = ""
  Prenom.tooltip ="You must enter something"
Loop

FileUploader1.StartUpload
Label1.Visible=False

6 posts - 4 participants

Read full topic


Viewing all articles
Browse latest Browse all 3866

Trending Articles