Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

Do flow properties effect visible/hidden properties?

Avatar

Level 4

I have a two page form. The first page is set to flow. The second is positioned. Both have hidden subforms that are revealed when a checkbox is checked. Here is the problem: If the hidden subforms on page one are revealed, then the hidden subforms on page two will not be revealed. If the hidden subforms on page two are revealed first, however, then the ones on page one work fine.  I have had this problem before. Why does the form do this and how can I work around it?

Thanks!

1 Accepted Solution

Avatar

Correct answer by
Level 10

I woudl have to see this in operation ...can you send the form and instructions on how to reproduce to LiveCycle8@gmail.com

Paul

View solution in original post

0 Replies

Avatar

Correct answer by
Level 10

I woudl have to see this in operation ...can you send the form and instructions on how to reproduce to LiveCycle8@gmail.com

Paul

Avatar

Level 4

Here's how Paul fixed the issue:  add

xfa.layout.relayout(); to the tail end of the script that controls the appearance of the hidden subforms on page 2.