Skip to main content

[Migrated content. Thread originally posted on 10 April 2006]

Hello
Is there any consensus as to what causes the message:

"ACCEPT recursion limit reached! Further execution may cause unpredictable results."

I am using version 6.0 and it seems to randomly appear on rare occasions.

[Migrated content. Thread originally posted on 10 April 2006]

Hello
Is there any consensus as to what causes the message:

"ACCEPT recursion limit reached! Further execution may cause unpredictable results."

I am using version 6.0 and it seems to randomly appear on rare occasions.
Originally posted by Milk5600
Hello
Is there any consensus as to what causes the message:

"ACCEPT recursion limit reached! Further execution may cause unpredictable results."

I am using version 6.0 and it seems to randomly appear on rare occasions.


Do you use grids?

[Migrated content. Thread originally posted on 10 April 2006]

Hello
Is there any consensus as to what causes the message:

"ACCEPT recursion limit reached! Further execution may cause unpredictable results."

I am using version 6.0 and it seems to randomly appear on rare occasions.
Yes, more for display and selecting of records than for updating

[Migrated content. Thread originally posted on 10 April 2006]

Hello
Is there any consensus as to what causes the message:

"ACCEPT recursion limit reached! Further execution may cause unpredictable results."

I am using version 6.0 and it seems to randomly appear on rare occasions.
OK,

We had this problem in 6.1.0.
The problem occured with us when we used the MSG-GOTO-CELL-MOUSE to display more information regarding the line selected.
It potentially causes accepts within accepts.

What we had to do was terminate the accept and do the work in an exception procedure instead.
This did stop the problem occuring for us anyway.

Shaun