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
how can i print random rows in plsql table
In hierarchical structure of a database? we have write query from where we should start?
how can develope the po variance and po summary report? with tables mandatory columns and query please?
What do you understand by concurrent programs?
What is oracle soa suite and what are its different components?
what is pay run id ?
What is count(*) from po_vendors(any table)?
How to move the one file from one instance to another instance? And your scripts also?
How do you register report in oracle apps?
What is a value set? List its various types.
Which oracle applications pl/sql standard apis you are familiar, have you used most of them?
where to define interorganization transaction charges and what are the different options?
What is the concept of soa governance?
How to create a purchase order without a requisition?
WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?