dc_save not called if enter is pressed in dc_find

How can I catch the keypress event for the Enter key and call manual the dc_save function?

set the onAction event of the element(s) to the dc_save function.

With the enter in search the onSearch method of the svy_nav_fr_main_base will be called. Do you want todo something before find?