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 lexical reference?How can it be created?
What are the different modals of windows?
How can a break order be created on a column in an existing group?
What is a Trigger ?
How can a text file be attached to a report while creating in the report writer?
running a report from Form or other Report , The Parameter Form Page will be Display first . I don?t want to display the screen . What I have to do ?
Can we use GO-BLOCK package in a pre-field trigger ?
What is the frame & repeating frame?
How i get the client machine Ip address through developer 2000 forms, if you are running three tier architech.
List the system variables related in Block and Field?
how to create the triggers in the forms?
What built-in is used for changing the properties of the window dynamically?