I'm working on a Web password change screen where I have 3 controls, old password, new password & confirm. When the user leaves the old password control if the entered password is incorrect, how do I keep him in that same control? Procedure_Return 1 in DF/VDF used to do it but obviously not here. I tried sending activate to the object but that did nothing. If there's no way to do it I guess I'd need to wait until all are filled in and the user clicks a button.