Thanks Razzak. I thought that was the way to go and it worked very well. I now want to know what command I will use to do the following:
When I first enter the form, I want to get the information from specific fields (Model & Pieces) from the detail section and put them into variables. The purpose is to add them to a note field on the Header. The final results will be like this: SB16-1, 8J2GW-2 etc. I realize I will have to change the pieces from Integer to text. What commands would I need for this? Jim -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Tuesday, November 17, 2009 10:16 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: GO TO SECOND TABLE At 10:19 AM 11/17/2009, Jim Belisle wrote: >My goal is to force the entry person to go to the detail section >immediately, then go back to the Header once done with housekeeping. Here's how: PROPERTY <UniqueComponentID> SET_FOCUS 'TRUE' RETURN will switch the focus to the appropriate control associated with the corresponding table. You may also use "SKIP TO fieldname" option, if you wish. SKIP TO fieldname specifies the field to which you want to skip, either forward or backward through the field order, where fieldname is the column or variable name associated with a field. If the second table happens to be "DB Grid" or "Scrolling Region", you may assign a unique Component ID and then use the SET_FOCUS property to switch the focus to the appropriate table. That should give you a few options to handle your request accordingly! Very Best R:egards, Razzak.

