Fred Taylor wrote on 2012-04-17: > Everything in the CONFIG.FPW is dealt with before the first line of code of > your app is processed. > > Fred > > On Mon, Apr 16, 2012 at 9:31 PM, Sytze de Boer <[email protected]> wrote: > >> My system has an error routine which has been in place for years >> >> Questions I have >> Why variable not found when it should have Access denied (or somesuch) >> My config.fpw always has the line exclusive=off >> Is that the best place to have it. >> Does the fpw file supersede the line set exclusive on/off somewhere in the >> app >>
Styze, Some of the SET commands that can be set in the CONFIG.FPW may not be the same later due to datasession scope. http://msdn.microsoft.com/en-us/library/5zkbc394(v=vs.80).aspx I've seen this behavior with a client here and there. When it came down to the real problem, the program was not able to open the table as expected. A field name or an index tag was always in that error message. I remember a recent client that had this trouble. They actually had 5 or 6 corrupt files. All of them had random garbage characters through a section of the file. Usually the troubles are related to a memo pointer being corrupted. Tracy Pearson PowerChurch Software _______________________________________________ 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.

