How you will Diaplay the Company LOGO In report.Can anyone
knows please give solution
Answer Posted / yadav
Take cf in data model
write following code and make sure that jpg file in server
function CF_2Formula return char is
v_instance varchar2(20);
v_request_id number;
begin
begin
select name
into v_instance
from v$database;
exception
when others then
v_instance := null;
end;
RETURN('HILLOGO.JPG');
end;
take the field in layout give source as cf
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is count(*) from po_vendors(any table)?
what is pay run id ?
What is the concept of soa governance?
What are file in oracle.
Explain oracle apps architecture.
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
please send me forms, xml pulisher questions,answers
How can a process be deployed in soa?
how can i print random rows in plsql table
What is oracle soa suite?
What is sca and how is it useful?
what are the prerequisites for costing transactions?
What is instead of trigger in where we will use?
How can we import the data into a database using sql * loader?
How many schemas we have? how many you have used?