11 lines
869 B
JSON
11 lines
869 B
JSON
{
|
|
"header": {
|
|
"version": 1,
|
|
"type": "record"
|
|
},
|
|
"body": {
|
|
"record1": {
|
|
"<1>": "declare function sched_rpt1, send_event, msg\r\ndeclare subroutine end_dialog\r\n$insert msg_equates\r\n\r\nBillDateFrom = .bill_date_from->text\r\nBillDateThru = .bill_date_thru->text\r\nPlant = .plant->text\r\nCusts = .customer_info->array<1>\r\nswap @vm:@vm with '' in Custs\r\nif Custs[-1,1] = @vm then Custs[-1,1] = ''\r\nif BillDateFrom or BillDateThru then\r\n\tDirToPrint = .send_to_printer->text\r\n\tRetVal = BillDateFrom:'*':BillDateThru:'*':DirToPrint:'*':Custs:'*':Plant\r\n\tend_dialog( @window, RetVal )\r\nend else\r\n MsgInfo = ''\r\n MsgInfo<mtext$> = 'You must have a from date or a thru date.'\r\n MsgInfo<micon$> = '!'\r\n Void = msg( '', MsgInfo )\r\nend\r\nreturn 0\r\n"
|
|
}
|
|
}
|
|
} |