Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run_Product

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Ok, I give up!!
I created a forms module and the name of the module is
Employee.fmb.
Now I created a menu called "Employee Info"
with sub-menus "data entry" and "emp Report".
Finally, I ran this code on pl/sql editor:
BEGIN
RUN_PRODUCT(FORMS, 'Employee', SYNCHRONOUS, RUNTIME,
FILESYSTEM, '', '');
END;
I created a blank form and set the menu module to the menu I created called mymenu.mmx. The intent is to have my client click on any of these menus to get to the file.
Everything compiled successfully but when I click on "data entry" or "emp report", it is not pulling up the employee file.
Can someone, please tell me what I am doing wrong!!
sokeh
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top