adspace
Answer Posted / guest
A content view is the "Base" view that occupies the entire
content pane of the window in which it is displayed.
A stacked view differs from a content canvas view in
that it is not the base view for the window to which it is
assigned
| Is This Answer Correct ? | 0 Yes | 3 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