Attach library webutul.pll without using 10g forms builder

Does anyone know if their is a way to attach a library to a form without using oracle forms builder? I want to attach the webutil.pll without using the forms builder (10g)..to save a lot of time upgrade 6i forms.
Thanks

I have used Java APIs to manipulate forms without using forms builder, i have simple examples in my website
http://www.e-ammar.com/Oracle_TIPS/Forms_API.htm
(additional different tips can also be found), i have also extracted this example for the same website that handles attached library
Hope this helps
Ammar Sajdi
www.palco-me.com
www.e-ammar.com
Amman Jorda
public class Class1
public static void main(String[] args)
JdapiModule.openModule("c:\\SAJDI.FMB");
JdapiIterator fmbs = Jdapi.getModules();
FormModule fmb = (FormModule)fmbs.next();
JdapiIterator libs = fmb.getAttachedLibraries();
while (libs.hasNext())
AttachedLibrary lib = (AttachedLibrary)libs.next();
System.out.println(lib.getLibraryLocation());
System.out.println(lib.getLibrarySource());
System.out.println(lib.getName());
fmb.save("c:\\ammar.fmb");
// finally, free API resources
Jdapi.shutdown();
C:\jdev\jdk\bin\javaw.exe -ojvm -classpath C:\jdev\jdev\mywork\Workspace1\Project1\classes;C:\DevSuiteHome\forms90\java\f90jdapi.jar mypackage1.Class1
C:\ammarsajdi.pll --- this is the library path
AMMARSAJDI --- this is library name
Process exited with exit code 0.
Note: for some reason, if the library is attached without keeping the paht, the program does not detect the attached library. i posted a message on oracle OTN with this regard
an extensive example is submitted by Wilfred and published on his weblog. Wilfred says:
"I’ve put up the Forms converter for download at http://www.oratransplant.nl/files/convforms.zip
It all started out as a very small (hacked) project and grew over time. It grew much larger"

Similar Messages

  • Displaying and Printing Payslip without using Adobe forms in WD

    Hi,
      Is it possible to Display&Print Payslip in WD application without using Adobe forms?,is WD supports Smartfomrs?
    Thanks in advance...!!!

    Yes, you can convert  convert smartform into pdf and display it using web dynpro application. Below link contains detailed information about it.
    [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f0de1eb8-0b98-2910-7996-8a3c2fcf6785]
    Regards
    Vishal Kapoor

  • How can I add check boxes without using the form widget?

    I would like to use check boxes for our facets for our search engine.  You can see an example below.  Is there anyway to do this without using the form widget?
    PJM - Site Updates

    It is not possible to accomplish this with the Muse's Form Widgets. You may need to look for other online solutions and fetch the source code and add to the Muse page using the Insert HTML feature.
    Cheers,
    Vikas

  • I have all my pictures in an external drive, how do i create a library in iphoto without using my internal drive space?

    i have all my pictures in an external drive (around 1tb), how do i create a library in iphoto without using my internal drive space? thanks!

    In iPhoto use the command "File > Switch to Library" and then click "Create New" in the Library Chooser panel.
    Select a folder on your external drive as the destination.
    You can also get to this panel by holding down the alt/options key when you launch iPhoto.

  • Post without using a form.

    Hello,
    The below HTML would post the form data to the made up address:
    "http://www.something.com/index.php" when the the user clicks the submit button that says "Log in". Assume that the above address is on another server.
    <form method="post" action="http://www.something.com/index.php">
    <input type="text" name="user" value="" size="10" maxlength="10" />
    <input type="password" name="pass" value="" size="10" maxlength="10" />
    <input type="submit" name="button" value="Log in" />
    </form>
    But if my JSP already knows the form data (usersname and password), how can my JSP post the info to another website e.g. "http://www.something.com/index.php" without having to bring up a form. Is there some code that I can just use to do post without using a form?
    Cheers,
    Lloyd.

    forward forwards to the page, which has to be a JSP or servlet in the same server. It's internal to the server, the browser will have no idea it's happening.
    URLConnection supports POST. There are examples around the forums. Yes, you'd have to parse the responding HTML to know what happened.
    URLConnection urlConn = new URL("...").openConnection();
    if(urlConn instanceof HttpURLConnection) {
         HttpURLConnection httpConn = (HttpURLConnection)urlConn;
         httpConn.setRequestMethod("POST");
    urlConn.setDoInput(true);
    urlConn.setDoOutput(true);
    urlConn.setUseCaches(false);
    urlConn.setDefaultUseCaches(false);
    PrintWriter out = new PrintWriter(new OutputStreamWriter(urlConn.getOutputStream(), "UTF-8"));
    out.println("name=value&name=value&...");
    out.flush();
    out.close();
    BufferedReader in = new BufferedReader(new InputStreamReader(urlConn.getInputStream(), "UTF-8"));
    // read from in.

  • Migrating Forms 61 to 10g - Forms Builder Crashing

    We are migrating from Forms 6i to 10g. The application works on a HP-UX box, and since we do not have the necessary setup done in the Unix box yet, we are trying to compile the forms in Windows before-hand to see if we can pre-empt some errors.
    I have written a batch command to compile the 6i forms in windows (Windows XP) by invoking the 10g Forms Builder.
    While it works like a charm for most of the forms (we have around 500 forms), there are a few forms for which the compiler/builder simply crashes. The .err file created for this form has absolutely nothing, it is a 0KB file.
    When I try opening such forms in Forms Dev 10g, and then compile them, the Dev crashes. It gives no indication of the error.
    By crashing I mean that windows throws the error message saying "Application has to be closed. Send error report: yes/no"
    Can someone please tell me if you faced such a problem, and how you went about solving it?

    Try a Compile All ( Ctrl - K ), then Ctrl - T.
    Not sure about XP, but in Vista, the 10g Builder and batch compiler will crash if a PLL Library is not available when the form is compiled.
    Make sure the PLL Library is available, and all its objects compile in the 10g setup.
    If that does not help, then try a semicolon-to-semicolon replace all, then save the fmb. Then restart the Forms Builder, and open the fmb again, and try compiling.
    Here is an old link describing the issue:
        Re: FMB size shrinks dramatically

  • After saving a pll file in 11g Form Builder, should I be to open it  in....

    .......10g Form Builder?
    Friends,
    I am currently looking at upgrading our 10.1.2 forms application to 11.1.1 and am slightly puzzled by something.
    If I open an existing 10g .PLL file in Form builder 11g and save it should I still be able to open it in Forms Builder 10g?
    The reason for asking is that when we moved from 6i Forms to Forms 10g, once the PLL was saved in the newer version of Form builder it was no longer possible to open it in the earlier, 6i, version of Form Builder. If you attempted to do so you would see an error "Encoded format has an unrecognized format"
    However it appears that after opening a PLL in Forms 11g builder and saving the file I can still open the same file in Forms 10g. Is this the expected behaviour?
    The reason for asking this is that I want to check that the upgrade to 11g is actually doing something!
    Thanks in advance

    Hi Timothy,
    The account cannot be validated error was due to a glitch on our activation server that has been fixed now.
    Please try using acrobat now and check if you are still facing the problem.
    Regards,
    Rave

  • Oracle 10g Forms Builder in Windows 7

    Oracle 10g Forms Builder crashes whenever we try to open existing 10g fmb files.
    is Windows 7 certified to run Oracle Dev Suite 10g and/or are there patches required to run this in the said OS?

    Hi,
    Thanks a lot for using our community.
    Please note that your posting has been moved to the "Oracle Developer Suite (Forms、Reports、Designer)" Community to better deal with your topic.
    Thank you and best regards,
    Saravanan - Database Administration Community Moderator

  • Menu in Oracle 10g form Builder

    I Build so many forms in ORACLE 10g form builder.
    Now I want to create a Menu form then i want to run it in Internet Explorer at my own PC at which i have build these forms.
    I also want to run seprate forms in internet explorer; as I can run form in Form builder but can't run then in Internet Explorer manually.
    Please help me to solve this problem

    Try the Forms forum @ Forms

  • How to make changes to .fmx file using the form builder

    Hi all
    I have a .fmx form in the AR_TOP directory of the Oracle E-business suite.Now I need to make some changes to the form and compile it and place it back .But the .fmx file didnot open using the form builder 6i .So is there any way that i can convert the .fmx to .fmb so that I can open the form using the Form builder 6i??
    I have the toad s/w installed but I dont know how to open the form using the Toad.
    Thanks

    I have a .fmx formYou cannot open a fmx-file with any developer tool. To make changes to the source-code you need the fmb-file and open it witj Forms-builder
    AR_TOP -directory of the Oracle E-business suiteBe careful when changing source-code in the ebusiness-suite. If its a module from oracle i don't if its supported if you do changes in it.
    I have the toad s/w installed but I dont know how to open the form using the Toad.Toad is definitely the wrong tool for forms-modules.

  • How to use xml forms which are built by using xml forms builder?

    Hi Experts,
    please explain How to use xml forms which are built by using xml forms builder in Web page composer?
    Thanks,
    Anil.

    hi buddy u can try the following page:
    http://help.sap.com/saphelp_nw70/helpdata/en/8f/fe743c74fa6449e10000000a11402f/frameset.htm

  • Cannot use XML Forms Builder - HTTP response: 500 - Internal Server Error

    Hi,
    I am trying to use XML Forms Builder, have added the corresponding role to my profile and when I create a new application or do anything I get the following error popup:
    HTTP response: 500 - Internal Server Error.
    What should I do ??
    Thank you for your help.
    Thibault Schalck

    Hi,
    Check the below link for environment checking of XML Form Builder
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9e/9c8f411467ac5fe10000000a1550b0/frameset.htm
    Raghu

  • Running a project by clicking a icon without running oracle form builder

    Hi,
    How can I Run a project by clicking a icon without running oracle form builder?????
    Regards
    Ashraf

    Hi!
    For forms 6i client/server just create a shortcut for your application like:
    %forms_home%\bin\ifrun60.exe your_formand set the working path to your forms folder.
    For web forms create a shortcut with the url to your server/pc like this:
    http://pcname:port/forms/frmservlet?config=your_configand create a config entry in your %forms_home%/forms/server/formsweb.cfg
    for setting the modulename (fmx) and the working path for your application.
    Regards

  • 10g Forms Builder with error "cannot attach library" opening R12 fmb file

    Hi all,
    I had set up my Forms Builder with all the necessary PLL and FMB files for developing R12 custom forms. I have used the builder to do few custom PLLs and one custom form, and I did not have any problem opening seeded Oracle Forms. Today when I need to enhance that custom form I did 2 weeks ago and I opened Forms Builder, I got the error "Cannot attach library.." for APPCORE, APPDAYPK, etc.. Same error for opening TEMPLATE.fmb.
    I have done these to troubleshoot:
    1) I verified my Windows XP registry "FORMS_PATH" to include the folder where I store all the PLLs and FMBs.
    2) I updated default.env to include that file path.
    3) I create shortcut to Forms Builder and put folder path with PLLs under the "Start in" field of the shortcut.
    4) I rebooted my machine after changing the registry
    5) I moved the folder with PLLs to under C:; I seperate PLL to "resource" sub-folder and FMB to forms/US/ sub-folder just like the server structure.
    6) I install one more copy of Developer 10G Suite and set up the registry.
    None of these work and the key is it used to work with no issue. Any suggestions what may be the problems?
    Thanks!
    Mike.

    Turned out I reloaded all the $AU_TOP forms and PLLs to my desktop and it worked fine. I think I did not FTP correctly the first time.

  • Oracle 10g form builder

    Dear All
    I have installed 10g developer suite. Report builder is working but forms builder is not working. when ever i tried to open a .fmb file it show's the following error.
    i)frm-18108. failed to load the follwoing objects.
    ii) frm-10102 cannot attach pl/sql librariey. This attachment will be lost if the module is saved.
    Regards
    Arifuddin

    Hi,
    Add your folder path in Forms_path in registery so it can find your pl/sql library or
    create a FMB shortcut on desktop and in property there is Start In Box write the full path of your forms folder .
    if you are using any object library then open it first and then open your form.
    Regards
    Ravi

Maybe you are looking for

  • Windows Media Player Playlists to Visio

    Hello, I just purchased a Zen Vision M. I have several playlists made in my music library on Windows Media Player 0. The format of these lists are .m3u. Can someone tell me how to transfer the complete playlist to the Vision M? I tried it using the s

  • Custom Enjoy Transaction

    How to create custom transaction like enjoy transaction where SAP uses Expand and collapse button to Expand and Collapse screen block. Can any one have small sample program to do that?

  • ORA-12560: TNS:protocol adapter error error while using BR*tools

    Hi, I am trying to use BRtools to display instance status (option 6 within Instance Management menu). We are running on Oracle 10g and SAP 4.6c (BRtools version 7.0 patch 13). SAP is running on Windows 2003 cluster environment. I checked lsnrctl stat

  • Changing default workspace removes reference to AIR SDK

    Hi When I change my default workspace to a custom workspace, it removes the reference to the AIR SDK under Preferences -> Flash Builder - > Installed AIR SDK, and won't allow me to add it back in. The text field is not editable, so I can't type the f

  • Question regarding grouped Stacks

    Hi, I've been searching around for ages and I'm not even sure if this is possible. Essentially I'm trying to make a stacked bar graph that has years across the bottom, and then two bars per year. Each of these bars has two variables. I can't work out