[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: DataAdminErrorHanlder

  • Thread starter Thread starter goo
  • Start date Start date
Status
Not open for further replies.
G

goo

Guest
CATCH e AS Progress.Lang.Error: oErrorhandler = NEW DataAdminErrorHandler(). oErrorHandler:Error(e:getmessage(1)). // will display error in message box END CATCH.

Continue reading...
 
Status
Not open for further replies.
Back
Top