{ "header": { "version": 1, "type": "record" }, "body": { "record1": { "<1>": "declare subroutine end_dialog\r\ndeclare function msg\r\n$insert msg_equates\r\n\r\nMsgInfo = ''\r\nMsgInfo = 'Are you sure you wish to remove ALL RMA information???'\r\nMsgInfo = 'BNY'\r\nMsgInfo = '?'\r\nResp = msg( '', MsgInfo )\r\nif Resp = 1 then\r\n end_dialog( @window, 'REMOVEALL' )\r\nend\r\nRETURN 0" } } }