I have a screen where certain fields will open a browse window to validate values that go into that field. When the browse window opens the user can choose the value with the the mouse or arrow keys, press enter and the browse window closes and the value appears in the field on the screen. The problem is that if the user presses the left mouse anywhere outside of the browse window, the browse window closes without any value placed in the field. I have the code set to close the browse window when the enter key is pressed. What code will keep the browse window active even if the left mouse is pressed outside the window, or somehow deactivate the left mouse?
Thanks
Thanks