Forms 5 - Menu question
From: wozi <wozi_at_dhc.net>
Date: Thu, 21 Oct 1999 18:58:34 -0700
Message-ID: <AD2F815C7127552B.A4B90FB82CE55CCF.B6028D3EBDC6145A_at_lp.airnews.net>
I have a procedure in the Program Units section of Forms. I have created a menu. I attached a code to one of the menu item which basically calls a window. Here is the sample code:
Date: Thu, 21 Oct 1999 18:58:34 -0700
Message-ID: <AD2F815C7127552B.A4B90FB82CE55CCF.B6028D3EBDC6145A_at_lp.airnews.net>
I have a procedure in the Program Units section of Forms. I have created a menu. I attached a code to one of the menu item which basically calls a window. Here is the sample code:
Open_window('my_window'); - open_window is a procedure in Program Units
When I compile, it says the procedure is undefine. I know the menu is a separate module, but shouldn't it be able to access programs units in the forms module? Any help will be appreciated
tyc77_at_hotmail.com Received on Fri Oct 22 1999 - 03:58:34 CEST