help [message #194020] |
Wed, 20 September 2006 08:03 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
vjaynarwade
Messages: 5 Registered: September 2006 Location: Ramanthapur
|
Junior Member |
![no](/forum/theme/orafaq/images/yahoo.png)
|
|
Hi all, I am new to Apps.
I want to know whether there is any procedure,method to call valuesets from our form or how to do display values in a list dependent on another list item.
requirement:
I have 2 list items in the form, the second list item is dependent on the first one. This is very similar to using $flex command in the reports to get the dependent values from an independent valueset.
example:
first listitem contain {a,b} and second contains {1,2,3,4}
a should display either ---> 1 (a has 2 values under it)
---> 2
b should display either ---->3 (b has 2 values under it.)
---->4
Now , whenever I select 'a' from first list item , i want "1,2" to be displayed in the second list item....
|
|
|
Re: help [message #194135 is a reply to message #194020] |
Wed, 20 September 2006 23:01 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
ehegagoka
Messages: 493 Registered: July 2005
|
Senior Member |
|
|
hi!
i think this isnt the right section for this topic, but try putting a trigger like when-list-changed, then repopulate the other list item.
HTH
|
|
|