Larry,
How is it that you have two forms open without using MDI? Is one of the forms the parent of the other? If so, I don't think you can impact properties there without using MDI forms. Emmitt Dove Manager, DairyPak Business Systems Evergreen Packaging, Inc. [EMAIL PROTECTED] [EMAIL PROTECTED] (203) 643-8022 From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Lawrence Lustig Sent: Thursday, August 28, 2008 1:21 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Set property of a DIFFERENT form. I'm sure I've seen syntax for this, but I have two forms open X and Y. Y is open on top of X, this is not an MDI situation. When I click a button on form Y, I want to minimize the form, run my code, and restore the form. That works fine with PROPERTY RBASE_FORM WINDOW_STATE 'Minimized' and 'Normal' However, I ALSO want to minimize form X. I think I need to do something like PROPERTY RBASE_FORM|FORM_X_NAME WINDOW_STATE 'Minimized' but I don't know (and can't find) the correct syntax. -- Larry

