Step through the application's logic (keep dividing the problem in half) until you narrow down the component that's producing the nesting error. Whatever is causing this problem is probably manifesting itself later in weird ways later in the execution path, which would account for the strange messages.
I'm guessing something bad is happening with an object's controlsource, but there are so many possibilities. Gotta narrow it down. Bill > Ed > I am facing a peculiar problem. This started just 3 weeks > back. The application I am working is years old. I am using > VFP 8.0. The problem is this. VFP is reporting any error as > "Nesting Error". It is not saying where and what. The error > message box's caption is "Programming Error". The message is > simply "Nesting Error". For example if I try to select data > from a table which is not open, it should say "Alias Not > found". But it says Nesting Error. If a variable is not found > it should say Variable not found. But it says Nesting Error. > If I am trying to create a cursor whose name is already in > use it should say Alias already in use. But it says Nesting > Error. This started happening like 3 weeks back. This is > making my life miserable. Any help is appreciated. Thanks > Murali K Davuluri _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

