added LSL2 stored procedures
This commit is contained in:
12
LSL2/STPROC/LSL2_OIWIN.txt
Normal file
12
LSL2/STPROC/LSL2_OIWIN.txt
Normal file
@ -0,0 +1,12 @@
|
||||
Function LSL2_OIwin(CtrlEntId, CtrlClassId, Param1, Param2, Param3, Param4, Param5, Param6, Param7, Param8, Param9, Param10, Param11, Param12, Param13, Param14, Param15)
|
||||
|
||||
$insert SRP_APP_INSERTS
|
||||
|
||||
Declare function SRP_Promoted_Events, Get_Current_Event
|
||||
|
||||
// Enter the following into the Exec line whenever this event gets updated:
|
||||
* RUN COPY_ROW "SYSOBJ", "$LSL2_OIWIN*LSL2", "SYSREPOSEVENTEXES", "LSL2*..OIWIN*", "2"
|
||||
|
||||
Event = Get_Current_Event()
|
||||
|
||||
Return SRP_Promoted_Events(CtrlEntId, Event, Param1, Param2, Param3, Param4, Param5, Param6, Param7, Param8, Param9, Param10, Param11, Param12, Param13, Param14, Param15)
|
Reference in New Issue
Block a user