Options

Block Internal Error Message

itspeteritspeter Member Posts: 105
When I shut down my Navision, it prompt "Internal error 1 in module 5" and "Internal error 2 in module 7". Due to I did some checking in OnGlobalModify in codeunit 1, and raise ERROR('') to stop the action.

1.) Will it have any impact if I bypass it?

2.) How do I bypass it and don't show the error message?
Regards,
Peter Ng

Comments

  • Options
    kinekine Member Posts: 12,562
    Workaround: All, what you call in the CU1 in the global triggers, must be Local variables, not global. If you use some global var, the errors after closing Navision are raising...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    itspeteritspeter Member Posts: 105
    Thanks for your fast reply and most importantly it works. :D
    Regards,
    Peter Ng
  • Options
    kinekine Member Posts: 12,562
    I know, I spent 1 month with this problem... :-)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    itspeteritspeter Member Posts: 105
    Are you working on Field level security as well?

    I've completed the basics function such as Visible, Editable for form, and Insert, Update, Delete in table, and on-the-spot password activation to allow staff to Insert, Update, and Delete.

    I was browsing for Security Filter, looking for additional features which can be utilized :-k, then I saw your post http://www.mibuso.com/forum/viewtopic.php?t=6041&postdays=0&postorder=asc&highlight=security+filter&start=0
    Regards,
    Peter Ng
Sign In or Register to comment.