Re: Filtering Records

From: Pradhan <empradhan_at_dplus.net>
Date: Tue, 3 Aug 1999 21:30:55 -0400
Message-ID: <KHMp3.260$5I1.1102_at_newsfeed.slurp.net>


[Quoted] Hi set block property should be like

set_block_property('Admission',Default_where,:History.Admission_id);

HTH
pradhan

Ladi Fatola wrote in message <37a75999_at_eeyore.callnetuk.com>...
>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.I think my syntax is wrong. But I don't know what it should be!
>Replies by e-mail would be appreciated.
>
>Ladi
>
>
>
>
>
>
>
>
>
>
>
Received on Wed Aug 04 1999 - 03:30:55 CEST

Original text of this message