Putting Focus back to a Browse Row

Hi
Progress V9.1d Chui on Windows

I have a Browser with lots of buttons underneath.
The user can scroll down the screen to select a specified row and the choose a button to do an action concerning that row.

How do I, after the button action has taken place, cause the focus to go back the row in the browser instead of hvaing the scroll keys cycling through the buttons.
 

jongpau

Member
Try something like this in the trigger of your button(s) :
Code:
APPLY ENTRY TO BROWSE <name of the browse>.
RETURN NO-APPLY.
If that does not help, try posting some of the code...
 
Top