Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to pass table control values to input fields

Former Member
0 Likes
462

Hi all,

I am having the screen like as follows

Name : Input field Table Control

name rollno marks

aaa 111 90

rollno : Input field bbb 222 60

ccc 333 70

marks: Input field

Now my requirement is when ever i select the row 1 the values in row 1 has to pass in to the corresponding input fields..

Can any one help me how to do this...

thanks,

viswa

Hi all,

I am having the screen like as follows

Name : Input field Table Control

name rollno marks

aaa 111 90

rollno : Input field bbb 222 60

ccc 333 70

marks: Input field

Now my requirement is when ever i select the row 1 the values in row 1 has to pass in to the corresponding input fields..

Can any one help me how to do this...

thanks,

viswa

2 REPLIES 2
Read only

Former Member
0 Likes
434

screen is like this

name i/p name rollno marks

rollno i/p aaa 111 90

marks i/p bbb 222 80

regards,

viswa

Read only

Former Member
0 Likes
434

wait,...