Re: "too many declarations" error

From: Aleksandr Kononov <AKononov_at_pptk.energo.ru>
Date: Tue, 14 Nov 2000 06:40:35 GMT
Message-ID: <8uqmp3$boa$1_at_nnrp1.deja.com>


Use DEFAULT_WHERE without quotes

SET_BLOCK_PROPERTY( block_id,

                    DEFAULT_WHERE,
                    txt_string
                  );

Regards,
Aleksandr Kononov

In article <01c04dfb$6d38c160$550a0a0a_at_digws8>,   "Johnny A" <johnny_at_blacktower.com.au> wrote:
> Can anyone help??
>
> I called the SET_BLOCK_PROPERTY Built-In in a procedure e.g:
>
> SET_BLOCK_PROPERTY(block_id,'DEFAULT_WHERE',txt_string)
>
> block_id is of type BLOCK,
> txt_string is of type varchar2 ;
>
> For some reason I get the compilation error:
>
> Error 307 at line 8, column 3
> too many declarations of 'SET_BLOCK_PROPERTY' match this call
>
> Does anyone know why I get this message and how to fix the problem?
>
> Thanks in advance...
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Nov 14 2000 - 07:40:35 CET

Original text of this message