delete all list elements temporarily [message #86632] |
Fri, 15 October 2004 00:44 |
rama rao
Messages: 2 Registered: October 2004
|
Junior Member |
|
|
hi,
thanks for help,
i want delete all the list items temporarily. when i click the delete button and when i click the new button i want to add the newly entered value to the list box along with the values which i deleted can i do this? and give me some sample code please....
thanks for help...
RAM
|
|
|
Re: delete all list elements temporarily [message #86756 is a reply to message #86632] |
Thu, 28 October 2004 03:04 |
J.S.Rajkumar
Messages: 20 Registered: March 2004
|
Junior Member |
|
|
Hi
In Delete button code you can use RETRIEVE_LIST buildin to add the current values of the List into a Regord Group.
In the New button code you can use building ADD_LIST_ELEMENT buildin to add new values to the existing list and then you can use POPULATE_LIST buildin to populate your List item with the new values.
Hope you will find enough example code in forms help for these buildins
Thanks
|
|
|