Oracle Reports 2.5.5.15.0

From: Steffen Prietz <S.no-spam.Prietz_at_heyde.de>
Date: Thu, 25 Feb 1999 22:10:43 +0100
Message-ID: <36D5BC53.6C9D4BEA_at_heyde.de>



Hello Gurus, Gods and all other advanced 'oramen' and 'orawomen',

I have the following problem on creating a report:

I want to compile this formula-function on a placeholder-column named
'CP_INTL' (format:Char(20)).
'PLZ' is a column from the database query in the Data Model.

--
function CP_INTLFormula return Character is
begin
 if substr(:PLZ,1,1) in ('D','0','1'..'9')
 then
    :CP_INTL := 'XXXXXXXXXXXXXXXXXXXX';
 else
    :CP_INTL := ' ';
 end if;
 return (:CP_INTL) ;
end;
--
After compiling this I get always this error message:


'Error 0 at line 0, column 0
PL/SQL Check #21201. Please inform your Oracle Representative. ' I'm driving with DB-Version: 7.3.4.3 on NT4.0 and Reports-Version: 2.5.5.15.0 on Win95 Thanks for all Your Help Steffen Prietz SPrietz_at_heyde.de IMPORTANT: if you answer this message, please send a copy directly to my e-mail. thank 2!!
Received on Thu Feb 25 1999 - 22:10:43 CET

Original text of this message