Announcement

Collapse
No announcement yet.

disable clearing of Formula Output Window

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • disable clearing of Formula Output Window

    I have a problem in that every time my script encounters an error, the error is displayed for a fraction of a second and then cleared.

    I cannot read the error.

    Can someone tell me how to disalbe this clearing on error? So that I may debug the problem?

    Thanks.

  • #2
    Re: disable clearing of Formula Output Window

    dalves
    That is probably caused by a debugClear() statement used in another formula running in the same Page/Layout that you will need to comment out. Alternatively a quick and easy way to resolve this is to run the formula on its own in a new Page/Layout
    Alex


    Originally posted by dalves
    I have a problem in that every time my script encounters an error, the error is displayed for a fraction of a second and then cleared.

    I cannot read the error.

    Can someone tell me how to disalbe this clearing on error? So that I may debug the problem?

    Thanks.

    Comment


    • #3
      Thanks! That was the issue.

      Comment


      • #4
        dalves
        You are most welcome
        Alex


        Originally posted by dalves
        Thanks! That was the issue.

        Comment

        Working...
        X