on ‎2009 Apr 13 11:38 AM
Dear Expert,
I have a drop down which the data for selection populate from a table. Is that possible to do like when a user select an entry of a table, the system populate the rest of the filed using the entry that user select from the drop down. I have bind a table to the context which the table is getting data in a ecc function module.
For example
My table is like the following. My dropdown contain entry a, b c which is from the table itself. When the user select a, the system will pppulate other the other field with data 2 and IR in the rest of the field.
Table
Country Max Num Location
A 2 IR
B 4 BY
C 6 ST
Anyone knows how to do it?
Thanks.
Regards,
Bryan.
Request clarification before answering.
Hi,
when you selected one value from the dropdown, the perticular record will be available in the attibutes of that node, if you want to show the same record values in someother form or table, you can directly bind that node the the ui element also, because that can hole the correspodning record right.
the node will contain all the records but the attributes contains only one value that is what ever you selected as part all records, so the corresponding values will be available in that attributes,
Try this or else, you can ittarate the node and get the record ar selected value i teh dropdown by comparing the value right.
Cheers,
Apparao
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.