|
|
Re: List Item INDEX [message #457329 is a reply to message #457322] |
Sun, 23 May 2010 22:22 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
infosuresh2k
Messages: 77 Registered: September 2009 Location: CHENNAI, INDIA
|
Member |
![infosuesh2k](/forum/theme/orafaq/images/yahoo.png) ![infosuesh2k](/forum/theme/orafaq/images/skype.png)
|
|
Hi Martin,
I have a list item that has some 5 values like below,
index value lable
1 10 ten
2 20 twenty
3 30 therty
4 40 fourt
5 50 fifty
here value 10's index is 1
20's index is 2 etc,.
based on index we can get the value and lable, but i want to get the index number based on the value, like we have get_list_element_value(item_field, 3) then it will return 30.
anthing is there like this, to rerutn index number i want to get the index number of value 40.
Regards,
Suresh.V
[Updated on: Mon, 24 May 2010 00:04] Report message to a moderator
|
|
|
|
Re: List Item INDEX [message #458109 is a reply to message #457338] |
Thu, 27 May 2010 07:17 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
sinida1984
Messages: 83 Registered: September 2007 Location: India
|
Member |
|
|
Hi
I believe for list item you cannot find the index of currently selected item. There are functions like Get_list_element_value, Get_list_element_label and Get_list_element_count.
You can find the number of items in the listbox.
Thanks and regards
Sinida
|
|
|