David thank you for your solution. With it you can stay in the same column with blue colored fields.
Armin ----- Original Message ----- From: "David M. Blocker" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, August 21, 2004 4:13 PM Subject: [RBG7-L] - RE: Next row - Prev Row > Armin > > I haven't tested it, but I believe you could create an EEP something like > this for the NEXT row button > > -- FInd out column you are in when you hit the NEXT > --button > SET VAR fFieldID = .RBTI_FORM_COLNAME > -- Go to next row > PROPERTY TABLE <FormTableName> 'NEXT' > -- Go to the same field you were in > SKIP TO .fFieldID > > If the COmponent ID for the column is the same as the column name, you could > also use: > > PROPERTY SET_FOCUS .fFieldID 'TRUE' > > instead of SKIP TO > > I bet there's a GETPROPERTY command that would get the component ID of the > field instead of using the RBTI_COLUMN_NAME variable, but I don't see it in > my current RDOCS. Razzak or Alexei - is there such an animal? > > David Blocker > [EMAIL PROTECTED] > 781-784-1919 > Fax: 781-784-1860 > Cell: 339-206-0261 > ----- Original Message ----- > From: "ArminThoma" <[EMAIL PROTECTED]> > To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> > Sent: Saturday, August 21, 2004 9:05 AM > Subject: [RBG7-L] - RE: Next row - Prev Row > > > > Charles > > > > With [F8] and [F7] you can stay in the same column. And even the cursor > will > > stay at the same position if there same values. > > > > But > > PROPERTY TABLE <FormTableName> 'NEXT' as well as NEXTROW change to next > row > > without remaining in the same column! > > > > So its not the same behaviour. > > > > How could I reach this goal? > > > > Armin > > > > > > ----- Original Message ----- > > From: "Charles Parks" <[EMAIL PROTECTED]> > > To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> > > Sent: Friday, August 20, 2004 10:17 PM > > Subject: [RBG7-L] - RE: Next row - Prev Row > > > > > > These work the same as [F8] and [F7]. > > PROPERTY TABLE <FormTableName> 'NEXT' > > PROPERTY TABLE <FormTableName> 'PRIOR' > > > > > > ____ > > > > ____________________________ > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ArminThoma > > Posted At: Friday, August 20, 2004 1:02 PM > > Posted To: RB7-L > > Conversation: [RBG7-L] - Next row - Prev Row > > Subject: [RBG7-L] - Next row - Prev Row > > > > > > Hi everybody > > > > Within a scrolling region one can use [F7] and [F8] to move down or up. > > In the next row the cursor remains at same field, same position. If the > > field is blue, in the next row it will be blue , too. > > > > How could I reach exactly the same behaviour using a bit button's eep? > > But not only for one field, but for each possible field in the region. > > I know there could be used some property ....? My be this problem was > > already solved in the group. > > > > Any idea? > > > > Regards > > Armin > > > > > >
