cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using drop down data to get context table.

Former Member
0 Likes
266

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.

View Entire Topic
Former Member
0 Likes

Just assign an action to the onSelect event of the drop-down list and populate the corresponding row (node element) from the action handler.

Armin