cancel
Showing results for 
Search instead for 
Did you mean: 

Overflow Leader Header is not showing textfield values on second page

Former Member
0 Kudos

Hi experts,

I have a table with an overflow leader which acts as header.

On the first page, this header is correctly filled with data from the context (bound to it).

However on the second page, the values are not filled anymore..

When I put in JavaScript code "this.rawValue = "test"' the text is show on both pages.

I tried to bind the context data to this field through JavaScript but this wasn't working (maybe bad syntax...).

Any idea how to solve this?

Thanks in advance!

Kind regards,

Niels De Greef

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I've found out that the problem was the use of the Overflow Leader option.

In case of an overflow, that means that the Header is printed again, he only prints the static texts and no longer the dynamic ones.

I have reworked the subforms to a table with a repeating header and the problem was solved.

Kind regards,

Niels De Greef