Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to suppress columns in report 2.5

Re: How to suppress columns in report 2.5

From: Alan D. Mills <alanmNOSPAM_at_uk.europe.mcd.mot.com>
Date: Fri, 9 Oct 1998 12:00:51 +0100
Message-ID: <6vkqc4$aii$1@schbbs.mot.com>

Frenchy461 wrote in message
<19981007164331.13634.00007225_at_ng-fc2.aol.com>...
>
>Developer Days are back there a little:
>
>Within the field, you can put PL/SQL(I can't remember where.

It's the field's FORMAT trigger.

>
>On Other fields, put this code in there:
> if :comment_field is not null then
> return false;
> else
> return true
> end if;
>
Received on Fri Oct 09 1998 - 06:00:51 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US