Home » Developer & Programmer » Forms » How to select the values from one list box to other
How to select the values from one list box to other [message #162541] Fri, 10 March 2006 22:31 Go to next message
samit_gandhi
Messages: 226
Registered: July 2005
Location: Hong Kong
Senior Member

Dear Sir,

I have one list box which has value to be populated from one table.

I have to select one or more value from the first list box and send to another list box.

It may be possible to select all values from first list box to another.

How to solve this. Its too urgent i tried but not succeded.

Please explain me step by step with code if possible. it is urgent

Thanks in advance.

Samit
Re: How to select the values from one list box to other [message #162757 is a reply to message #162541] Mon, 13 March 2006 08:46 Go to previous messageGo to next message
eswaries
Messages: 41
Registered: January 2006
Member
/*

** Built-in: ADD_LIST_ELEMENT
** Example: Deletes index value 1 and adds the value "1994" to
** the list item called years when a button is pressed.
** Trigger: When-Button-Pressed Year is the list box name
*/

BEGIN
Delete_List_Element('years',1);
Add_List_Element('years', 1, '1994', '1994');
END;


And also you can get so many information about the list box in the forms help itself.

Re: How to select the values from one list box to other [message #170114 is a reply to message #162757] Tue, 02 May 2006 03:05 Go to previous messageGo to next message
samit_gandhi
Messages: 226
Registered: July 2005
Location: Hong Kong
Senior Member

i want to delete the value which is selected in the list1 and add the value in the second list.

how to do it

samit
Re: How to select the values from one list box to other [message #170142 is a reply to message #170114] Tue, 02 May 2006 05:45 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Selecting Multiple Values from LOV
http://forums.oracle.com/forums/message.jspa?messageID=590264#590264

David
Previous Topic: Compare textfield value
Next Topic: hi
Goto Forum:
  


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