Thanks for the feedback - this is similar to what we are looking for, although we don't need the menu/toolbar to be movable (and don't want the movable image on the left of the toolbar), so I am working on the same idea but using a container object at the top of the form and instantiating it on each form.
Kevin -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rafael Copquin Sent: Thursday, September 21, 2006 7:48 AM To: [EMAIL PROTECTED] Subject: Re: Toolbar Menus I stopped using formsets a long time ago, after I learned how to use forms with private data sessions. I strongly recommend you to stay away from them. As for the toolbar question: I launch a standard VFP menu from a top level form which, in turn, launches a persistent toolbar when it is instantiated. This toolbar is available to all forms in the system. These forms derive from a class that contains methods that would interact with the toolbar in this manner: _______________________________________________ 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.

