Desmond: "Program too large" does not mean what you think it does. It is not the size of the procedure file, but the size of the largest procedure. Fox is limited, even after all these years, to a maximum procedure size of 64k. Take a look at the sizes of your procedures.
Since it occurs in production and rarely in testing. is it possible you are using smaller/different data sets, and the production data is causing the problem? If you are compiling on-the-fly, using macro expansion (& ampersand commands) in the code, it is possible that the code is getting too large at that point, and causing the error. On Mon, Apr 21, 2014 at 2:56 PM, Desmond Lloyd <[email protected]>wrote: > HELP! > > I just bet one of you has experienced this problem and can offer all sorts > of words of wisdom and advice..... > > -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cacw6n4ue2-5oyzjvpxn3ddgps3+pdp0-kccd43uxf-ql3yh...@mail.gmail.com ** 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.

