Hey Desperate<g>, I think it was VFP 9 where MS ignores SET STEP at runtime. Here's an off-the-cuff idea pulled from you-know-where:
If you're stuck in the past, you might try adding a SETSTEP.H include file to your code. Then use SET_STEP_ON vs. SET STEP ON in your source. When you're debugging, use the dev mode #define. When you're (re)building a project, have a project hook change use a compile mode #define value. * use in dev environment #define SET_STEP_ON SET STEP ON * use when compiling #define SET_STEP_ON * Malcolm _______________________________________________ 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 ** 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.

