How to get ERROR messages

EugeneEugene Member Posts: 309
Is there a way to get an error message text from silent codeunit:
IF CODEUNIT.RUN THEN
  LogErrorMessage(GetLastErrorMessageText)
what should i write in place of GetLastErrorMessageText ?


What i need is Navision analogy to CFront.GetErrText
where CFront is an OCX PlusCFront Client Control

Comments

Sign In or Register to comment.