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

11 lines
712 B
JSON

{
"header": {
"version": 1,
"type": "record"
},
"body": {
"record1": {
"<1>": "declare function sched_rpt1, send_event, msg, ex_vm_rem\r\ndeclare subroutine end_dialog\r\n$insert msg_equates\r\n\r\nDateFrom = .date_from->text\r\nDateThru = .date_thru->text\r\n\r\n* ALLOW THE USER TO NOT ENTER ANY DATES\r\n* AND THE REPORT WILL GENERATE ALL\r\n*if DateFrom or DateThru then\r\n RetVal = DateFrom:'*':DateThru\r\n end_dialog( @window, RetVal )\r\n*end 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\n*end\r\nreturn 0\r\n"
}
}
}