Domino Code Fragment

Code Name*
Create Discard Button to Exit Document
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.3.14.132.214
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])