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 |
What are file in oracle.
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
Tell me how to debug the report?
hi friends! i need sample codes for oracle apps 11i conversion and interfaces.If u have,plz send me
2 Answers Pathway Technologies,
can we use look up type instead of a pofile option?or valueset?is it possible how?
what is the standard program for blanket po to process data from interface table to bace table
how to make a parameter optional in the query?
is it possible to run the interface without using oracle apps?
What r the validation types?
Hi Friends this is preetham, i am searching for job on oracle apps(technical) i put 3 years fake exp, so any one please could you help me for realtime interview questions and 9739782164 this is my no srpsrp777@gmail.Com please guys please provide your no for contact i have a doubts i want to clarify
PL/SQL stored procedure parameters?
what is the data type of lexical parameter?