Thank you Ken. That one I should've caught myself. :( Be well!
================ PabloSr In a learning adventure -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Dibble [snip] Your calls to the SaveSets and RestoreSets procedures should have parentheses on the ends, like this: This.SaveSets() This.RestoreSets() Otherwise, VFP may think you're referring to properties rather than methods of the object, and if properties with those names don't exist, you'll get the first, and perhaps second, error on your list. Probably the other errors result when your code continues on and expects to find the environment changed when it hasn't been. Ken Dibble Southern Tier Independence Center www.stic-cil.org _______________________________________________ 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.

