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


Please Help Members By Posting Answers For Below Questions

Tell me how to find the custom directory in front end?

666


What is a flexfield? List out its types.

669


tell my any difficult situtation you solved in your experience in your company?

1873


How can you achieve loose coupling in soa framework?

726


What does appl_top directory contain?

652






Do you know where we can check the status of po?

643


Hi any one plz help me .i need 2 or 3 customized and 2 or 3 development reports on PO module..if any body having plz send me with one by one step ,i mean where u do the customization and wht are the steps u follwed when u do the customization,wht are fields u added or deleted ,How u added or these fields as per clinet requirement and wht are errors u faced .plz send it to my mail id iamvenki@gmail.com

1892


how to print multi lay outs,muti currency,muti language in xml publisher

10758


can we get profile values in report without using user exists is it possible how?

2325


what is the differences between internal requisition and internal sales order?

2163


In support project one ticket alloted which steps follows manualy tell me ?

2227


Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?

641


What are file in oracle.

1816


how can develope the po variance and po summary report? with tables mandatory columns and query please?

1980


What do you understand by concurrent programs?

623