Home » Developer & Programmer » Forms » Menu not mapping in Oracle form 12c (Oracle form 12c 12.2.1.3.0)
|
Re: Menu not mapping in Oracle form 12c [message #677559 is a reply to message #677558] |
Thu, 26 September 2019 05:27   |
 |
Littlefoot_fan
Messages: 18 Registered: June 2019 Location: Uruguay
|
Junior Member |
|
|
Hello.
It would be helpful if you post the code of the triggers that get executed whenever you open your form (e.g. WHEN-NEW-FORM-INSTANCE), just to give a better insight.
ORA-00942: I think the reason is, as the message says, that you are trying to perform a query somewhere and, either you don't have that table created, you lack the privileges to do it or you need to put the name of the schema before the name of the table. (e.g. select * from schema1.table1 (you could also create a synonym for this table to avoid writing the schema name first)).
FRM-41810: It's hard to say. Could it be that the name of the menu you are specifying is incorrect? (e.g. replace_menu('incorrectname'), or in your form Property Palette, option Menu Module) Maybe the menu file it's not in the same directory as the form file and then the form can't find it?
FRM-41067: The only time I've faced this error was when I wrote the name of a certain menu option wrong. (e.g. set_menu_item_property('INCORRECT.NAME', visible, property_false)) You could look for something similar.
That's what comes to my mind at first.
Also, make us know what you already tried, please.
[Updated on: Thu, 26 September 2019 05:51] Report message to a moderator
|
|
|
|
|
Goto Forum:
Current Time: Mon Apr 07 13:40:17 CDT 2025
|