<< 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

