How do I 'exit' a field?

Hi,
this may be a silly/simple question, but how do I ‘exit’ a field, i.e. the opposite of requestFocus??
I don’t specifically want to go to another field, just cause a pop-up on a field to go away
(I have an ‘onAction’ event attached to a combobox value list in a table view row which makes stuff happen when the user choose an item from the value list, but the value list stays ‘popped up’ whilst all this is going on and doesn’t disappear when it is finished…)
[databaseManager.saveData ( ); does not seem to do it, thought it might…]
Thanks
Rafi

Hi Rafi

At the end of your data change event, you can put the focus to some other field using the same method “elements.element_name.requestFocus();”.

Hope this will help.

This question is a 100% duplicate of the one here: viewtopic.php?f=22&t=19591

Please continue the thread over there.