populate values in listbox/combobox at runtime
Hi,
I want to create two lists and populate one of the list with the selected values from the other. I tried creating 2 list boxes ,list1 with 4 allowable values(a,b,c,d) and list2 .
I got the following error while generating the form ..
CDG-03259 ERROR: Unbound Item FORM1.LIST2: List/Radio Group 'T-LIST' chosen, but no list of allowed values defined.
I have given "null" as a allowable value for the list2.
My form generated successfully.
But , at runtime , after i selected a value from the list1,I got the following error.."FRM-40212 invalid value for field list2"
Is there any other way to populate the selected values from the list1 to any other form elements?
Please help me resolve this issue.
Regards,
Tharini