Re: empty line in report ?
From: Joep Hendrix <joep.hendrix_at_wxs.nl>
Date: Thu, 11 Jun 1998 20:46:45 +0200
Message-ID: <35802615.56E5_at_wxs.nl>
Date: Thu, 11 Jun 1998 20:46:45 +0200
Message-ID: <35802615.56E5_at_wxs.nl>
lasttrap_at_qatar.net.qa wrote:
>
> How can i remove the empty line when i have a field in my report retrive no
> data ?
>
> -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> http://www.dejanews.com/ Now offering spam-free web-based newsreading
Click on 'edit trigger' or something like in the properties sheet of the field and add:
if :bind_variable is null
then
return(FALSE);
else
return (TRUE);
end if;
-- Joep HendrixReceived on Thu Jun 11 1998 - 20:46:45 CEST