Hey everyone,
I have a form on the EMP table, with an input field containing the empno.
When I enter a (valid) empno, I'd like to fill all the information (ename, job, ...) automatically in the fields.
I read somewhere that I just have to write a query for every input field + a dynamic action that refreshes the whole region with the form when I change the value in empno.
Now is it possible to skip the query writing, and only use the ARF process?
Thanks in advance,
Jules