Xref: alice comp.databases.oracle.misc:35561
Path: alice!news-feed.fnsi.net!newspump.monmouth.com!newspeer.monmouth.com!feeder.qis.net!news.umbc.edu!umbc9.umbc.edu!dlaw2
From: Daman <dlaw2@gl.umbc.edu>
Newsgroups: comp.databases.oracle.misc
Subject: Need help with Menu
Date: Wed, 7 Jul 1999 16:27:43 -0400
Organization: University of Maryland, Baltimore County
Lines: 20
Message-ID: <Pine.SGI.3.96A.990707162516.283555A-100000@umbc9.umbc.edu>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender: dlaw2@umbc9.umbc.edu

Hi,

I am new to Oracle.  I am trying to build an Employee submenu
with these items:

- Employee (is the submenu)
  - Sales Representative 
  - Stock Clerk
  - Manager

What I want to do is when the Sales Representative is selected,
an EMPLOYEE form will list all the employee with the title Sales
Representative.  What are the alternatives?  I have tried declaring
GLOBAL variables to flag my menu selection, and found out that they
can't be shared between Forms modules and Menu.
Any help or comments will greatly be appreciated.

Thanks,
Daman

