Answer Posted / sanjeev katiyar
Display item same as text item.In text item you can edit but
in display item cannot only display the data from database
table.for ex..
You show the employee name from emp table using empno first
empno take text item enter the empno and show the ename take
display item, then execute query show the empname according
to empno.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
difference between global n context sensitive segments?
What is an SQL FORMS ?
how report can be generated if we have the database designed in oracle 10g?
What is a user exit program in oracle reports?
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
List the different types of columns in oracle reports.
Name the different triggers associated with oracle forms having a master-detail relationship.
What is the difference between flex mode and confined mode?
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
from where do u receive the information to develop report
i am writing a query select EmpNo from Emp how can i call in after parameter form
what is the difference between call_form, new_form and open_form?
what is a package n what r the packages availbla in report
Explain master-detail relationship with some examples.