Expand my Community achievements bar.

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

2 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