WEBUTIL_FILE.FILE_OPEN_DIALOG does not display the same
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