Home » Developer & Programmer » Forms » POP_LIST Show a value initially
POP_LIST Show a value initially [message #79773] Wed, 10 July 2002 09:32 Go to next message
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
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
Previous Topic: Re: highlighting a text item is different in Forms 4.5 and Forms 6i
Next Topic: diff between cursor and recordgrp
Goto Forum:
  


Current Time: Fri Apr 26 08:36:09 CDT 2024