adspace
what is the difference between call_form, new_form and open_form?
Answer Posted / Vinod Kumar Dubey
Call_Form navigates to an existing form without activating it. New_Form creates a new instance of a form and displays it. Open_Form redisplays an already active form.
| Is This Answer Correct ? | 0 Yes | 0 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