Avatar

Level 5

I have created a master page and subform page (named CoverPage) to act as a typical cover page of a 3 page document.

Hierarchy.JPG

                                                                                                      FIGURE 1

                                          Wide View.JPG

The "CoverPage" subform is "hidden" from layout until the "pre-sign" event of the signature field fires. On the "pre-sign" event of the signature field I have the script:

form1.CoverPage.CoverPage. = "visible";

All is well here and the Cover Page will appear as scripted. However I need the "THIS PAGE INTIONALLY BLANK" on the CoverPage (as seen above Fig 1 & 2) to disappear when this "pre-sign" event fires. No amount of scripting seems to be able to delete or hide this text field, and the text ends up overlaying what is on the "CoverPage".

FIGURE 2

I have tried:

http://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?conte nt=000796.html

Reference_Syntax.removeInstance( INTEGER param )

form1.CoverPage.Blank.removeInstance(0);

http://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?content=001329.html

ListBox1.deleteItem(ListBox1.selectedIndex);

Blank.deleteItem(Blank[0]);

None of these methods are working to hide the field. Does anyone have a better method working method to share? Below (Fig. 3) is the final look I would like if the "THIS PAGE INTEIONALLY BLANK" were to hide or be deleted correctly.

  FIGURE 3Final Look.JPG