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?
Answer Posted / kv
T1's Post-text-item trigger
:textT2 := :textT1;
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain how can you use the same lov for 2 columns?
Name the different triggers supported by oracle reports and their firing order.
from where do u receive the information to develop report
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 a package n what r the packages availbla in report
How to create Drill down report?
What is responsibility and how u attach How to create user and how u attach with responsibility.
i am writing a query select EmpNo from Emp how can i call in after parameter form
What are the various configuration files that are used by oracle forms?
if some data is not transfered where it will get stored
What is a matrix report and how many minimum groups are required to prepare the same?
how to send file attachment from oracle forms
hiding item in report how like that properly,thats manually but at runtime i want to do
What is a canvas in oracle forms?
Explain master-detail relationship with some examples.