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
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