I use the following in a validation routine and an [ENTER] key was pressed to go to the next field;
IF RBTI_FORM_COMPID = 'varbox' THEN
IF something = .notright THEN
PROPERTY varbox SET_FOCUS 'TRUE'
RETURN
ENDIF
ENDIF
The focus goes back to the varbox, but how do I get the RBTI_FORM_COMPID
to set back to varbox instead of nextvarbox.
Jack

