RE: Edit one form property from another form

Author: Dave Crozier

Posted: 2009-07-29 at 09:00:15

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: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] 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: jharvey@hanoverpa.com

[excessive quoting removed by server]

©2009 Dave Crozier