Stack overflow

xavigepexavigepe Member Posts: 185
Hello. We have a new form where we display item and orders info. Sometimes we have a stack overflow when displaying the form. It does not happen always: with the same user and same items sometime we get the error sometimes not. Is there a way we can catch what is causing the overflow.

Thanks in advance.

Comments

  • sendohsendoh Member Posts: 207
    Set the Debugger to ACTIVE .go to Tools->Debugger->Active then run the FORM. it will show which is the cause of the error.
    Sendoh
    be smart before being a clever.
  • xavigepexavigepe Member Posts: 185
    Could be a solution, but the problem is that we don't have the error always we get it from time to time and not necessary with the same user or same item. Maybe they are working the whole day without problems and tomorrow they get the error.
  • ta5ta5 Member Posts: 1,164
    Normally, stack overflow occurs because a recursive call of a function. In the standard solution this is often a nested bom with references to itself.

    Hope this helps
    Thomas
Sign In or Register to comment.