added remaining LSL2 entities
This commit is contained in:
11
LSL2/OIEVENT/CHAR/CAR.ANT_CAR_INPLACE_DATE.json
Normal file
11
LSL2/OIEVENT/CHAR/CAR.ANT_CAR_INPLACE_DATE.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"header": {
|
||||
"version": 1,
|
||||
"type": "record"
|
||||
},
|
||||
"body": {
|
||||
"record1": {
|
||||
"<1>": "declare function msg\r\n$insert msg_equates\r\n\r\nif .resp_signature->text <> '' else\r\n MsgInfo = ''\r\n MsgInfo<micon$> = 'H'\r\n MsgInfo<mtext$> = 'Cannot have an anticipated CAR inplace date without a responsible person signature.'\r\n Void = msg( '', MsgInfo ) \r\n .ant_car_inplace_date->text = ''\r\nend\r\nRETURN 0"
|
||||
}
|
||||
}
|
||||
}
|
11
LSL2/OIEVENT/CHAR/CAR.CAR_INPLACE_DATE.json
Normal file
11
LSL2/OIEVENT/CHAR/CAR.CAR_INPLACE_DATE.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"header": {
|
||||
"version": 1,
|
||||
"type": "record"
|
||||
},
|
||||
"body": {
|
||||
"record1": {
|
||||
"<1>": "declare function msg\r\n$insert msg_equates\r\n\r\nif .car_inplace_signature->text <> '' else\r\n MsgInfo = ''\r\n MsgInfo<micon$> = 'H'\r\n MsgInfo<mtext$> = 'Cannot have a CAR inplace date without having a CAR inplace signature.'\r\n Void = msg( '', MsgInfo ) \r\n .car_inplace_date->text = ''\r\nend\r\nRETURN 0"
|
||||
}
|
||||
}
|
||||
}
|
11
LSL2/OIEVENT/CHAR/EXPORTS2.COMPVAL.json
Normal file
11
LSL2/OIEVENT/CHAR/EXPORTS2.COMPVAL.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"header": {
|
||||
"version": 1,
|
||||
"type": "record"
|
||||
},
|
||||
"body": {
|
||||
"record1": {
|
||||
"<1>": "$insert msg_equates\r\ndeclare subroutine forward_event\r\n\r\nforward_event( VirtCode, ScanCode, CtrlKey, ShiftKey, AltKey )\r\n* REMOVED THIS CODE CAUSE BACK ON THE EDIT TABLES I SET TO 500 FOR THE WIDTH\r\n*CompVal = .compval->text\r\n*if len( CompVal ) > 80 then\r\n* .compval->text = CompVal[1,80]\r\n* MsgInfo = ''\r\n* MsgInfo<mtext$> = 'Comparision value can only be 80 characters'\r\n* MsgInfo<micon$> = '!'\r\n* Void = msg( '', MsgInfo )\r\n* * NOW SET CURSOR TO THE END\r\n* .compval->selection = 81:@fm:0 \r\n*end\r\nRETURN 0"
|
||||
}
|
||||
}
|
||||
}
|
11
LSL2/OIEVENT/CHAR/RDS_SUPPL_INST.SUPPL_INST.json
Normal file
11
LSL2/OIEVENT/CHAR/RDS_SUPPL_INST.SUPPL_INST.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"header": {
|
||||
"version": 1,
|
||||
"type": "record"
|
||||
},
|
||||
"body": {
|
||||
"record1": {
|
||||
"<1>": "if @CtrlEntId->text <> '' then\r\n .save->enabled = 1\r\nend else\r\n .save->enabled = 0\r\nend\r\nRETURN 1"
|
||||
}
|
||||
}
|
||||
}
|
11
LSL2/OIEVENT/CHAR/WO_MAST_SCHED_FIND.FIND_VAL.json
Normal file
11
LSL2/OIEVENT/CHAR/WO_MAST_SCHED_FIND.FIND_VAL.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"header": {
|
||||
"version": 1,
|
||||
"type": "record"
|
||||
},
|
||||
"body": {
|
||||
"record1": {
|
||||
"<1>": "if len( .find_val->text ) then\r\n .next->enabled = 1\r\n .prev->enabled = 1\r\nend else\r\n .next->enabled = 0\r\n .prev->enabled = 0\r\nend\r\nRETURN 0"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user