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 is ment by Global Templates in Oracle.
what is the difference between character mode,bitmap mode
2 Answers IBM, Sierra Atlantica,
what is the standard program for blanket po to process data from interface table to bace table
What is Place holder Columns?
What are the different components you should consider while defining a responsibility in oracle apps?
HOW CAN U KNOW THE RESPONSIBILITY BELONGS TO OPERATING UNIT LEVEL OR NOT
How you will Diaplay the Company LOGO In report.Can anyone knows please give solution
what is the difference between po_vendors & po_headers_all? does po_vendors relate to opeating unit?
mention the interface tables for item open interface and open transaction interface and also their respective production tables.
1—how we can create multi reports in xml publishers Ans: 2—how to print multi currency,multi language in xml 3—what are the validations in sql*loader 4—where u can get data file 5—where u r putting control file and where the bad file discard file generated 6—how to print external date in xmlp 7—in data file fields terminated by different sybals how you can write code in ctrl file 8—how to use date function in sql*loader 9—which path u have used in sql*loader 10—what are utl file triggers 11—where u can find errorbuf ret code 12 how we can know weather procedure is successfully executed from backend 13—data file contains how many levels 14—what kind of errors u got in discard file 15—how you can skip the records in thr middle of data file and end of data file 16—invoice created and send to the gl but we don’t know the invoice number how we can know 17—where u devlop interface program local syst or server system 18—how we can know how many receipts are created for a po 19—after completion of po interface into base table how we can see etair line header info in single table. 20—how to save a workflow in database in short cut? Can we delete workflow how 21—what are the common errors in workflow 22—strong cursor and weak cursor 23—what is external table where we will use 24—we have 50 record while printing in rdf report we have print 10 records per page how u can do 25—what is the difference between workflow and oracle alert 26—hot to implement muli org in interface approach 27—while loading records if the records no>=10 then all the records should be discarder,then error message populated how you can achieve 28—while picking the sales aorder qty is there in shipping there is no qty then what u will you will do 29—what is the next step after back order 30—if we do any modification in po_headers_v is it effects the base tables 31—what is tca architecture 32—where we can see the invoice payment 33—when selection existing customer in om what you will do 34—how to pass the values for the variables in api. 35—can we use look up values instead of profile options. 35—how to create ldt lct files? 36—how to tranfor on file from one instance to another instance?
WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?
what are the difference between oracle discoverer and report6i