I’m starting a methode for creating a new related record, displayed as list in a related tabpanel. The last function in the methode should be ‘.requestFocus()’ into the element on the tabpanel list, but it doesn’t work.
How can I set the cursor to a dataprovider element on a related tabpanel by methode?
The element ‘user_language’ on form ‘settings_list_tab’ belongs to the table ‘languages’. I display it in a related tabpanel on a record view form ‘settings_edit’ from table ‘settings’. On starting my methode from the form ‘settings_edit’ to create a related new record in the table ‘languages’, the mouse cursor don’t move to the dataprovider element ‘user_language’!