In the application I have started to get an error message when in development mode that I am unable to figure out.
The error message is:
The handler: cRevGeneral has reached the recursion limit of: 400000. Execution will be terminated to prevent hung.
Any insight on this?
Error Message Received
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Error Message Received
---
Graham Pearson
Goshen, IN USA
We Are Closed Today is your single internet resource for Indiana Area School Closings, Visit http://www.weareclosedtoday.com
Graham Pearson
Goshen, IN USA
We Are Closed Today is your single internet resource for Indiana Area School Closings, Visit http://www.weareclosedtoday.com
Re: Error Message Received
Hi.
cRevGeneral is a synonym for "revProfile" which sets property names under script control. Do you have a handler by this name?
The error message is common when a loop is running with no change, and without any prospect of terminating. It is designed to prevent LC from hanging. Where are your repeat loops, and what are they up to?
Craig Newman
cRevGeneral is a synonym for "revProfile" which sets property names under script control. Do you have a handler by this name?
The error message is common when a loop is running with no change, and without any prospect of terminating. It is designed to prevent LC from hanging. Where are your repeat loops, and what are they up to?
Craig Newman
Re: Error Message Received
I have not used any handler by the name of either cRevGeneral or revProvile within the application. I do have some loops and will have to check them to make sure they are complete. Manily I am using loops to pull populate information into my datagrid and combo boxes so users can just select from the list.
dunbarx wrote:Hi.
cRevGeneral is a synonym for "revProfile" which sets property names under script control. Do you have a handler by this name?
The error message is common when a loop is running with no change, and without any prospect of terminating. It is designed to prevent LC from hanging. Where are your repeat loops, and what are they up to?
Craig Newman
---
Graham Pearson
Goshen, IN USA
We Are Closed Today is your single internet resource for Indiana Area School Closings, Visit http://www.weareclosedtoday.com
Graham Pearson
Goshen, IN USA
We Are Closed Today is your single internet resource for Indiana Area School Closings, Visit http://www.weareclosedtoday.com
Re: Error Message Received
cRevGeneral is caused by several things, among them the Geometry Manager, the table field (not the datagrid), and the profile management. I usually advice not to use any of those, because they tend to misbehave.
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode