Hello,
how can I start a find/search in ajax, when the user hits [return] after he’s written the search-text in a field?
At the moment the user must klick on a button to start the find, but this is not very comfortable:
VALUE U'onSearch'
**SAG DEFINE EXIT EVENT-onSearch
FIND FOO WITH BAR = #FOOBAR
MOVE X TO FX
MOVE Y TO FY
MOVE Z TO FZ
END-FIND
I’ve looked at some Doku, but could not find a solution.
Thank you very much for your helping hand!
cu,
Matthias