Files
open-insight/LSL2/OIEVENT/CLICK/RDS_OVR.BUTTON_1.json
2024-03-25 15:12:53 -07:00

11 lines
475 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\nLot = trim( .lot_num->text )\r\nQty = trim( .sched_qty->text )\r\nQuoteNo = trim( .quote_no->value )\r\nQxjCheck = .qxj->check\r\nRetVal = Lot:'*':Qty:'*':QxjCheck:'*':QuoteNo\r\nend_dialog( @window, RetVal )\r\nRETURN 0\r\n"
}
}
}