Have you tried something like:
PROPERTY frmOrderMenu|RBASE_FORM WINDOW_STATE 'Minimized'

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Lawrence Lustig
Posted At: Thursday, August 28, 2008 12:46 PM
Posted To: RB7-L
Conversation: [RBASE-L] - RE: Set property of a DIFFERENT form.
Subject: [RBASE-L] - RE: Set property of a DIFFERENT form.


<<

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.

>>


Yes, one form is open on top of the other.  The first form is the application's 
main menu, the second is a menu "on top" of that.

I'm able to affect the properties on the parent form using syntax like this:

PROPERTY frmOrderMenu|gbSearch CAPTION 'HELLO !!!'

Where frmOrderMenu is the component ID assigned to the parent form.  That 
correctly goes back to the parent form, finds the group box with the component 
ID gbSearch, and changes the caption.

My problem getting to the _form itself_, rather than one of it's components.
--
Larry


Reply via email to