Home » Developer & Programmer » Reports & Discoverer » How to display part of a text in BOLD? (renamed by LF)
How to display part of a text in BOLD? (renamed by LF) [message #89215] Tue, 02 December 2003 21:13 Go to next message
ramesh babu
Messages: 24
Registered: June 2003
Junior Member
Hi all,

I want to your help urgently, I am designing one report in report2.5, my requirement is to display some specific characters in bold, that characters are return by column function.

Regd
Ramesh babu.P

[Updated on: Fri, 24 August 2007 11:35] by Moderator

Report message to a moderator

Re: Plz Urgent [message #89221 is a reply to message #89215] Mon, 08 December 2003 22:53 Go to previous messageGo to next message
srk
Messages: 10
Registered: March 2003
Junior Member
Have you tried with
SRW.SET_FONT_WEIGHT ?
Thanks,
Sudhir
Re: Plz Urgent [message #262089 is a reply to message #89221] Fri, 24 August 2007 08:16 Go to previous messageGo to next message
ora1
Messages: 3
Registered: August 2007
Junior Member
that only works for the entire report.
is there a way to put into BOLD just the text i want?
Re: Plz Urgent [message #288322 is a reply to message #262089] Mon, 17 December 2007 01:25 Go to previous messageGo to next message
white_phoenix
Messages: 19
Registered: November 2007
Junior Member
or you can try the conditional formatting, right click on any field
then, you'll see conditional formatting
Re: How to display part of a text in BOLD? (renamed by LF) [message #288526 is a reply to message #89215] Mon, 17 December 2007 22:58 Go to previous message
junaidsystems
Messages: 30
Registered: June 2006
Member
use the format trigger to bold some specific text. create additional field and place it exactly on the same location where the function field is. Make it bold and just select the field, rigth mouse click and go to the plsql. write the required condition there i.e.

if :sal < 10000 then
return true;
else
return false;
end if;

in case of true the bold field will be visible otherwise not.
Previous Topic: how can i make reports from two queries ?
Next Topic: Displaying ® in oracle reports
Goto Forum:
  


Current Time: Wed Jul 03 00:59:38 CDT 2024