creating menu in 10g [message #501652] |
Wed, 30 March 2011 07:31 |
hany_marawan
Messages: 198 Registered: April 2005 Location: Cairo - Egypt
|
Senior Member |
|
|
I built a form in 10g
and I want to replace the oracle menu with my menu, so I wrote the code
replace_menu('TA_MENU.MMX',null, null);
in the new form instance trigger
but when I run the form it gave me this error
"frm-10221 can not read the fiel TA_MENU".
what have I do to fix this error?.
Regards
|
|
|
|
Re: creating menu in 10g [message #501657 is a reply to message #501652] |
Wed, 30 March 2011 08:01 |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
From form builder help:
Quote:
Cause: Either file privileges are set incorrectly, or the library you tried to open is invalid.
Action: Recompile the application library and try again
Have you tried what it says?
|
|
|
|
|
|
|