How to focus cursor after Popup LOV item selected?
I have a Popup LOV on a text item that works just fine. Once the user has clicked on the proper record, the return value is displayed in the text field, great.
I would like to fire an event (process) after the return value has been returned to the field from the LOV. I have tried the onBlur and onChange events on the HTML Form Element Attribute, but have found that the cursor focus does not come back to the text field after the selection is made from the LOV list. Is there a way to force the focus to return to the text item OR another way to fire a process after the record is selected from the LOV?
Any help would be greatly appreciated!
Thanks, Todd