Error Messages in Single Instance Codeunits

craigbarbs
craigbarbs Member Posts: 60
edited 2003-10-29 in Navision Attain
Hi All,

If an error message is generated in a single instance codeunit, it appears that the same error message gets repeated over and over when I design other objects.

Has anybody else ever experienced this? Does anybody know how to prevent this?

Thanks

Comments

  • eromein
    eromein Member Posts: 589
    Yes, that's right... It's a little Navision feature.

    Just restart Navision or Reopen the database. Then it should be ok.
    "Real programmers don't comment their code.
    If it was hard to write, it should be hard to understand."
  • Jeff_Fierce
    Jeff_Fierce Member Posts: 32
    Or use the built-in debugger and set break point on triggers.
  • craigbarbs
    craigbarbs Member Posts: 60
    Hi All,

    I am aware that closing Navision and re-opening Navision stops that error. The thing is that I need this error message to be there under certain circumstances. I am hoping that there is a way to prevent the error from re-occuring over and over again.

    Thanks
  • eromein
    eromein Member Posts: 589
    don't think so...
    "Real programmers don't comment their code.
    If it was hard to write, it should be hard to understand."