Home » Developer & Programmer » Reports & Discoverer » Vertical justify (Report Builder 6i)
Vertical justify [message #282916] Sun, 25 November 2007 01:35
alijeyan
Messages: 184
Registered: January 2007
Location: IRAN
Senior Member
Hi All

I have a CHAR Field , I want Set Vertical Center Justify .
i used this :
function F_5FormatTrigger return boolean is
begin
    srw.attr.mask        := SRW.GSPACING_ATTR; 
    srw.attr.gspacing    := SRW.CUSTOM_SPACING; 
    srw.attr.custom      := [COLOR=red]5000[/COLOR]; 
    srw.set_attr (0, srw.attr); 
  return (TRUE);
end;

But it is not work .
I modify 5000 with Other numbers but don't work!

Regard
ALI
Previous Topic: Fatal pl/sql error occurred
Next Topic: the problem of the report background enginee
Goto Forum:
  


Current Time: Tue Jul 02 23:54:09 CDT 2024