added remaining LSL2 entities
This commit is contained in:
11
LSL2/OIEVENT/CLICK/SPC_CLEAN_HF_ETCH_AKRION_RPT1.RB.json
Normal file
11
LSL2/OIEVENT/CLICK/SPC_CLEAN_HF_ETCH_AKRION_RPT1.RB.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"header": {
|
||||
"version": 1,
|
||||
"type": "record"
|
||||
},
|
||||
"body": {
|
||||
"record1": {
|
||||
"<1>": "declare function send_event, msg, ex_vm_rem\r\ndeclare subroutine end_dialog\r\n$insert msg_equates\r\n\r\nTestDateFrom = .test_date_from->text\r\nTestDateThru = .test_date_thru->text\r\nTestType = .hfetchtype->text\r\n\r\nif ( TestDateFrom <> '' ) and ( TestDateThru <> '' ) and ( TestType <> '' ) then\r\n\tDirToPrint = .send_to_printer->text\r\n\tRetVal = TestDateFrom:'*':TestDateThru:'*':TestType:'*':DirToPrint\r\n\tend_dialog( @window, RetVal )\r\nend else\r\n MsgInfo = ''\r\n MsgInfo<mtext$> = 'You must enter a test date from, thru and a test type.'\r\n MsgInfo<micon$> = '!'\r\n Void = msg( '', MsgInfo )\r\nend\r\nreturn 0\r\n"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user