Re: Filtering Records
Date: Tue, 3 Aug 1999 21:32:54 -0400
Message-ID: <BJMp3.262$5I1.78_at_newsfeed.slurp.net>
OOPS set_block_property('Admission',Default_where,'Admission_id=:History.Admissio n_id');
Pradhan wrote in message ...
>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:32:54 CEST