Re: How not to print a Field in Report
From: Michael Mehling <m.mehling_at_atos-group.de>
Date: Thu, 30 Sep 1999 10:30:33 +0100
Message-ID: <7sv8l1$gte$1_at_news.pop-stuttgart.de>
Date: Thu, 30 Sep 1999 10:30:33 +0100
Message-ID: <7sv8l1$gte$1_at_news.pop-stuttgart.de>
you need a trigger on the LAYOUT-Field:
something like
IF DESTYPE = 'PREVIEW'
THEN
RETURN FALSE;
ELSE
RETURN TRUE;
END IF;
Yours
Michael Mehling
Madhu Shekar <sudip.roy_at_in.bosch.com> schrieb in im Newsbeitrag:
01bf0b10$c0a84a20$1c0394ad_at_qcs_07_95w.ban.india.bosch.com...
>
Received on Thu Sep 30 1999 - 11:30:33 CEST