Oracle Forms (MOSC)

MOSC Banner

client_get_file_name works sometimes and sometimes not - webutil-matter. SOLVED

edited May 3, 2009 9:29PM in Oracle Forms (MOSC) 6 commentsAnswered
Hi, when migrating from 6i to 10G I use webutil to realise client-interaction. In most cases it works fine.

But there is something irregular with starting the dialog-window to chose a directory.

In one module I have a button to open the dialog-window:
vFilename := client_get_file_name( null, null, 'Alle Files (*.*)|*.*|', null, OPEN_FILE, TRUE);
Creating the module and starting in the browser works fine. When pressing the button to start the dialog-window I got the message:
'No Ackknowledge'  ....  Java bean not found.

Deleting the webutil-object group and copying it into the module instead of inheritance the button works fine and the dialog window is shown. Why is inheritance not working?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center