Re: LOV

From: John Noronha <johnjn_at_bigfoot.com>
Date: Tue, 8 Jun 1999 23:36:50 +0400
Message-ID: <7jkodv$29h1_at_news.emirates.net.ae>


[Quoted] I have a related question ... instead of an LOV i would like to display a search form with a tabular list of fields, so that when a user 'clicks' on a [Quoted] 'row' some action can be taken (like opening a referenced record). A sort of [Quoted] 'friendlier' scheme than the LOV. So as a first step I created a multirecord [Quoted] block with the following trigger and then got stuck !

when-new-block-instance :

begin

        execute_query;
        set_item_property('item_a', enabled, property_off); /* to prevent
navigation or change*/
        set_item_property('item_b', enabled, property_off);
        ...

end;

the records are populated, however I get the following error :

-41032: cannot set ENABLED attribute of current item itm_blk.item_a.

What am I doing wrong ?

Thanks.

John Noronha
ADNOC FOD
IT Division
ABU Dhabi, UAE

Mark Gumbs <mgumbs_at_nospam.hotmail.com> wrote in message news:37554dc0.0_at_145.227.194.253...
> Tune the SQL behind it?
>
> E.K. wrote in message ...
> >How to speed up the retrieving and displaying a big LOVs
> >
> >Thanks in advance
> >
> >
> >
> >
>
>
Received on Tue Jun 08 1999 - 21:36:50 CEST

Original text of this message