Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Lov not working

Re: Lov not working

From: <osama_gad_at_hotmail.com>
Date: Wed, 06 May 1998 02:51:36 -0600
Message-ID: <6ip4q8$jlm$1@nnrp1.dejanews.com>


if the lov work good but the bottom is not so you wright click on the layot editor on the command bottom pl/sql select when-bottom-pressed write



declare
 dummy boolean;
begin
dummy:=show_lov('x',15,10);
end;

such that x is the name of your lov
try it and tell me if something wrong

In article <6insib$ht2$1_at_nntp.smartdna.com>#1/1,   "Dee" <garg_at_iname.com> wrote:
>
> Hi,
> I have created a LOV in my form. but when I press it at runtime, following
> error comes
>
> FRM 41026 Feild does not understand operation.
>
> I have checked everything but not reached anywhere. F9 works well on the
> feild and gives the List of values, but Lov button does not. Am I missing
> something too simple.
>
> I appereciate anybody helping me....
>
> Dee
>
>

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Wed May 06 1998 - 03:51:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US