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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FORM BUILDER (DEBUG vs Client/Server)

Status
Not open for further replies.

tpbjr

MIS
Oct 8, 2004
120
US
Hi Everyone,

Posted this in the Oracle group but I think it should have went here!

I have this problem when I run a form in debug but not in client/server mode. I am in form builder 6.0 and when I execute the debug mode I get a the following message quickly, "Cannot load Function Body GET_ERROR_MESSAGE (unresolved ref to <Unknown Program Unit>). Load GET_ERROR_MESSAGE source only? This is in a YES/NO message box. The GET_ERROR_MESSAGE is in a package but it has to be ok because I do not get this message when I run in clien/server mode. Any ideas and/or suggestions would be deeply appreciated, of course except to upgrade from form 6.0:)


Thank you for all your help

Tom
 
In general in debug mode you should have access to all .pll libraries referenced by the form. In normal runtime mode you may need only compiled .plx files.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top