adspace
Answer Posted / guest
It fires when a value in a field has been changed and the
field status is changed or new and the key has been
pressed. If the field status is valid then any further
change to the value in the field will not fire the
on-validate-field trigger.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement