cancel
Showing results for 
Search instead for 
Did you mean: 

Changing text field value according to table's row value

Former Member
0 Kudos

Hello guru's.

My Problem is like this:

I have a text field value, suppose to contain a street number, and a table containing the relevant data for some streets numbers (each street number containing some rows in the table).

When the street number changes in the table(in a new page). it does not change in the text value.

I've tries already solving this with nested table but it didnt work, it change every page and not according to the value in the table..

Any ideas?

Thx.

Ehsan.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

just do not use Text fields but "Input fields" and make them "Read Only". Then you can use a Java-Script to set the value of the field.

BR,

Thomas