Tried the Recalc Var . The watch shows the correct RBTI_FORM_COMPID on  varbox 
until the return, then it seems to process the enter key for the 
RBTI_FORM_COMPID to nextvarbox, but the focus is really on varbox.

 

From: [email protected] [mailto:[email protected]] On Behalf Of Emmitt Dove
Sent: Friday, January 15, 2010 4:27 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: RBTI_FORM_COMPID

 

Jack,

Try a RECALC VAR right after the SETFOCUS TRUE.




-- Sent from my Palm Prē

 

________________________________

Jack Mathis wrote:

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

Reply via email to