How you will Diaplay the Company LOGO In report.Can anyone
knows please give solution
Answers were Sorted based on User's Feedback
Answer / manoj.oracle
In report builder
go to file menu and select import image
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / omkar
in report builder draw a image feild.
you can get this image option from tool pallate.
then change source file format as image where as default is
text in the property pallate of that image.
then give the proper path where youe company logo is been
kept at the source file format feild.
now run the report and u can see the company logo.
If yet it.s not comming or showing some error then check wat
frame that image belongs to.
thanks
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / smruti
Simply copy paste the company logo in xml template rtf file
where ever u want to show top or right hand top corner and
add desired other fields. Run the report.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / tanwi
Sorry Manoj, in file menu there is no sub-menu called import
image.
Sorry Omkar, there is also no image field in the tool
pallate of report layout.
would you both please tell, which version of report builder
should be used to get those options?
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prem
IN XML TEMPLATE:
1.TAKE ONE FORMULA COLUMN AND PASS THE IMAGE ILE PATH TO THAT
2.PLACE ONE DUMMY IMAGE AND EDIT,GIVE URL:'FORMULA COLUMN
NAME;
3.RU THE TEMPLATE
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sankar
Sorry Tanwi,In Report 10g insert -->image option is there.plez find that.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / venkat kolla
copy paste the logo on the report layout and run the report
to see the output
| Is This Answer Correct ? | 2 Yes | 5 No |
is it possible to run the interface without using oracle apps?
do i need to declare bind parameter before using in the query?
Which is the best website to learn Oracle Apps?
do you know is it possible to run the interface without using oracle apps?
what are the different calculation columns available in reports?
How to compile the Forms & Reports in Linux Apps Server which are created in WindowsXP client?
in order to run utl_file package we need to give any specific path? if yes what is that?where u will run utl_package?
What do you understand by soa?
1) why we need to do Validations when the Standard Conc. Prog or the API will do all the validations 2) How can we display more then 1 column data in a formula column (Ex displaying Empno, Ename, sal data in one Formula column) 3) is it possible to give 2 out paramaters in a function
What is responsibility?
what are the difference between 11.5.7 and 11.5.9 in oracle apps
How can a process be deployed in soa?