Home » Developer & Programmer » Forms » LOV ATTACHED TEXT BOX SHOULD BE NON EDITABLE
LOV ATTACHED TEXT BOX SHOULD BE NON EDITABLE [message #143158] Wed, 19 October 2005 05:42 Go to next message
MEEENAR
Messages: 72
Registered: May 2005
Location: CHENNAI
Member
Hello. I want to return the LOV selection to a textbox, but I don't want the user to be able to edit that textbox manually. When I make the textbox disabled, the LOV no longer works! Sad

Is there a way I can get the result from an LOV, but still have the textbox so that it cannot be edited manually?

Thanks,
Meena
Re: LOV ATTACHED TEXT BOX SHOULD BE NON EDITABLE [message #143203 is a reply to message #143158] Wed, 19 October 2005 08:25 Go to previous messageGo to next message
del_sandy
Messages: 22
Registered: February 2005
Location: Delhi
Junior Member

Hi Meena,
To make ur LOV attached text box uneditibale,
Set Property of text item as follows..
Insert allowed No
Update Allowed No
Query Allowed No
Update only if Null Yes.
And use code to raise LOV on Key-Next-Item Trigger
E.g.
declare
show boolean;
begin
show:=show_lov('LOV_NAME');
End;
Hope it will work for u.
Cheers
Sandy
Re: LOV ATTACHED TEXT BOX SHOULD BE NON EDITABLE [message #143589 is a reply to message #143203] Fri, 21 October 2005 02:02 Go to previous messageGo to next message
MEEENAR
Messages: 72
Registered: May 2005
Location: CHENNAI
Member
THANKS A LOT IT IS WORKING NOW
Re: LOV ATTACHED TEXT BOX SHOULD BE NON EDITABLE [message #182088 is a reply to message #143589] Wed, 12 July 2006 23:41 Go to previous messageGo to next message
cong
Messages: 25
Registered: June 2006
Junior Member
How about if I'm using a push button to invoke the LOV?

Thanks!
Re: LOV ATTACHED TEXT BOX SHOULD BE NON EDITABLE [message #182298 is a reply to message #143158] Fri, 14 July 2006 04:29 Go to previous message
wency
Messages: 450
Registered: April 2006
Location: Philippines
Senior Member

go_item('block.item');
do_key('list_values');
Previous Topic: Tab within Tab
Next Topic: DBMS Error: FRM-40733
Goto Forum:
  


Current Time: Fri Sep 20 10:30:32 CDT 2024