Alan Bain wrote on 2010-08-03: > Went back and checked for sure, yes it is top level. > > > On Tue, Aug 3, 2010 at 12:56 AM, Allen <[email protected]> > wrote: >> Is your modal "in top level". >> Al >> >> -----Original Message-----
Alan, As Top-Level forms will not be modal. VFP 9 help file: "As Top-Level Form. The form is a top-level form in which child forms can be placed. Note that a top-level form is always modeless, regardless of the WindowType property setting." In Top-Level forms will stay modal. If your form is set as 1, In Top-Level then some code is returning back to the main form. One thing I noticed about timers. If the code you are currently running disables the timer, the timer might still fire one time a line or two after it is disabled. I have started putting a check for THIS.ENABLED in the Timer method the event calls. HTH, Tracy Pearson PowerChurch Software _______________________________________________ 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/001401cb3319$d259f1a0$770dd4...@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.

