Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WEBUTIL_FILE.FILE_OPEN_DIALOG does not display the same

udflyerfan9498Mar 4 2008 — edited Apr 9 2008
Hello there,

I am using WEBUTIL_FILE.FILE_OPEN_DIALOG to browse to filename on the client PC. I am experiencing a weird problem ... Depending on how I navigate to a specific form will determine how the FILE_OPEN_DIALOG box will appear. Our application allows several different ways to get to certain forms.

For example, lets say that the FILE_OPEN_DIALOG function appears in "FORM_C".

If a user navigates to FORM_C using the following mouse clicks:
FORM_A --> FORM_B --> FORM_C
the user will be displayed (once the Browse Button is clicked) an older File Dialog Box window (gray/blue border and title bar - looks "old")

If a user navigates to FORM_C using the following mouse clicks:
FORM_A --> FORM_B --> FORM_D --> FORM_C
the user will be displayed (once the Browse Button is clicked) the newer "Microsoft Windows" File Dialog Box window.

Any reason why Forms would display a different dialog box? I can print out both java console windows (if you would like).

Ideally, I would like to bring up the "Microsof Windows" File Dialog Box window for all cases where a user navigates to Form_C.

Thanks in advance for the help,
Mike
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 7 2008
Added on Mar 4 2008
4 comments
3,545 views