Explain how can you use the same lov for 2 columns?
did u p prepared complex report
List the different types of columns in oracle reports.
What is an SQL FORMS ?
Explain the different levels at which oracle form services interact.
What is a user exit program in oracle reports?
Explain how one can iterate through items and records in a specified block?
Why oracle forms required?
What are the various configuration files that are used by oracle forms?
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
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
what is the difference between call_form, new_form and open_form?
where do u put the report file
What is an oracle report?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed