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

Use a button to make subform visible

Avatar

Level 2

I have a 9 page form and somtimes I need to first page to show two times.  I want to place a button that says add form.  I already have the subform created and it is hidden at runtime but I can not get anything to work to make the subform visible.

Thanks

0 Replies

Avatar

Level 10

The button click event would have to set the presence property of the subform ... something like;

Subform1.presence = "visible";

Avatar

Level 10

Make sure that your form is a dynamic xml form.. This will not work if you saved your form as static xml form.

Nith