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?
Answers were Sorted based on User's Feedback
Answer / ashwinee kumar
There is an option in the textbox properties window for copy from a source field.
| Is This Answer Correct ? | 8 Yes | 0 No |
What are the built-ins used for Getting cell values?
Use the add_group_column function to add a column to record group that was created at a design time?
What is user exit.?
2 Answers IBM, Synergy, Zensar,
What is an User_exit?
how to pass 2 variables from one form to other form
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
How can we call a URL from a menu (Oracle Forms 6i)?
Use the Add_group_row procedure to add a row to a static record group 1. true or false?
List the different types of columns in oracle reports.
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
Table 1: STUDIES PNAME (VARCHAR), SPLACE (VARCHAR), COURSE (VARCHAR), CCOST (NUMBER) Table 2: SOFTWARE PNAME (VARCHAR), TITLE (VARCHAR), DEVIN (VARCHAR), SCOST (NUMBER), DCOST (NUMBER), SOLD (NUMBER) Table 3: PROGRAMMER PNAME (VARCHAR), DOB (DATE), DOJ (DATE), SEX (CHAR), PROF1 (VARCHAR), PROF2 (VARCHAR), SAL (NUMBER) PNAME – Programmer Name, SPLACE – Study Place, CCOST – Course Cost, DEVIN – Language the software or package is developed in, SCOST – Software Cost, DCOST – Development Cost, PROF1 – Proficiency 1 Use the above table definitions to answer the questions that follow. Find out the selling cost average for packages developed in Oracle. Display the names, ages and experiences of all programmers How much revenue has been earned through
What are built-ins used for Processing rows?