sarah wood 27.Feb.12 12:28 PM a Web browser Domino Designer All Releases All Platforms
Hi,
I'm wondering if it's possible to close a page using a button on the page?
I have a page which has two buttons on. The user have to accept what the page says before the form opens, so the code behind the accept button is:
@Command([Compose];"form")
Once it has opened the form I want the page to close. Is this possible without saving the form?
I have tried doing:
@Command([Compose];"form");
@Command([CloseWindow])
but this just closes the form
Any ideas?
Thanks,
Sarah


Closing a Page (sarah wood 27.Feb.12)
. . RE: Closing a Page (Willian Funes 27.Feb.12)
. . . . RE: Closing a Page (sarah wood 28.Feb.12)
. . . . . . RE: Closing a Page (sarah wood 28.Feb.12)
|