Options

Insufficient memory (stack)

jungleboyjungleboy Member Posts: 48
Dear All,

I encounter an error msg 'There is insufficient memory (stack) to run this function. This can be due to the way the recursive function calls are used in the program. Contact your system administrator for assistance.'

This happen when i try to select a location code in purchase requisition worksheet. We have done some modification on the worksheet earlier.

Please advise.

Thank you #-o

Comments

  • Options
    alanperualanperu Member Posts: 23
    Make sure that you are not in an infinite loop. This might cause this error to be thrown.

    You might have something where Field1 validates Field2 and Field2 validates Field1!

    HTH.
Sign In or Register to comment.