POP_LIST Show a value initially [message #79773] |
Wed, 10 July 2002 09:32 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Tyler
Messages: 123 Registered: January 2002
|
Senior Member |
|
|
Does anyone know how to show the first value of a pop list in the list box without having to drop the list to see it? I understand that you can put a hardcoded initial value in, but I want the dynamic first value shown in the list before the list is popped. Right now it's just showing blank until you drop the list.
Suggestions?
Tyler
|
|
|
Re: POP_LIST Show a value initially [message #79775 is a reply to message #79773] |
Wed, 10 July 2002 20:37 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Subhash
Messages: 105 Registered: October 2001
|
Senior Member |
|
|
If you are populating the list dynamically then after populating the list , code this also
:block.list_element := Get_List_Element_Value(list_name,1);
If not pupulating dynamically then call this in the 'When-New-Item_Instance' trigger of the list item
regards
|
|
|