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