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 many types of trigger can be used in a table at a time ?
What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS ?
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
How can a button be used in a report to give a drill down facility?
What is an User_exit?
What is the order of the triggers fired once the form is opened?
What are modalless windows?
What are User Exits and what are different types of User Exits in Oracle Apps ?
What are the different defaust triggers created when Master Deletes Property is set to Non-isolated?
what is the diffrence between before parameter form triger & formate trigger
What are the built_in used to trapping errors in forms 4?
Give the sequence of execution of the various report triggers?