Vincent: if you really don't want to recompile the program, and if you didn't protect the .EXE with Refox or another, maybe you can patch the .EXE by modifying the original
REPORT FORM YourRPT to something like REPORT FORM YourRP2 then you copy the report in the .EXE folder as YourRP2.FRX / FRT For binary editing, I use XVI32 (freeware). It's an ugly hack, but may work for you. HTH Pablo On Thu, 15 Jul 2010 11:40:09 -0400, Vincent Teachout <[email protected]> wrote: >PabloG wrote: >> Vincent: >> >> do you try with SYS(2450)? (Application Search Path Order) >> > >That wouldn't help in this particular case, as I'd have to recompile the >program (which was what I was trying to avoid), but it's a terrific idea >if I ever decide to want to have the ability to override reports in the >future. I could just set "CUSTOM REPORTS" as part of the path, and use >sys(2450, 1) to have the app check the paths before checking the >application for the report. Thanks! _______________________________________________ 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.

