Hello, I am using oracle weblogic 10.3.5 with oracle forms 11g at windows 7 platform.I have an oracle form with a list item(database item). Now I have attached a record group from another database table to populate list item.My list item is by default set at null value but I want to show a particular value in list item as when new instance of list item is occurred:
___________________________________
| ABC |
|__________________________________|
it is a list item.It has 4 values as
Name Value
' ' NULL
A 1
B 2
ABC 3
D 4
-----------------------------------------
and when list item instance is loaded then I want to show the ABC (able name) and 3 (value) in list item.
thank You
regards aaditya