Thank you for the hints... Incidentally, the SKIP command had no effect in my application, but I never knew it existed, so I'm glad it was mentioned.
I am thinking now that my solution will involve a variation of the SET_FOCUS, but since I might be pressing my speed button from any number of DB edit fields and the next field is dynamic, I will need to define a variable when I enter a DB edit field that defines the next field. So my command then is PROPERTY &vnextfield set_focus 'true' -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Javier Valencia Sent: Wednesday, October 2, 2013 3:23 PM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Tab Property? Have you tried the SKIP command? Also, if you know the next field and it has a component ID, you can use: PROPERTY vComponentID SETFOCUS 'TRUE' Javier, Javier Valencia, PE O: 913-829-0888 H: 913-397-9605 C: 913-915-3137 -----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!

