Re: Forms 4.5 Bug ?

From: Jomarlen <jomarlen_at_aol.com>
Date: 1997/10/23
Message-ID: <19971023053001.BAA01768_at_ladder02.news.aol.com>#1/1


[Quoted] Well. in the sense that you'd expect an error message not a GPF this is a bug.

The problem however is that you CANNOT use a variable to declare the precision of a VACHAR, you MUST use a literal number or declare the VARCHAR as xxxxx.xxxxx%TYPE

John

>
>Create a Procedure i Forms 4.5 (Ver 1.1, thru 1.3), Compile it. Forms
>raises a GPF.
>
>
>Procedure Test Is
> n_Size Number := 5;
> c_Char Varchar2(n_Size);
>Begin
> Null;
>End;
>
>Sunder.
>
>
>
>
>
>
>
>
Received on Thu Oct 23 1997 - 00:00:00 CEST

Original text of this message