Michael Madigan wrote on 2013-04-23: > What about a resident remote control program like Teamviewer being run in the background. I get all kinds off goofy keyboard stuff with that. > > ________________________________ > From: Ken Dibble >>> > My WAG: Weirdness with a wireless keyboard, or perhaps an intermittent > short in the keyboard cord. > > If you want to find out what's going on, you could probably do: > > foo = .T./.F. && Whichever will be harmless later on > > TRY > foo = CHRSAW() > CATCH > * Log foo here. > ENDTRY > > IF foo = [whatever] > * Your code here > ENDIF > > I'm sure that's obvious though. :) > > Ken Dibble > www.stic-cil.org >
Michael, Ken, Dan, Thank you for your input. There are 138 individual files using this code structure. Legacy code and clipper days with Copy & Paste code reuse. I am in the process of moving this to a Function which I'll be able to wrap the code in a Try/Catch and move on. Though it is not needed for most computers these days, it used to be a way to stop collecting data when running a report. If you are fast enough, or there is years of data collected, you might actually catch it. Since I still have clients running XP machines, this will be relevant for them. Tracy Tracy Pearson PowerChurch Software _______________________________________________ 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/[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.

