What is the difference between NAME_IN and COPY ?
Answers were Sorted based on User's Feedback
Answer / guest
Copy is package procedure and writes values into a field.
Name in is a package function and returns the contents of
the variable to which you apply.
| Is This Answer Correct ? | 43 Yes | 5 No |
Answer / tino
Simply put, name_in gets value from a field, copy() puts
value to a field. Eg. MyVariable := name_in
('MyForm.MyField'); copy
(MyVariableOrMyConstant,'MyForm.MyField')
| Is This Answer Correct ? | 27 Yes | 3 No |
What is 4-way match?
Where is a procedure return in an external pl/sql library executed at the client or at the server?
What is a visual attribute?
List out the oracle forms configuration files?
What are the built-ins used for Creating and deleting groups?
What is a Layout Editor?
What does the term panel refer to with regard to pages?
What are modal windows?
What is a matrix report and how many minimum groups are required to prepare the same?
What are the different types of key triggers ?
What is a radio Group?
Can a field be used in a report wihtout it appearing in any data group?