|
|
|
|
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 |
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.
|
|
|