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 |
How do you trap the error in forms 3.0 ?
What is the difference between restricted and unrestricted package procedure ?
What is the difference when confine mode is on and when it is off?
What is the difference between NAME_IN and COPY ?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame?
How can you format a character field in a report Layout editor ?
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
Oracle me hindi notes chahiye or any web site address plz Give me in my email add,/////////// sunny.145@rediff.Com
What are the triggers associated with the image item?
Name the two files that are created when you generate the form give the filex extension ?
What are the display styles of list items?
How many types of trigger can be used in a table at a time ?