M
Marco Aurelio
Guest
Hi all, OpenEdge Release 11.6.3.016 chui suddenly no-error is not working. In the program below I was specting that the error should be displayed in the message command but error-status:error returns "no" and ERROR-STATUS:GET-MESSAGE(1) returns "" and the error message is displayed in message área of chui or logs. this problem happens with a .p no-error too. even in webspeed, appserver and pasoe. thanks, /*program*/ def var i as i. run teste no-error. message error-status:error skip ERROR-STATUS:GET-MESSAGE(1) view-as alert-box. procedure teste: i = dec("x"). end procedure.
Continue reading...
Continue reading...