So to get both the return code and error code could you run this code and report the report?

Run it both at the command line and as part of a logon script. Use KiXtart 4.21 if possible.


? "KiXtart version: " + @kix
? "OS: " + @DOS
? "Product: " + @ProductType
? "LogonMode: @LogonMode"
?
$rc = DelProgramGroup("Sentry Spelling Checker Engine", 0) = 0
If $rc = 0
? "Spell Checker Program Group Deleted...."
? "DelProgramGroup Result: " + $rc
? "Errorcode: @error @serror"
Else
? "DelProgramGroup Result: " + $rc
? "Errorcode: @error @serror"
EndIf


[ 29. July 2003, 15:13: Message edited by: Howard Bullock ]
_________________________
Home page: http://www.kixhelp.com/hb/