In addition to some of the suggestions others have said .. I've created a report factory in our application. It works similar to a class factory. There's a DBF that has the name of a report (the key) and the name of a substitute report to run. Whenever I run a report in the app, I call a method that checks the DBF for the report name. If it finds it, it runs the substitute report named in the DBF instead of the normal report. All you have to do to swap out a report is add a record to this DBF, which is excluded from the project.
Cathy Pountney > -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of Vincent Teachout > Sent: Tuesday, July 13, 2010 12:32 PM > To: [email protected] > Subject: Some way to override built-in (compiled) report with test report > > I thought there was an easy way to do this, but I'm not finding it. > > I need to replace the report that's compiled into my program with a test > version of the same report to help solve a problem. > > For reasons to long to go into, replacing the current program on the > users machine with a new version would only be a last resort. > > I thought if I had the report.frx file in the same folder as the > program, the program would use that version instead of the compiled one. > > Obviously, that didn't work. Is there a way to do this, or do I need to > install a new program? Thanks. > [excessive quoting removed by server] _______________________________________________ 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/00b701cb244f$75c74100$6155c3...@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.

