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 |
Can you attach an lov to a field at design time?
What is the main difference between Reports 2.0 & Reports 2.5?
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
How can a button be used in a report to give a drill down facility?
What are the different file extensions that are created by oracle reports?
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
Can we use bulk collect in oracle forms if yes then how?
What are Most Common types of Complex master-detail relationships?
Can you change the alert messages at run-time?
What are the sql clauses supported in the link property sheet?
How do you reference a Parameter?
When will ON-VALIDATE-FIELD trigger executed ?