suppose there are two textfields t1,t2 in form and we have
some value in textfield t1.now the question is that how can
we copy the value of the t1 to textfield t2?
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
50
Can u explain me the Restricted and unrestricted procedure
in Forms And reports and example as well ??
43
how to use buttons,check boxes in paper layout,paper design
and paper parameter form in oracle report developer 10g
50
if u develop report do u ask for anything from u r team leader
72
What is the difference between BPA AND Contract
What are documents and test cases u followed
hiding item in report how like that properly,thats manually
but at runtime i want to do
84
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
58
Can you convert a bit-mapped report to ASCII
(character-mode) Report ? How ?