It succeeds with a button with @Command([FileSave]) but it fails with a button with the formula:
@If(!@IsError(@Command([FileSave])) ; @Command([FileCloseWindow]); @Return(""))So how can I generate a customized error in the QuerySave event so that the FileSave does not pass and the document window will stay open?
Requires Free Membership to View
Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.
@If(@Command([FileSave]) ; @Command([FileCloseWindow]); "")
This was first published in October 2003