Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Developer 2000 Menus
The problem that I have encountered relates to the 'dummy' form containing the menu. In Developer 2000, each form must has at least one window, this means that when the user enters the application (executes the dummy form) he sees the menu and two windows : MDI and form window.
What I want is a way to hide this secondary window permanently, as it serves no real purpose, so that when the user is in the menu screen of the application, the only window that he sees, is the MDI.
Currently, in the form I´ve maximized it to 'hide' it but at the top of the screen appear two window bars. Later, the user may resize both windows.
I´ve tried hiding it with Set_Window_Property(<Window>, Displayed, FALSE), Hide_Window and setting it to size 1,1 (nearly works!), but to no avail.
I would be very grateful, if possible, that you could send me a solution for this problem.
Kind regards,
Pete Cardin
E-Mail : m181706002_at_abonados.cplus.es
-------------------==== Posted via Deja News ====----------------------- http://www.dejanews.com/ Search, Read, Post to UsenetReceived on Sun Nov 02 1997 - 00:00:00 CST
![]() |
![]() |