PDA

View Full Version : Error.Message Verbage



Guy Bernard
02-14-2005, 04:29 PM
Using LSzip and want to provide an error message that is more "user
friendly".

! Execute zip command
Res = Zip.LSZExecute( zm_ADD )
IF Res THEN
MESSAGE('Error: ' & Res)
END

Displays the Error.Code and I'd like to add the verbage associated
with the code which I think exists in LSZerrmg.clw.
My problem is I don't know what code to add to retrieve the message
verbage.

Thanks in advance
Guy

GRBernard@cs.com
B.I.S.Inc

Guy Bernard
02-17-2005, 06:04 PM
I've been doing some digging throught the Documentation and I think maybe the answer is to use the Message.Pump. I haven't got it completely under control yet buy I think it will allow me to handle all of the "error.message" to the user.

I think I'd call this issue a "done deal". If I stub my toe on the Message.Pump I'll be back.