Jim, If you Open the form and retrieve back a form reference you can use this to access the properties:
Do form MainForm to oMainForm Do form Form2 with oMainForm In the Form2 you can now use oMainform to manipulate the properties e.g oMainform.Caption="Newcaption" etc. etc. Dave Crozier -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jim Harvey Sent: 29 July 2009 13:08 To: 'ProFox Email List' Subject: Edit one form property from another form For formatting reasons on the screen I have a button on a form that allows the user to turn the title bar on or off for that current form. Can the title bar setting for that form be controlled remotely from another a similar control on another form? James E Harvey Hanover Shoe Farms, Inc. M.I.S./Corresponding Officer Off: 717-637-8931 fax: 717-637-6766 email: [email protected] [excessive quoting removed by server] _______________________________________________ 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/203a9896bff6483da3eddcb67f061...@develop ** 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.

