Thank you for the information, Razzak, but that didn't solve what I am trying to achieve.
For instance, I am looking at the form DBChkBoxInSR in the RRBYW18 database. In this example I want to click the check box and hit the down arrow to move rapidly to the next record. However, I find that I first need to either click on the "Tier" or the scrollbar first. I think I need a PROPERTY <component_id> SETFOCUS 'true' in the after the click of the checkbox, but the "Tier" doesn't seem to have a component name. If this is not possible, it's no big deal. I can adapt my behavior if the form is not adaptable itself. Thanks. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Friday, July 31, 2015 10:55 AM To: Richardson, Jeff <[email protected]> Subject: [RBASE-L] - Re: Focusing on the whole record in a scrollingregion At 09:52 AM 7/31/2015, Richardson, Jeff wrote: >Hello. Forgive me if this question has been asked before, but this is >my first attempt with scrolling regions... > >I know I can focus on a whole record (tier) by clicking on the row >inside a scrolling region (the focus is show with a dotted line around >the entire record). What eep command will make this programmatically >happen? I seem to be able to SETFOCUS to either the entire scrolling >region or to a field placed in the region, but not the actual tier. I >am trying to achieve this because I prefer to scroll with the up and >down arrows, and this seems to be achievable only when the entire row >or tier is clicked on first and focused. Jeff, Scrolling Region's "Selected Row" Color property controls the Highlighter color of selected row. Here's how ... Form Designer | Scrolling Region | Object Property | Colors | Selected Row This is where you will define the color for the whole record when focused. Programmatically, you can achieve the same goal by using the PROPERTY command as follows: PROPERTY <Component ID> SELECTEDCOLOR 'Value' RETURN Hope that helps! Very Best R:egards, Razzak www.rbase.com www.rbaseX.com www.facebook.com/rbase -- 32 years of continuous innovation! 17 Years of R:BASE Technologies, Inc. making R:BASE what it is today! --

