Snowsan,
To gain heaps more control over your browses, I first create a window to display them in. (Usinging DEFINE WINDOW....)
Then, I set up a procdure, called something linke BROWSEL (for Browes with selection), just before the brows, I add an ON KEY LABEL ENTER DO BROWSEL, or ON KEY LABEL LEFTMOUSE do BROWSEL
This allows me to control the brows with double click from Left mouse, a more natural way of selecting from browses then the Enter Key.
Then, when all is said and done, when you want the BROWSE to close, simply issue:
RELEASE WINDOW <windowname>, and it all goes away! This also allows you a nice, clean way to put titles (even dynamic titles) in your browse windows.
Hope this helps,
-Scott