Error calling functions webutil in a library.

I installed and configured webutil on my Linux machine and I can successfully run the webutil_demo.

I have a form with webutil related library and object added group calling webutil_file. File_save_dialog successfully.

But when I want another form of a procedure in a PL/SQL library (pll_window.pll) that call webutil_file_transfer.as_to_client, it reports an error saying

The WEBUTIL group object is not available in this form. WebUtil does not work

in and out a little alert "Please acknowledge.

When I click OK, it says: FRM_40734: internal error: PL/SQL error occurred

So, what could be the problem? I had attached to my library file pll_window.pll as webutil.pll.

frank1018 wrote:
I installed and configured webutil on my Linux machine and I can successfully run the webutil_demo.

I have a form with webutil related library and object added group calling webutil_file. File_save_dialog successfully.

But when I want another form of a procedure in a PL/SQL library (pll_window.pll) that call webutil_file_transfer.as_to_client, it reports an error saying

The Group of objects WEBUTIL is not available in this form. WebUtil does not work

in and out a little alert "Please acknowledge.

When I click OK, it says: FRM_40734: internal error: PL/SQL error occurred

So, what could be the problem? I had attached to my library file pll_window.pll as webutil.pll.

You don't subclass of webutil.olb to your form?

Hope this helps

Tags: Oracle Development

Similar Questions

Maybe you are looking for