InteractiveChange Method
Object:frmChangePassword.txtOldPassword
Expand/Collapse source code of procedure txtOldPassword.InteractiveChange Source Code
LOCAL llEnabled

llEnabled = (ALLT(thisform.cOldPassword) == ALLT(this.Value)) 
thisform.txtNewPassword.Enabled = llEnabled
thisform.txtConfirm.Enabled = llEnabled