Answer Posted / 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 |
Post New Answer View All Answers
Is it possible to have multiple layouts in a report?
What is responsibility and how u attach How to create user and how u attach with responsibility.
where do u put the report file
difference between global n context sensitive segments?
Name the different triggers associated with oracle forms having a master-detail relationship.
What is a user exit program in oracle reports?
can you convert or reverse engineer a fmx back to a fmb file?
what is a package n what r the packages availbla in report
all steps of bitmap report?
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
what exactly u write in when_new_form_instance
Explain how can you use the same lov for 2 columns?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
What is a matrix report and how many minimum groups are required to prepare the same?
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement