inteleserve
IS-IT--Management
What I would like to do is get the sample procedure below to send my cell phone an email instead of 'cancel'. Any ideas on this?
sample procedure
PROCEDURE hand_err
PARAMETERS zerror, zcmess, zcmess1, zprog, zlineno
PRIVATE zerror, zcmess, zcmess1, zprog, zlineno
DO CASE
CASE zerror = 3
= INKEY(2,"MH")
RETRY
ENDCASE
CANCEL