added LSL2 stored procedures
This commit is contained in:
21
LSL2/STPROC/TEST_OBJ_NOTES_SENT.txt
Normal file
21
LSL2/STPROC/TEST_OBJ_NOTES_SENT.txt
Normal file
@ -0,0 +1,21 @@
|
||||
COMPILE ROUTINE TEST_OBJ_NOTES_SENT(Dummy)
|
||||
ROWDEF(CHARSTR)
|
||||
|
||||
DECLARE SUBROUTINE obj_Notes_Sent, Set_Status
|
||||
DECLARE FUNCTION Get_Status, obj_Notes_Sent
|
||||
|
||||
Set_Status(0)
|
||||
|
||||
debug
|
||||
|
||||
Stuff = obj_Notes_Sent('GetUserKeys','DAVID_K')
|
||||
|
||||
IF Get_Status(errCode) THEN DEBUG
|
||||
|
||||
|
||||
|
||||
* * * * * * *
|
||||
Bail:
|
||||
* * * * * * *
|
||||
|
||||
RETURN
|
Reference in New Issue
Block a user