Where clause

From: Ladi Fatola <ladi_at_callnetuk.com>
Date: Tue, 3 Aug 1999 21:59:25 +0100
Message-ID: <37a758d3_at_eeyore.callnetuk.com>



[Quoted] 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 [Quoted] '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 Received on Tue Aug 03 1999 - 22:59:25 CEST

Original text of this message