Domino Code Fragment

Code Name*
Create Discard Button to Exit Document
Date*
06/09/2026
Source (or email address if you prefer)*
[email protected]
IP address:.104.23.197.111
Description*
When used in a button or action button, this formula provides the users a quick way to exit and not save a document.
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
FIELD ActionType:= "DISCARD";1;
FIELD SaveOPtions:= "0";1;
@PostedCommand([FileCloseWindow])