Put your code in the onRowExit table level eep. PROPERTY logdt_item SET_FOCUS 'TRUE'
Then in the form designer, click on the Scrolling Region, then click on the Layout button, then click on Change Tab Order and be certain the fields in the Scrolling Region are in the proper sequence of Tab Order. Also, the fields have to have their TabStop Property enabled on the property page for the control. The above scenario works for me using the F8 key to move and the F2 key for insert row. ----- Original Message ----- From: "J BLAUSTEIN" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Monday, February 06, 2012 2:09 PM Subject: [RBASE-L] - Re: SET FOCUS : Dennis - I first try to used the code in the enter row and no change - I : created a button with a custom eep - newrow / skip to field and it work : - but is not what I want - I do not want the operator to have to press : the button- ?? : and On 2/6/2012 1:28 PM, Dennis McGrath wrote: : > : > The scrolling region is based on a table. : > : > In the On Row Entry eep of the table: : > : > SKIP TO firstfieldname : > : > Dennis McGrath : > : > Software Developer : > : > QMI Security Solutions : > : > 1661 Glenlake Ave : > : > Itasca IL 60143 : > : > 630-980-8461 : > : > [email protected] : > : > ------------------------------------------------------------------------ : > : > *From:* [email protected] [mailto:[email protected]] *On Behalf Of *J : > BLAUSTEIN : > *Sent:* Monday, February 06, 2012 12:09 PM : > *To:* RBASE-L Mailing List : > *Subject:* [RBASE-L] - Re: SET FOCUS : > : > Jan - the form has several fields - I fill in several and then I add a : > new row - I would like the form entry to begin in the first field : > On 2/6/2012 1:04 PM, jan johansen wrote: : > : > Ok. Scrolling region it is. I ran into this a long time ago. When you : > use a dbedit in a scrolling region and move to the next row, you : > aren't really leaving the dbedit. I had to write some code so that if : > I always entered a field from the left. Not sure if that's the issue : > or not. : > : > -----Original Message----- : > From: J BLAUSTEIN <[email protected]> <mailto:[email protected]> : > To: [email protected] <mailto:[email protected]> (RBASE-L Mailing : > List) : > Date: Mon, 06 Feb 2012 12:42:36 -0500 : > Subject: [RBASE-L] - Re: SET FOCUS : > : > So this sounds like a scrolling region that you are entering by : > using the F8 key. Is that correct? - *yes* : > Add an *on entry to row *eep with that code in it - *I have the : > code in after the form start *. : > : > Albert : > On 06/02/2012 10:10 AM, J BLAUSTEIN wrote: : > : > I am trying to have the form begin at the same point when I add a : > new row - I am using the below code - when I add in the middle of : > the form - the cursor is at the that point in the new row? : > PROPERTY 'logdt_item' SET_FOCUS 'TRUE' : > than : > : : : -- : : *J. Blaustein* : : *J Blaustein Associates, Inc.* : : * 12 Herrick Drive* : : * Lawrence, NY 11559* : : *516-371-3445 FAX 516-345-8009* : :

