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

