adspace
Can you have more than one content canvas view attached with
a window?
Answer Posted / kumar
Yes. Each window you create must have atleast one content
canvas view assigned to it. You can also create a window
that has manipulated content canvas view. At run time only
one of the content canvas views assign to a window is
displayed at a time.
| Is This Answer Correct ? | 5 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