I am trying to hide the main menu(which is an external form file) when a user click on a menu item that brings up a form. That way the user only sees the form.
I tried: PROPERTY RBASE_FORM WINDOW_STATE 'MINIMIZED' But it hides both the menu form and the form it opened. What is the best strategy to do this?? Dan Goldberg

