Pls Follow the Steps:
- Open your current menu module application.
- Create an independent new menu item with 'Window' name.
- Invoke it's property palette,then follow these changes:
- Set the Menu Item Type = Magic.
- Set Magic Item = Window.
- Set Label = Null. Set Command Type = Null.
- Set Visible = No.
2- Forms Main Module (Optional)
In Pre-form or When-New-Form-Instance Trigger Form's Level
SET_MENU_ITEM_PROPERTY('MAIN_MENU.WINDOW', DISPLAYED, PROPERTY_FALSE);
SET_MENU_ITEM_PROPERTY('MAIN_MENU.WINDOW', ENABLED, PROPERTY_FALSE);
No comments:
Post a Comment