Think about what you suggest. If you run the eep on the onEnter, then It would blaze through all of the fields in sequence.
If you fire it on the onClick it would take you to the next field without allowing you to enter/edit the field you clicked on. > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of Jim > Belisle > Sent: Wednesday, October 02, 2013 3:12 PM > To: RBASE-L Mailing List > Subject: [RBASE-L] - RE: Tab Property? > > Jeff, > > In the field EEP could you not just use the SETFOCUS property at the > end to send to the field you want? > Give the field you want to go to a component ID. > PROPERTY <comp ID> SETFOCUS 'TRUE' > > James Belisle > > Making Information Systems People Friendly Since 1990 > > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of > Richardson, Jeff > Sent: Wednesday, October 02, 2013 2:01 PM > To: RBASE-L Mailing List > Subject: [RBASE-L] - Tab Property? > > Hello. Does anyone know a Form PROPERTY command that will automatically > TAB to the next field/form control in the Tab Order list? For example, > I want to be focused in one database edit field and press a speed > button that performs a series of operations, and then have it advance > the focus to the next database edit field down the line without the > user actually needing to press the tab key on the keyboard. Thanks for > any thoughts!

