what is the difference between character mode,bitmap mode
Answers were Sorted based on User's Feedback
Answer / vineet singh
Here is an example to help explain how Oracle Reports are
designed and printed in both the bitmap and character-mode
environments.
Assume you wish to print "Cc" where "C" is a different font
and a larger point size than "c" and is in boldface type
(where "c" is not).
In Oracle Reports Designer, bitmap mode, you can make "C"
bold and in a different font and point size than "c". This
is because you are generating postscript output.
Postscript is a universal printer language and any
postscript printer is able to interpret your different
design instructions.
In Oracle Reports Designer, character mode, the
APPLICATIONS STANDARDS REQUIRE the report to be designed in
ONE FONT/ ONE CHARACTER SIZE. Character mode reports
generate ASCII output. In ASCII you cannot dynamically
change the font and character size. The standard is in
effect so a report prints as identically as possible from
both conventional and postscript printers.
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / mahes
by mentioning report as character mode it can't display any
graphical objects where as by mentioning bit map mode report
can display graphical objects
| Is This Answer Correct ? | 16 Yes | 7 No |
What r the validation done in ap inbound ?
In interface how u find errors and how to solve. How to fix it?
what is the difference between po_vendors & po_headers_all? does po_vendors relate to opeating unit?
In what situation u create the BPA.
In oracle application how do you debug or trace errors?
What is instead of trigger in where we will use?
Oder of firing triggers in form
in interface and conversion if 10 records are error out we can't load the records?if >10 we have to insert,if we not insert we need to gernerate error how u can achieve?
How can we import the data into a database using sql * loader?
How to migrate .rdf file from dev instance to test instance?
3 Answers Accenture, Oracle, TCS, Tech Mahindra, Unisoft Infotech,
what is meant by Table space?
What is implicity cursor . When it fires . For which statement it will fire(Insert/update/delte). What is the attribute of implicity and explicity cursor oracle 9i. What is the Rec cursor.