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 are the different display styles of list items?
When to use Place holder columns in Oracle Reports and what is a place holder column?
What is the built-in function used for finding the alert?
Explain types of Block in forms4.0?
What is the between Function and Procedure?
List system variables available in forms 4.0, and not available in forms ?
what is an object groups?
how will the report recognize the parameter
What is the usage of the confine mode in Layout Editor ?
how can create the lexical parameter after the select class?
Explain about stacked canvas views?
What does an on-clear-block Trigger fire?