DarrellBlack
02-16-2005, 08:39 PM
I have a screen that contains a form. The user is allow to answer using a mask but it is posible for the user to delete the placeholder infomation before hitting next. If the form is empty I want the message.dialog to popup and tell the user that the form cannot be blank. I have this part working. The problem is you can only check the form "on next" therefore you have already left the screen befoe the user gets the message. What is the best way to prevent the user from going to next if it is not filled in?
I tried:
If form is blank then
popup message
screen.jump back to screen (it will not jump back)
I tried:
If form is blank then
popup message
screen.jump back to screen (it will not jump back)