logo
File Selection Dialog with Oracle Forms 10g (10.1.2): replacing some of webutil functionalities

Similar Posts:

File Selection Dialog with Oracle Forms 10g (10.1.2): replacing some of webutil functionalities
When you have a directory with a complicated hierarchical structure (nested sub-floders), using webutil to browse the folder is inadequate. This is mainly due to the use of JFileChooser which is notoriously slow in this case. Since most implementations use JInitiator, one way to circumvent this problem is to implement a bean that will make use of AWT FileDialog. Based on the fileuploader bean found in the oracle forms 10g demos, I have implemented a bean that provides file selection. This has been tested on Forms 10g 10.1.2 on IBM AIX. Please note that the bean was put together in about 10 hours in order to resolve this specific directory browsing and file selection. Download jar, pll and installation doc Update: Here is the FMB with the demo: fileupload.fmb

Similar Posts:

25 thoughts on “File Selection Dialog with Oracle Forms 10g (10.1.2): replacing some of webutil functionalities

  1. Hi,
    where can we download the module fileselection.FMB to test the bean ?
    Thanks

  2. Hello,

    First, thank you for your blog. It is realy helpfull.

    We are migrating our application from forms 6i to 10g was in manual way. I need a free tool to migrate in an automatic way these programs. Please could you help on that or at least give me advices and document. I heard about JDAPI but I am not java specialist. Could you explain me how it works.

    Also we noticed that there is a slow down in terme of performance when we move a couple of forms to 10g. Do you have any idea why that happens?
    Thank you,
    PS: Environnement: Forms and Reports 10g (10.1.2), LINUX

    Another pbme I had the last

  3. Great work. Webutil is very slow.

    Could I make this to run in Forms 6i? If you have the source code including fmb for 6i please it pass it on, otherwise the code for 10g would be fine.
    thanks

  4. Hi,
    where can I download the module fileselection.FMB and utilweb.jar source ?
    Thanks

  5. Hi Hafed,

    Could you please send me the fileselection.fmb to my email address.

    Thanks,
    Faisal Khan

  6. I have been looking for this kind of bean to be implemented with the form. Could you please send form fileselection.fmb to my email in order to test the bean?

    thanks

  7. Pls send me the fileselection.fmb file, as well. This looks really promising.

    Thanks,

  8. could anyone send me the fileselection.fmb example file, I couldn’t test the bean since now.
    Thx

  9. fileupload.fmb does not work. following errors found when open with dev10g:
    FRM-18108: Failed to load the following objects.

    Source Module:f90standards.olb
    Source Object: DUMMY
    Source Module:f90standards.olb
    Source Object: STANDARD_CHECKBOX
    Source Module:f90standards.olb
    Source Object: STANDARD_CHECKBOX
    Source Module:f90standards.olb
    Source Object: STANDARD_CHECKBOX
    Source Module:f90standards.olb
    Source Object: STANDARD_TEXT_ITEM
    Source Module:f90standards.olb
    Source Object: STANDARD_CHECKBOX
    Source Module:f90standards.olb
    Source Object: STANDARD_TEXT_ITEM
    Source Module:f90standards.olb
    Source Object: STANDARD_TEXT_ITEM
    Source Module:f90standards.olb
    Source Object: STANDARD_TEXT_ITEM
    Source Module:f90standards.olb
    Source Object: TEXT_ROUNDED_BUTTON
    Source Module:f90standards.olb
    Source Object: TEXT_ROUNDED_BUTTON
    Source Module:f90standards.olb
    Source Object: STANDARD_TEXT_ITEM
    Source Module:f90standards.olb
    Source Object: STANDARD_TEXT_ITEM
    Source Module:f90standards.olb
    Source Object: STANDARD_TEXT_ITEM
    Source Module:f90standards.olb
    Source Object: FRAME
    Source Module:f90standards.olb
    Source Object: FRAME
    Source Module:f90standards.olb
    Source Object: DEMO_COMMON_OBJECTS
    Source Module:f90standards.olb
    Source Object: MSGBOX_GROUP
    Source Module:f90standards.olb
    Source Object: DEMO_MODULE_PROPERTIES

Leave a Reply

Your email address will not be published. Required fields are marked *

Similar Posts: