Re: Creating a reports where lines are distinguished:

From: Zeneca <michael.o'neill_at_phwilm.zeneca.com>
Date: 22 Apr 98 11:08:58 GMT
Message-ID: <01bd6de2$15b71b40$cc83469c_at_WUSUWPHDEV8L15P.usuwphdev.zeneca.com>


You could use a srw.set_attr() function to change the backround of the repeating frame.
ex.
function repeating_frameFormatTrigger return boolean is begin
  if :counter mod 2 = 1 then

      srw.attr.mask     :=SRW.BFCOLOR_ATTR    ; 
      srw.attr.bfcolor     := 'gray'; 
      srw.set_attr (0, srw.attr); 

   end if;
  :counter := :counter +1;
  return (TRUE);
end;

Thomas Morgan <tmorgan_at_mail.sdsu.edu> wrote in article <01bd6c82$1a633720$0935bf82_at_mcglover.sdsu.edu>...
> Hi, everyone:
> I wonder if anybody out there knows if there is a way to create a multi
> line report where the lines are distinguished from each other. Like
> highlighting somehow every other line or something like this. Thanks in
> advance for any info and have a great day...
>
> Thanks,
>
> Thomas Morgan(tmorgan_at_mail.sdsu.edu)
>
Received on Wed Apr 22 1998 - 13:08:58 CEST

Original text of this message