WEBUTIL_FILE.FILE_SELECTION_DIALOG

Hi,
Forms 10gR2
Client XP with IE
Webutil 1.0.6
I've got a problem with the function WEBUTIL_FILE.FILE_SELECTION_DIALOG : even if I specify a start directory like this :
v_file := webutil_file.file_selection_dialog (directory_name=>'c:\tmp', title=>'Open file');
the dialog box shows "My documents" files and not "c:\tmp" files.
Obviously, I've got the same problem with :
- FILE_OPEN_DIALOG
- FILE_SAVE_DIALOG
- CLIENT_GET_FILE_NAME

Hello,
Quick and probably dumb answer : have you tested with the standard parameter passing ?
File_Selection_Dialog
'c:\tmp',
NULL,
'Title'
) ;Francois

Similar Messages

  • WebUtil_File.FIle_Selection_Dialog  error in forms 10g release 2

    when I click to butotn to select the file from the OS system by using client_get_file_name function this alert message.
    The message;
    !!!!oracle.forms.webutil.file. FileFunctions bean not found. WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not found.!!!!
    I have written the following trigger in when button press
    :txt1 :=client_get_file_name(null,null,null,null,opne_file,true);
    plz can anybody send me the solution for this

    the frmwebutil.jar exists and when I check it from browser it works like
    http://osname:8889/forms/java/frmwebutil.jar its works fine, or is there any other way to check plz send me and one more issue is when i check the webutil layout in the form its give oracle.forms.webuitl.ole class function does not implement in bean in the layout and then i try to import that classs from the import java classs it gvies error. I need it very urgently

  • WEBUTIL_FILE.FILE_SELECTION_DIALOG -- Return value removes "/" UNC path

    Hello:
    When you pass UNC path (Example "//mcName/test/") as the "Directory Name" for the the above function, it returns the selected file along with the "Directory_Name" but removes ONE file separator("/") from the UNC path (Example "/mcName/test/test.doc").
    Why is this function removes one file separator (/)?
    Thanks

    We have the same problem.
    Copy from JAVA console:
    2009-Mar-16 14:07:07.554 WUF[gfnDialog run()] Creating Custom File Filter : Mask=*.txt, Label=Teksta fails(*.txt)
    2009-Mar-16 14:07:07.554 WUF[gfnDialog run()] Save File mode
    2009-Mar-16 14:07:27.133 WUF[gfnDialog run()] Selected Directory: \\alise\shares\kastanis-u\ Selected File: test.txt
    2009-Mar-16 14:07:33.211 WUF[setProperty()] Setting property WUF_FILENAME to \alise\shares\kastanis-u\test.txt
    2009-Mar-16 14:07:33.211 WUF[setProperty()] Setting property WUF_FILE_ATTRIBUTE to 1
    2009-Mar-16 14:07:33.211 WUF[getProperty()] Getting property WUF_FILE_ATTRIBUTE
    2009-Mar-16 14:07:33.211 WUF[getProperty()] Value of WUF_FILE_ATTRIBUTE=FALSE
    2009-Mar-16 14:07:33.211 WUF[setProperty()] Setting property WUF_FILENAME to \alise\shares\kastanis-u\test.txt
    2009-Mar-16 14:07:33.227 WUF[setProperty()] Setting property WUF_TEXTIO_FILEMODE to W
    2009-Mar-16 14:07:33.227 WUF[setProperty()] Setting property WUF_TEXTIO_CHARSET to (null)
    2009-Mar-16 14:07:33.227 WUF[getProperty()] Getting property WUF_TEXTIO_OPEN
    2009-Mar-16 14:07:33.227 WUF[FileFunctions.fopen()] Opening in Write/Append Mode
    2009-Mar-16 14:07:33.227 ERROR>WUF-201 [FileFunctions.fopen()] Unable to open file \alise\shares\kastanis-u\test.txt for writing (mode=w); Exception: java.io.FileNotFoundException: \alise\shares\kastanis-u\test.txt (The system cannot find the path specified)

  • WEBUTIL_FILE.FILE_OPEN_DIALOG

    I've been trying to use this function such that it goes to the last directory used but I'm not having much luck. I tried using a global and ,in the example below, a variable but neither works. The variable has the correct directory when displayed using set_alert_text immediately before the call. Can anyone help?
    Here's my code,
    DECLARE
         alert_button NUMBER;
         l_directory PAYROLL_FILE_HEADER.FILENAME%TYPE;
    BEGIN     
    l_directory := :GLOBAL.directory;
              set_alert_text( 'PAYROLL_INTERFACE_ERROR_ALERT'
         , l_directory
         , alert_button);
    :FILE_VALIDATION.INPUT_FILE_NAME := WEBUTIL_FILE.FILE_OPEN_DIALOG(l_directory, '', '|All files|*.*|', 'Select Payroll Data File');
    :FILE_VALIDATION.File_Name := '';
    :FILE_VALIDATION.File_Directory := '';
    :FILE_VALIDATION.Number_Of_Records := '';
    :FILE_VALIDATION.File_Details := '';
    GO_ITEM('FILE_VALIDATION.CONFIRM_BUTTON');
    SET_ITEM_PROPERTY('FILE_VALIDATION.CONFIRM_BUTTON', ENABLED, PROPERTY_TRUE);
    END;

    I have also tried...
    :block.rute := webutil_file.file_selection_dialog(directory_name => 'c:\',
    file_name => null,
    file_filter => 'Documentos pdf|*.pdf',
    title => 'Seleccione Fichero',
    dialog_type => open_file, --save_file
    select_file => TRUE);
    ... without any success of the PDF showing after selecting the file and pressing Open button of the selection diaglog.

  • Webutil: webutil_file.file_open_dialog seems to hang when cancel is pressed

    Hi,
    I just used webutil_file.file_open_dialog to select files. I noticed when I press the cancel button, webforms hangs. I have to close my webforms session with the taskmanager, while the cpu has gone to 99%
    I encounter the same problem when using webutil_file.file_selection_dialog.
    Am I doing something wrong or is this a bug?

    what was the code problem that you resolved - I am running into the exact same problem when using the webutil_file.file_open_dialog and I hit cancel it all hangs.

  • Problem in using client_image.read_image_file

    Hi all
    I want to load a picture file into a forms item at Develeoper Forms 10g Rel.2 with the following procedure, but it doesnt work and i also get no error.
    PROCEDURE import_image
    IS
    vFileName VARCHAR2(512);
    BEGIN
    -- Transfer Picture from File Directory to Forms Item.
    GO_BLOCK('FOTO');
    SET_BLOCK_PROPERTY(FIND_BLOCK('FOTO'), DEFAULT_WHERE,
    'natpers_oid = 55664');
    EXECUTE_QUERY;
    SET_BLOCK_PROPERTY(FIND_BLOCK('FOTO'), INSERT_ALLOWED,
    PROPERTY_TRUE);
    SET_BLOCK_PROPERTY(FIND_BLOCK('FOTO'), UPDATE_ALLOWED,
    PROPERTY_TRUE);
    SET_ITEM_PROPERTY(FIND_ITEM('FOTO.FOTO'), INSERT_ALLOWED,
    PROPERTY_TRUE);
    SET_ITEM_PROPERTY(FIND_ITEM('FOTO.FOTO'), UPDATE_ALLOWED,
    PROPERTY_TRUE);
    BEGIN
    vFileName := NULL;
    vFileName := webutil_file.file_selection_dialog('C:\Temp\', '*',
    '|Foto Dateien(*.bmp)|*.bmp|', 'Foto');
    END;
    IF vFileName IS NOT NULL THEN
    client_image.read_image_file(vFileName, 'BMP', FIND_ITEM('FOTO.FOTO'));
    client_host('cmd DEL ' || vFileName);
    END IF;
    END import_image;
    I think the WebUtil 1.0.6 works properly because the 'webutil_file.file_selection_dialog' (see above) works fine.
    Now can somebody give me a tip?
    Best regards
    Martin

    I found the problem :-)
    When i change the following parameter in the file webutil.cfg it works fine.
    transfer.appsrv.enabled=TRUE (old: FALSE)
    Martin

  • Bean Not Found (Invalid Property name oracle.forms.webutil.clientinfo....)

    Hi All
    i have configured the
    WebUtil V:106
    Jacob v:18
    On My Middle Tire
    Application Server: V:9.0.4
    Connecting To Database: V:8.1.7
    "i did recreate the packages for 8i like dbms_lob and ...etc"
    my WebUtil Form Work's Fine
    as
    it displays me the versions for all webUtil Functions 1.0.6
    Also when i try to get the Current Browser IP Address it get me successfully .
    when i submet this statment to get current browser userinfo like :
    webutil_clientinfo.GET_SYSTEM_PROPERTY('user.home')
    it workes fine .
    The Problem IS:
    When is issu this statment :
    webutil_clientinfo.GET_SYSTEM_PROPERTY('oracle.forms.webutil.clientinfo.GetClientInfo')
    it gives me the error "in jinit":
    webutil_clientinfo.GET_SYSTEM_PROPERTY('oracle.forms.webutil.clientinfo.GetClientInfo')2008-فبر-04 15:00:26.984 ERROR>WUI-304 [getSystemProperty()] Invalid Property name oracle.forms.webutil.clientinfo.GetClientInfo supplied
    Also When I Try this to Open A Browes Dialog:
    DECLARE
         FILENAME VARCHAR2(3000);
    BEGIN
    IF GET_RECORD_PROPERTY(:SYSTEM.CURSOR_RECORD,:SYSTEM.CURRENT_BLOCK,STATUS)IN ('NEW','INSERT') THEN
         filename := webutil_file.file_selection_dialog('C:\Temp','*.*','all files (*.*)|*.*|PDF files (*.pdf)|*.pdf|','Select your file ...');
    END IF;
    END;
    it gives me this Error:
    WebUtil Error: oracle.forms.webutil.file.filefunctions bean not found. WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work
    And My Java Console Contain :
    Oracle JInitiator: Version 1.3.1.17
    Using JRE version 1.3.1.17-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Speed
    Proxy Configuration: Manual Configuration
    Proxy: 10.0.0.1
    Proxy Overrides: *.mydomain.com<local>
    JAR cache enabled
    Location: C:\Documents and Settings\speed\Oracle Jar Cache
    Maximum size: unlimited
    Compression level: 1
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://myserv.mydomain.com/forms90/java/f90all_jinit.jar from JAR cache
    Loading http://myserv.mydomain.com/forms90/java/frmwebutil.jar from JAR cache
    Loading http://myserv.mydomain.com/forms90/java/jacob.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    إصدار بريمج Forms هو : 9.0.4.0
    2008-فبر-04 15:40:19.511 ERROR>WUI-304 [getSystemProperty()] Invalid Property name oracle.forms.webutil.clientinfo.GetClientInfo supplied
    Message was edited by:
    IGBSpeed

    Check whether your webutil.olb is subclassed properly or whether the olb file is available in runtime environment..

  • Pl/sql error while compiling forms on AS 10g running on linux

    Compiling WHEN-BUTTON-PRESSED trigger on FILECHOOSER item in BLOCK2 data block...
    Compilation error on WHEN-BUTTON-PRESSED trigger on FILECHOOSER item in BLOCK2 data block:
    PL/SQL ERROR 201 at line 14, column 9
    identifier 'WEBUTIL_FILE.FILE_SELECTION_DIALOG' must be declared
    PL/SQL ERROR 0 at line 14, column 1
    Statement ignored
    Compiling WHEN-BUTTON-PRESSED trigger on DUMMY item in WEBUTIL data block...
    Compilation error on WHEN-BUTTON-PRESSED trigger on DUMMY item in WEBUTIL data block:
    PL/SQL ERROR 201 at line 4, column 1
    identifier 'WEBUTIL_CORE.SHOWBEANS' must be declared
    PL/SQL ERROR 0 at line 4, column 1
    Statement ignored
    Compiling WHEN-CUSTOM-ITEM-EVENT trigger on WEBUTIL_CLIENTINFO_FUNCTIONS item in WEBUTIL data block...
    Compilation error on WHEN-CUSTOM-ITEM-EVENT trigger on WEBUTIL_CLIENTINFO_FUNCTIONS item in WEBUTIL data block:
    PL/SQL ERROR 201 at line 2, column 3
    identifier 'WEBUTIL_CORE.CUSTOMEVENTHANDLER' must be declared
    PL/SQL ERROR 0 at line 2, column 3
    Statement ignored
    Compiling WHEN-CUSTOM-ITEM-EVENT trigger on WEBUTIL_FILE_FUNCTIONS item in WEBUTIL data block...
    Compilation error on WHEN-CUSTOM-ITEM-EVENT trigger on WEBUTIL_FILE_FUNCTIONS item in WEBUTIL data block:
    PL/SQL ERROR 201 at line 2, column 3
    identifier 'WEBUTIL_CORE.CUSTOMEVENTHANDLER' must be declared
    PL/SQL ERROR 0 at line 2, column 3
    Statement ignored
    Compiling WHEN-CUSTOM-ITEM-EVENT trigger on WEBUTIL_HOST_FUNCTIONS item in WEBUTIL data block...
    Compilation error on WHEN-CUSTOM-ITEM-EVENT trigger on WEBUTIL_HOST_FUNCTIONS item in WEBUTIL data block:
    PL/SQL ERROR 201 at line 2, column 3
    identifier 'WEBUTIL_CORE.CUSTOMEVENTHANDLER' must be declared
    PL/SQL ERROR 0 at line 2, column 3
    Statement ignored
    Compiling WHEN-CUSTOM-ITEM-EVENT trigger on WEBUTIL_SESSION_FUNCTIONS item in WEBUTIL data block...
    Compilation error on WHEN-CUSTOM-ITEM-EVENT trigger on WEBUTIL_SESSION_FUNCTIONS item in WEBUTIL data block:
    PL/SQL ERROR 201 at line 2, column 3
    identifier 'WEBUTIL_CORE.CUSTOMEVENTHANDLER' must be declared
    PL/SQL ERROR 0 at line 2, column 3
    Statement ignored
    Compiling WHEN-CUSTOM-ITEM-EVENT trigger on WEBUTIL_FILETRANSFER_FUNCTIONS item in WEBUTIL data block...
    Compilation error on WHEN-CUSTOM-ITEM-EVENT trigger on WEBUTIL_FILETRANSFER_FUNCTIONS item in WEBUTIL data block:
    PL/SQL ERROR 201 at line 2, column 3
    identifier 'WEBUTIL_CORE.CUSTOMEVENTHANDLER' must be declared
    PL/SQL ERROR 0 at line 2, column 3
    Statement ignored
    Compiling WHEN-CUSTOM-ITEM-EVENT trigger on WEBUTIL_OLE_FUNCTIONS item in WEBUTIL data block...
    Compilation error on WHEN-CUSTOM-ITEM-EVENT trigger on WEBUTIL_OLE_FUNCTIONS item in WEBUTIL data block:
    PL/SQL ERROR 201 at line 2, column 3
    identifier 'WEBUTIL_CORE.CUSTOMEVENTHANDLER' must be declared
    PL/SQL ERROR 0 at line 2, column 3
    Statement ignored
    Compiling WHEN-CUSTOM-ITEM-EVENT trigger on WEBUTIL_C_API_FUNCTIONS item in WEBUTIL data block...
    Compilation error on WHEN-CUSTOM-ITEM-EVENT trigger on WEBUTIL_C_API_FUNCTIONS item in WEBUTIL data block:
    PL/SQL ERROR 201 at line 2, column 3
    identifier 'WEBUTIL_CORE.CUSTOMEVENTHANDLER' must be declared
    PL/SQL ERROR 0 at line 2, column 3
    Statement ignored

    i have already compile webutil.pll and its successfully compiled.
    now,when i go for compiling my form, the pl/sql error have been ocured.
    help required in placing the files (.pll,.olb.....) for utilizing the webutil functionality
    kindly reply. its urgent
    Message was edited by:
    user494855

  • How to open a PDF file using forms 9i

    Hi guys!!! Could you please help me with this?
    Using the webutil library, i've found the function FILE_OPEN_DIALOG which yes, it is like windows' dialog box, but it doesn't open the specific file. If i have the PDF software, and a pdf file, and i use the webutil code to open the file from forms, why doesn't it open de file?
    Code used:
    :block.item := WEBUTIL_FILE.FILE_OPEN_DIALOG('c:\',
    'pdf|*.pdf',
    'Select a file: ') ;
    I have also used:
    :block.item := webutil_file.file_selection_dialog(directory_name => 'c:\',
    file_name => null,
    file_filter => 'pdf|*.pdf',
    title => 'Select a file',
    dialog_type => open_file, --save_file
    select_file => TRUE);
    thnx!!

    The dialog just gives you the name of the file to open. You then have to write code to open the file. web.show_document should work.
    I have deleted your last entry. Whatever you think about the situation, a civilized language (which I know Spanish to be) would be appreciated.

  • How to check if the file already exists in the client directory

    Hi all.
    I'm on devsuite 10g. I'm using webutil to download files from DB using webutil function db_to_client.
    What I need is to check if the file already exists in the client directory and if yes to display a message to ask the user if he wants to overwrite or no. How can I make this???
    Here is the code that I'm using to download the file.
    Thanks all for the collaboration.
    Fabrizio
    declare
    file_path varchar2(2000) := null;
    BEGIN
    /** I ask where saving the file on the client machine **/
    file_path:= webutil_file.file_selection_dialog
    (directory_name => null,
    file_name => :bin_docs.name,
    file_filter => '',
    title => 'Saving file',
    dialog_type => save_file, --save_file
    select_file => TRUE);
    /** I download the file from DB to client **/
    if webutil_file_transfer.DB_To_Client_With_Progress
    ( file_path ,
    'BIN_DOCS',
    'DOC' ,
    'doc_id = '||:bin_docs.doc_id,
    'Downloading file',
    ' '||:bin_docs.name) then
    msg_alert('Download del file avvenuto con successo','I',false);
    else
    msg_alert('Si è verificato il seguente errore in fase di download '||SQLERRM,'I',false);
    end if;
    end;

    How about something like the below:
    Note: I have a yes/no alert to asking if they want to over-write the existing file.
    DECLARE
    file_path VARCHAR2(2000) := null;
    over_write BOOLEAN := TRUE;
    BEGIN
    /** I ask where saving the file on the client machine **/
    file_path:= webutil_file.file_selection_dialog
    (directory_name => null,
    file_name => :bin_docs.name,
    file_filter => '',
    title => 'Saving file',
    dialog_type => save_file, --save_file
    select_file => TRUE);
    IF webutil.file_exists(file_path) THEN
    /** check a file by the same name exists in the selected directory **/
    IF show_alert('Ask_overright') != alert_button1 THEN
    /** If we say no then set over_write value to false **/
    over_write := FALSE;
    END IF;
    END IF;
    IF over_write THEN
    /** I download the file from DB to client **/
    IF webutil_file_transfer.DB_To_Client_With_Progress
    ( file_path ,
    'BIN_DOCS',
    'DOC' ,
    'doc_id = '||:bin_docs.doc_id,
    'Downloading file',
    ' '||:bin_docs.name) then
    msg_alert('Download del file avvenuto con successo','I',false);
    ELSE
    msg_alert('Si è verificato il seguente errore in fase di'
    ||' download '||SQLERRM,'I',false);
    END IF
    END IF;
    END;
    cheers
    Q

  • ORA-302000 Error On client_text_io.fopen()

    i am using a webutil library - client_text_io.fopen() on the form that was compiled on 10.1.2.3 version and this webutil_file.file_selection_dialog() built-in package. the webutil_file.file_selection_dialog() works but not the client_text_io.fopen(). when the form is run on the application server it is getting this error ORA-302000.
    PROCEDURE prc_load_proj_alloc_data IS
      vFilename             VARCHAR2(100) := :control.drv_filename;
      vInputFile             client_text_io.FILE_TYPE;
      vLinebuf               VARCHAR2(2000);
      vCommaPosition     NUMBER := 0;
      TYPE                array_type IS VARRAY(10) OF VARCHAR2(100);
      vColumn            array_type := array_type('');
      vCtr                  BINARY_INTEGER := 1;
      vRowCtr            number := 0;
      vLineLoadCnt     number := 0;
    begin
      -- cursor must be placed on the block
      go_block('MRC_PROJ_ALLOC_INTERFACE');
      go_item('MRC_PROJ_ALLOC_INTERFACE.ATTRIBUTE1'); 
      --extend and initialize the array to 9 columns
      vColumn.EXTEND(9,1);
      -- open the file for reading
      begin
        vInputFile := client_text_io.fopen(vFilename,'r');
      exception
           when others then
             alertme('note','SQLCODE '||SQLCODE);
             if SQLCODE = -302000 then
                  alertme('note',errtyp||'-'||TO_CHAR(errnum)||': '||errtxt);
            loop
              alertme('note',TO_CHAR(TOOL_ERR.CODE) || ': ' || TOOL_ERR.MESSAGE);
              TOOL_ERR.POP;
              exit when TOOL_ERR.NERRORS = 0;
            end loop;
          end if;
      end;
    end;
        the file that i am trying to read is in csv format and is not currently in use. i tried any other file from my local C:\ or D:\ drive and i am getting the same error. what could possiblly that i am missing? thanks.

    we figured it out that the cause of issue was that the webutil.plx was on our application executable directory. basically we have the webutil.plx on a common directory applicable to other application and when we removed the webutil.plx on our application directory the ORA-302000 error was solved.

  • Trigger not working

    Good Day !
    Hi ,
    Scenario , I have a oracle form i'm loading the data from text file to the form(non - database block), it have two columns "CODE" and "Verify".
    The data will be populated in the column "CODE", Once the complete data is loaded in the Form, Each value in the "CODE" column is verified with database lookup table, if the value in the "Code" column exist in the database then Corresponding "Verify" will have value as YES,
    otherwise it will be NO.
    My issue is the file is getting populated using webutil, but the corresponding value in "Verify" not populated
    My script given below... At When- button - pressed...
    DECLARE
       txtfile    text_io.file_type;
       linebuf    VARCHAR2 (1800);
       filename   VARCHAR2 (30);
       ret        NUMBER;
       count_pl   NUMBER;
    BEGIN
       count_pl := 1;
       filename := webutil_file.file_selection_dialog ('D:\');
       IF (filename IS NOT NULL)
       THEN
          txtfile := text_io.fopen (filename, 'r');
          text_io.get_line (txtfile, linebuf);
          LOOP
             ret := 0;
             :count_plmn := count_pl;
             :form_code := linebuf;
             text_io.get_line (txtfile, linebuf);
             NEXT_RECORD;
             count_pl := count_pl + 1;
             text_io.new_line;
             EXIT WHEN linebuf IS NULL;
          END LOOP;
       END IF;
       GO_BLOCK ('block5');
       FIRST_RECORD;
       LOOP
          IF :roam_plmn_code IS NOT NULL
          THEN
             SELECT COUNT (*)
               INTO ret
               FROM lookup
              WHEREcode = :form_code;
             IF ret = 0
             THEN
                :valid_roam := 'N';
             ELSE
                :valid_roam := 'Y';
             END IF;
          END IF;
          EXIT WHEN :SYSTEM.LAST_RECORD = 'TRUE';
          NEXT_RECORD;
       END LOOP;
    END;can any one help ASAP , Thanks in Advance.

    Hi,
    Is the below code same as written in your form or is there some typo error:
    SELECT COUNT (*)
               INTO ret
               FROM lookup
              WHEREcode = :form_code;I can't find a space between WHERE and code. Not sure, if it is a typo.
    Another thing, is form_code a data item in block5?
    Hope it helps.
    Navnit

  • Error occurescan;t attatch library webutil

    hello and hi
    me install new form 10g with form 9i
    when i attach webutil.pll with a form and write a code at bush button for open dialog box
    DECLARE
    mDialog VARCHAR2(100);
    BEGIN
    WEBUTIL_BROWSER.browsermessage (WEBUTIL_FILE_TRANSFER.GET_WORK_AREA());
    mDialog := WEBUTIL_FILE.FILE_SELECTION_DIALOG
    ('c:\temp','','*.*','c:\temp',"OPEN_FILE", TRUE);
    WEBUTIL_BROWSER.browsermessage(mDialog);
    END;
    when i run form that error occurs
    Frm-40039 ;Can't attach library webutil while opening form "Form Name"
    regard
    mahr

    Have you correctly integrated WebUtil into your application?
    1. Are the WebUtil objects copied or subclassed into your form?
    2. Have you compiled webutil.pll into webutil.plx?
    3. Is webutil.plx on a directory that is included in FORMS_PATH?
    More information can be found in the WebUtil documentation on OTN:
    http://www.oracle.com/technology/products/forms/htdocs/webutil/webutil.htm
    Refer to the section titled "Collateral" on the top-right side of the page.

  • Change Font / size WEBUTIL function

    Hi
    I have e question about the function
    WEBUTIL_FILE.FILE_SELECTION_DIALOG.
    some customers have approached us that the font size is too small.
    Is it possible to change the font or the font size of the listed Files ?
    And is it possible too use it on the client not on the AS ?
    Does anyone have an idea.
    Env:
    Forms/AS 10.1.2.3 on Windows Clients, Java 1.6
    Thx
    Alfred

    I found some proprrties files in the directory. C:\Programme\Java\jre6\lib Can I make same helpful changes there ? >
    As I mentioned, these settings are inherited from the OS. I don't believe there is a setting in Java you can change that will affect this.
    where I could make these settings on the client OS ?For Windows, you can change the display settings through the "Display" Control Panel applet or right-click the desktop and select display. You can change the Font Size from the Appearance tab and the screen resolution in the Settings tab.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.
    Edited by: CraigB on Jun 8, 2011 8:10 AM

  • Webutil ORA-06502

    Hello,
    When using webutil.file_selection_dialog we are getting an ORA-06502 when the directory structure and filename is 255 char long. Is this a known limitation?
    When enabling webutil logging we get the following output:
    2003-aug-22 13:44:53.640 WUF[getProperty()] Value of WUF_GFN_OPENFILE=S:\Exchange\TestData\Product.development[1]proposal\Project..201.Portal\Case Data\Hull\TestData\Product.development[1]proposal\Project..201.Portal\Case Data\Hull\TestData\Product development proposal\Project Portal\Case Data\Extra[234].long path\short.txt
    sun.plugin.cache.DownloadException
    /Vidar

    I tried a simple case and it worked for 279 characters.
    e.g. myString VARCHAR2(400);
    BEGIN
    Webutil_File.File_Selection_Dialog();
    message (myString);
    END;
    works ok.
    My guess is maybe you are assigning it to a field which is not big enough.
    Regards
    Grant Ronald
    Forms Product Management

Maybe you are looking for

  • How easy is it to create a new add on? I would like to see tabbed display within the browser on FF24 on Android 4.2 – as per desktop FF

    Please excuse this if it's a noob Q – I am, indeed, completely new to Android. Tabbed display appears to have been possible on previous versions of FF for Android via several add ons but unfortunately no more. Display of each open tab within the brow

  • I pod in I tunes, but cannot access I Pod music

    I can see my ipod and the music on the ipod in itunes, but I cannot listen to, delete, move, add or do anything to the music on the ipod in itunes. I see all the muisc there, but it is all greyed out. I have to create a playlist in itunes and sync.

  • Table for customer address

    Hi friends, I need to retrieve data for the customer address, which table should I look into Thanks

  • Using BC4J with MS Access/MySQL

    Hi, I have to develop a small application for PC consisting of somes input forms and a data report (for screen & printer). I'm new to the BC4J framework and I don't have any experiencie with it. I will work with one of this DB: MS Access or MySQL (SQ

  • Bout a bookmark

    u get a device from a friend n they have a bookmark for there facebook then u get the device go into that bookmark n access there facebook log out of there account then log into your own facebook account does your fb account stay logged in on that bo