if i want to change the functionality of a item in report
during runtime how like what do u write in when_button_pressed
130
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
112
please explain about oracle
6
How can we call a URL from a menu (Oracle Forms 6i)?
916
How would you determine the time zone under which a
database was operating?
100
i have all the Oracle Certification material from 1z0-001
to 1Z0-643, if required just drop me a mail to:
summi4you@yahoo.co.in
60
How do u print the data horizantally by using XML report?
EX:Suppose there is one table names as SAMPLE in that we
have only two columns say empno,ename.I want the output
like this,At run time user may enter 3 colums(i.e to data
print horizantally).
empno ename empno ename empno ename
100 aaa 101 bbb 102 ccc
103 ddd 104 eee 105 fff