Output and processing overlay not disappearin when going to next record

[ATTACH=CONFIG]n71468[/ATTACH]

In my form application , if I press next button or the position number of a record; the application is going on the that record but there is an overlay coming with a output (popup) and processing… message which do not disappear. So that is making impossible to work on the application after that action. What can be the problem?

Problem Scriptcase Next.png

is this on production? development? both?

do you use IE? chrome? FF?

did you try to enable the debug for more information?

was it working before? what have been changed? what field does throw this message?

[LIST=1]

  • Both
  • FF
  • Yes; but nothing is being prompted as error
  • is not a field; just when moving to the next record in update mode [/LIST]
  • I’ve understood what the problem is.
    [LIST=1]

  • The output window is poping up if the sql error is check in application->setting(even if there is no sql error it still poping up without a message;
  • Setting the refresh interval on the grid application(master-details) is what makes the processing... window and overlay to not close. When I put back all the refresh interval to 0 everything work fine; [/LIST] From my view those are scriptcase bugs; the version I am using is [TABLE="cellpadding: 2, cellspacing: 1"] [TR="bgcolor: #FFFFFF"] [TD] [/TD] [TD="colspan: 3"]Version 8.1.047[/TD] [/TR] [/TABLE]
  • good notice magezi, you can report that as bug… once also was using the internal in grid and affected something else, i reported it as bug, they fixed it, not right away, but it was fixed later… most important is to know where that comes from at least you can workaround it, the way you did

    Go to the application section of your app and uncheck the javascript error. That should remove the message.

    I assume he already did that Albert.

    Yes I’ve done that.