Form does not compile
704459Mar 24 2011 — edited Mar 28 2011I am working on a new application (new to me) and nothing is documented properly.
(Forms 6i and Oracle 9i)
My assignment is to add new functionality to an existing form. I did not want to mess with the exsiting system, so I copied the folder containing all form .fmbs to my desktop. I added the functionality to the form, and I compiled it using forms builder -> Program-> Compile. It compiled without any errors. I build the form to create the executable file using forms builder->Program->run form-> client/server and it gave me bunch of different errors:-
FRM-10221: Cannot read file 'xyz - name of form'
FRM-41810: error creating menu
FRM-40734: internal error:PL/SQL error occured.
I verified that all menus are present in this local directory.
What am I missing? Also, if at all the form compiles, how can I get the application to point to this directory, in order to be able to test this form. As i mentioned earlier, nothing is documented for this project, so I am having a tough time figuring out things.
all help is appreciated!