In addition to the mouse stuff, you should trim it back to the bare essentials for what you're trying to understand. VFP stores the events you've selected for tracking in your FOXUSER table (ID=ETRACK if you're interested) so your event selection is maintained across sessions, assuming you have a resource file in use in your dev environment. This is what I have in mine:
Click, Error, GotFocus, Load, LostFocus, Moved, ProgrammaticChange, QueryUnload, Unload, UIEnable, Activate, Deactivate, Destroy, Init, ContainerRelease -- rk -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Kurt Wendt Sent: Wednesday, June 19, 2013 12:57 PM To: [email protected] Subject: RE: A Focus Problem - Not a Lack of Concentration! Yup - I found that out. In my 1st attempt - I incorrectly tracked the Wrong things. I have it tracking now - and I kinda see what's going on. Although - I have to admit - the amount of info/# of Events tracked in that Output window is a bit overwhelming. And, that's taking into account the Suggestion in the VFP Online Help to NOT track Mouse stuff! And - RK - yeah, it sure is Verbose! I think at this point - I'm going to take a step back - and try out Rafael's suggestions - and see how that plays out... -K- _______________________________________________ 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/DF1EEF11E586A64FB54A97F22A8BD0442280B39D26@ACKBWDDQH1.artfact.local ** 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.

