Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Disabilng lines in Reports 2.5
"Gary G" <ggorbon1_at_swarthmore.edu> writes:
>I am trying to print labels using Reports. The table has columns like
>street1, street2, and street3. How can I prevent a line printing for
>:street3, for example, if its null.
>I have tried putting a line into the trigger to set the return to FALSE if
>field is null, but
>the line still comes out as a blank space.
>Any suggestions would be
>greatly appreciated.
Put a frame around the street3 field, make sure the vertical sizing property of the frame is "contract" or "variable" and put the check for the null field in the frame's trigger, not the field's.
Bill Messick Received on Wed Nov 27 1996 - 00:00:00 CST
![]() |
![]() |