11 lines
491 B
JSON
11 lines
491 B
JSON
{
|
|
"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<mtext$> = 'Are you sure you wish to remove ALL RMA information???'\r\nMsgInfo<mtype$> = 'BNY'\r\nMsgInfo<micon$> = '?'\r\nResp = msg( '', MsgInfo )\r\nif Resp = 1 then\r\n end_dialog( @window, 'REMOVEALL' )\r\nend\r\nRETURN 0"
|
|
}
|
|
}
|
|
} |