- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Have you tried writting a script that points directly to the object in the master page (i.e. form1.MP.CoverPage.Blank.presence = "hidden;
However, the way i probably would have set up for form (which can be done variosu ways) is to move the Blank object text to the same page as the CoverPage. The cover page content, however, would be contained in a Subform (for example: CP_Content) with an initial presenceof "invisible" or "hidden". Then on the preSign event, simply make the CP_Conetent subform "visible" and make the Blank object "invisible" or "hidden".
Right now, you are using 2 additional Master pages (Page1 and MetricsPage3) which I presume are blank. In my example, you would only have one blank Masterpage (the default) which all pages would share (unless there is a specific need to have separate Master pages - i.e. differnt margin, header content, etc). The hierachy would have the CoverPage with CP_Content subform (comprised of fields, logo, etc), and the Blank object. It will also have the otehr remaining pages.
Views
Replies
Total Likes