Re: Where clause
From: Paul Dorsey <pdorsey_at_dulcian.com>
Date: 1999/08/04
Message-ID: <bjVp3.84519$eF3.27250_at_news.rdc1.nj.home.com>#1/1
Date: 1999/08/04
Message-ID: <bjVp3.84519$eF3.27250_at_news.rdc1.nj.home.com>#1/1
Try
begin
go_block('Admission');
set_block_property(
'Admission',
default_where,
'Admission_ID = :History.Admission_ID';
execute_query;
end;
-- Paul Dorsey Dulcian, Inc. www.dulcian.com 212 595 7223 Ladi Fatola wrote in message <37a758d3_at_eeyore.callnetuk.com>...Received on Wed Aug 04 1999 - 00:00:00 CEST
>I am having a bit of trouble with this piece of code which I am trying to
>use to filter a form before opening it . However, I keep getting the
message
>'Error 307: Too many declarations of SET_BLOCK_Property match this call'
>
>Can someone help please.
>
>begin
> go_block('Admission');
> set_block_property(
> 'Admission',
> 'Where_Clause',
> 'Admission_ID = :History.Admission_ID');
> execute_query;
>end;
>
>BTW, the identifier names are correct. and I am using Forms 4.5 under Win
>98.
>Replies by e-mail would be appreciated.
>
>Ladi
>
>
>
>
>
>
>
>
>