Oracle Forms (MOSC)

MOSC Banner

Window not appear when using Webutil | Oracle Forms 12c

edited Mar 11, 2018 5:03AM in Oracle Forms (MOSC) 5 commentsAnswered

Hello,

I've created one form that using webutil functionality for saving text file as follow and it is working fine.

:CTRL_BLK.TXT_DIR_PATH :=

  WebUtil_File.File_Save_Dialog (

     directory_name   => null,

     File_Filter      => '|text file|*.txt|',

     Title            => 'Select Directory where you want save your Text File.');

MYFILE := CLIENT_TEXT_IO.FOPEN (:TXT_DIR_PATH, 'W');

      CLIENT_TEXT_IO.PUT_LINE (MYFILE, V_text);

      CLIENT_TEXT_IO.FCLOSE (MYFILE);

But some times when running this form window will not appear and it will show blank page (Menu and toolbar only will appear without the form content)

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