Urgent: Forms generated from Designer not loading on 9iAS

HI,
I have generated a form using designer 2000, when I try to run
the form on the web it says that the ofgcall library is missing,
though the form runs when executed from the form builder.
other question is.
when I copy the .fmb file to any other destination, and try to
run, it refuses to create the .fmx of the file saying cannot
create the .fmx ( error: frm-30087 ) , I checked the error but
unable to find the described error, as I am logged into the
system and Administrator and the directory in which I m working
is fully accesible and there is sufficient space.
any please help.
Sreekant

Even I faced the same problem. This code works on Windows 95 but gives error "User Defined Exception" when running the same form on Windows NT. May be the API function behined this function call is a primitive one.

Similar Messages

  • Unable to run Oracle Form Builder from Designer 10g

    I am using Windows XP with Oracle Designer 9.0.4.5. From Design Editor, I select Run -> Oracle Forms, nothing happen. I am able to open Form Builder manually (C:\ORACLE\904\bin\ifbld90.exe). After I generated a module (form) from Designer, I have to open the FMB manually from Form Builder. In Designer 9i, I am able to open Form Builder from Designer. Is this a bug for Designer 10g?
    Thanks,
    Jim

    Thanks for the response, Suresh,
    I believe this is an installation/configuration issue.
    I installed Oracle Developer Suite 9.0.4, which includes Form Builder, Report Builder, and Designer. System Path contains the ORACLE_HOME (c:\oracle\904\bin). I am able to start Form Builder from DOS command (ifbld90.exe). I am also able to start Report Builder (rwbuilder.exe) and Designer (des2k61.exe) from DOS. I am able to Run Oracle Report Builder from Designer, but just not Form Builder. I also checked the Windows registry settings and they seem alright to me.
    thanks,
    Jim

  • Can't Generate from Designer- CDD-23564: CFG61.dll not loaded

    All,
    This is absolutely messing me up!
    This question has been posted here before but none of the "solutions" have worked for me. I hoping for some new ideas.
    I get the message/cause/action when I try to generate a form:
    Message
    CDD-23564: The file "d:\ORACLE\des_817\BIN\cfg61.dll" could not be loaded or does not exist.
    Cause
    The specified file or one its dependent files could not be loaded.
    This may be because a file has not been installed, or is not
    correctly defined in the system registry.
    As an example dependency, the Forms Generator files require the
    Form Builder files installed as part of Developer.
    Action
    Check the registry settings for the location of the required
    file. Also check the product and any required dependencies
    e.g.Developer have been installed correctly.
    If necessary, try reinstalling.
    =======================================
    My OS is MS Windows2000 ver.5.0 Service Pack 2
    Designer 6.5.82.2.0
    Oracle9i Enterprise Edition Release 9.0.1.1.1
    Has anyone got a clue on this one?
    much appreciative!
    Chad

    Please tell me solution for resolving this problem step by step, OK?
    I have reinstall N! times developer and design and oracle
    First i install developer6i,
    Second i install designer6i,
    Finally i install oracle8i.
    I always get this problem, I couldn't know reason. Someone tell me to
    get patchset for developer form metalink.oracle.com,however, i couldn't get pachset for developer.
    would you please help me to resolve it?
    Thanks
    hello chad
    try to install/reinstall latest patch for developer ... this helps
    petr valouch. brainbench mvp for oracle programming, http://www.brainbench.com

  • FRM-41219 - Cannot able to call reports from form generated in Designer

    Hi
    I'm trying to call a report from form whit a button generated in Designer 10.1.2.0.2
    But I'm getting error : FRM-41219 Invalid report id
    I'm tying with a menu but I'm getting the same error.
    Please help me

    Note 1056653.6
    FRM-41219 Cannot Find Report: Invalid ID
    Problem Description:
    You are getting error: FRM-41219 Cannot Find Report: Invalid ID
    Problem Explanation:
    The code is using find_report_object and passing a report name to the function.
    The statements are as follows:
    DECLARE
    repid REPORT_OBJECT;
    BEGIN
    repid := FIND_REPORT_OBJECT('report1');
    END;
    Solution Explanation:
    The error message frm-41219 is a new error code which corresponds to the
    Oracle Developer forms/report integration.
    This message essentially means that the report cannot be found. Specifying the
    correct name of a report object found in the forms object navigator (not the
    actual name of the rdf file) usually resolves the problem.

  • The CG$ASK_COMMIT alert is being generated from designer but from where??

    I am generating oracle forms from designer and the generated form contains an ALERT called CG$ASK_COMMIT. My question is, which generator property, specifies this ALERT?? I have looked everywhere? I am trying to change the alert type, style, wording without modifying the form after generation.
    Any help would be great.
    Thanks in advance,
    Terry

    I don't know if there is preference for it. What we do is put this in the when-new-form-instance:
         l_alert_id := FIND_ALERT('CG$ASK_COMMIT');
         IF NOT ID_NULL(l_alert_id) THEN
            SET_ALERT_PROPERTY(l_alert_id,ALERT_MESSAGE_TEXT,'<your message>');
            SET_ALERT_BUTTON_PROPERTY(l_alert_id, ALERT_BUTTON1, LABEL, '<your label>');
            SET_ALERT_BUTTON_PROPERTY(l_alert_id, ALERT_BUTTON2, LABEL, '<your label>');
            SET_ALERT_BUTTON_PROPERTY(l_alert_id, ALERT_BUTTON3, LABEL, '<your label>');
         END IF;

  • Code interface node - .lsb generated but does not load

    Howdy,
    i am using labview 6.1 and VC++/visual studio .NET 2003.
    i tried creating a simple code interface node to add two numbers. i followed the steps given in the "Using External Code in Labview" Manual. I made only one change, which is switching out "$(WkspDir)\$(OutDir)" (under custom build) with "$(ProjectDir)$(OutDir)" as the $(WkspDir) macro is missing from VC++.
    The build occurs successfully and i get a .lsb file. But when i ask the code interface node to load it up, it doesn't. The error description is, "Code Interface Node: object code not loaded."
    any suggestions? thanks in advance.

    Hi,
    This KB describes what may be the issue. I hope this is helpful.
    Regards,
    Ankita

  • How to Get XML from the PDF form generated using Designer that is stored in LC

    We have a Requirement of Generating reports on what a PDF form is comprised of? It is easy for us to scan / parse the XML format of the PDF form and get all the relavent Info we need. We are able to see the XML format of the PDF form when we open up the Form in Designer.
    But we are trying to run this report in a Batch Mode for many PDF files. I need to know how to get a XML format of the PDF file that is stored in LC that was developed using Designer. Once we are able to get the XML of the PDF form it is just a scan / parse to get the relavent data.
    Can some one tell me how to get the XML format of a PDF file stored in the LC?

    If I place the PDF form on the LC server - Can you let  me know of the tools you are referring to get XML design from the PDF form?
    Is it through a Process Orchestration I need to run the PDF through to get a XML design out of it?
    I am fine in storing the PDF in the LC server? How will I get the XML design (XML) from this PDF on the server?

  • How to edit task form generated from human task (.jspx)???

    I created simple SOA application with simple Human task (from this tutorial http://redstack.wordpress.com/2010/01/08/human-workflow-in-11g/ but it doesnt matter) in JDeveloper. Then I generated standard form from human task (Human task -> Auto-Generate Task Form).
    The question is, how to make own form? Not the generated default, but with my own logic...That form is jspx, not jsp, and thats the main problem, in this JDeveloper everything is a bit complicated.
    I tried delete whole generated content, and just import my created file.jsp into jspx like below, but without result. How to import jsp into jspx? I dont want to completely rewrite my existing jsp into jspx and copy it over default...
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:c="http://java.sun.com/jsp/jstl/core"
    xmlns:trh="http://myfaces.apache.org/trinidad/html"
    xmlns:wf="http://xmlns.oracle.com/bpel/workflow/workflow-taglib.tld"
    xmlns:wlc="http://xmlns.oracle.com/bpel/workflow/worklist">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    *<jsp:directive.include file="file.jsp"/>*
    </jsp:root>
    Edited by: [email protected] on 8.6.2010 9:47
    Edited by: [email protected] on 8.6.2010 9:47
    Edited by: [email protected] on 8.6.2010 9:48

    Hi,
    Try
    FacesContext context = FacesContext.getCurrentInstance();
    NavigationHandler handler = context.getApplication().getNavigationHandler();
    handler.handleNavigation(context, null, outcome);
    context.renderResponse();Regards,
    ~ Simon

  • Hide form generated from a click event

    I'm creating an AddOn that is calling the click event of the freight button on the Sales Order screen. I then capture the Freight Charges form that is displayed, populate it with the required information and close the form. The problem that I have is that this causes the Freight Charges screen to flash. I would like to hide this form so that the user doesn't see this flash. I set the form's visible property to false on the after form load event but this doesn't work. Can anyone offer any suggestions?
    Thanks

    hi
    You can from the screen painter set the form property Visible to False.  Then in code once you have are done with loading events do a
            oForm.Visible = True
    Other way is to do a                            
    oForm.Freeze(True)
    and after you are done executing the events do a
                        oForm.Freeze(False)
    But be careful.  If an error occurs you have to trap it and so you can set your form to
                        oForm.Freeze(False)
    Otherwise it can stay on the freeze state and well that's how you'll see it

  • In Planning, 'forms administration page' does not load properly

    Problem is not with Hyperion security credentials but with internet explorer or windows server.
    My colleague with the same security credentials can administer the different forms while I can't.
    I'm a new user so it might be due to some default values somewhere.
    Hyperion Planning 9.3.1
    Windows server 2003
    IE7
    Edited by: 875733 on Jul 28, 2011 4:45 AM

    Thank you RahulS, I did follow IE 7 recommendation for Hyperion products, but didn't solve the problem.
    And on the page where the form list should load, it occurs an error:
    Line: 796
    Char: 2
    Error: Object Required
    Code: 0
    URL: http://website/FormManagement.jsp?Application=AppName&Folder=545998
    The line number and folder number are different when I click different form folders. I am pretty sure it is not jsp file that has problem, because other people don't meet that error.
    Anyone has any idea? thanks in advance.

  • Forms Generator in Designer - pro's & contra's ?

    Hi all
    Does somebody have a list of pro's and contra's concerning generation of Forms modules in Designer6i respectively 9i?
    Best regards
    Martin

    There's not much to pro<>con here. The Forms Gen features are just about identical in Des 6i / 9i / 10g. What is different is what you get out -- Forms 6i/9i/10g source code. So the pro<>con is more what style of Forms you want and what version of iAS you want to deploy on. Check the Developer - Forms part of OTN for Forms version differences and features.

  • Need filled form back from user not just data-How?

    I created a static form in LiveCycle.  I want the PDF form back with the data filled in (not just the data) when the user completes the form. How do I do this?

    You need to put a submit button on your form. Then in the submit tab choose the Submit As option to be PDF instead of XDP data file.
    Then you will have to Reader Extend the form to allow for a local save. You can do this in Acrobat under the Advanced/Extend Features in Adobe Reader menu option. Once this is done save the file and distribute the saved version.
    Paul

  • Forms Generator problems

    I'm trying to use form generator from Designer 6i rel 2.
    I found big problems regenerating a migrated application.
    Layout of most of my blocks is completely changed and I can't reproduce the previous behaviour.
    I found some solutions using relative tabs but may problems are still there.
    The biggest problems I've are on tab canvases :
    1 - I use the same font as before (6.0) but the generated canvases are smaller and fields don't fit in it.
    2 - The height of the tab canvases is smaller then before and form developer tries to reduce it every time I run it giging me a CDG-3484 "error"
    3 - the stacked footer disappeared (sometime totaly somtime partialy).
    Please give me any suggestion or idea.
    TIA
    Tullio

    We noticed the same thing when we started creating Headstart for Designer 6i. Some things we found:
    - We used to always leave page width/height blank to get optimal layout. Now it seems to work better if you specify a value.
    - We found that we get better results when we explicitly specify height and width on all displayed items as well. (We didn't used to ever specify a width on a date column, nor height on any column that we wanted to default to 1.)
    - Designer used to widen the page when an individual item was too wide. Now it narrows the item.
    - Designer has changed its algorithm for determining item width.
    - Designer has added new objects in its object library for Display Only (_DO) objects which affects the layout of these objects particularly.
    Of course, using Headstart we had the luxury of knowning that our object library, template form and preference settings had not changed. If you are using the Designer default object library, template and preferences, I recommend you carefully compare the old versus the new. There may be changes to these underlying objects which would of course affect your generated modules.
    Regards,
    Lauri

  • User defined form usr disapperas from design console (OIM 9.1.0.2)

    Hi,
    I have imported usr.xml from one environment to another, and usr form disapperas from design console. Also getting an error message while importing xml.
    java.util.zip.ZipException: error in opening zip file
    DEBUG,16 Dec 2011 10:35:05,383,[XELLERATE.SERVER],Class/Method: tcDataObj:handleErr - Data: poError.isDetail - Value: com.thortech.xl.orb.dataaccess.tcDataAccessException: DB_WRITE_FAILEDDetail: SQL: ALTER TABLE USR MODIFY Description: ORA-00904: : invalid identifier SQL State: 42000Vendor Code: 904Additional Debug Info:com.thortech.xl.orb.dataaccess.tcDataAccessException
    ERROR,16 Dec 2011 10:35:05,385,[XELLERATE.DDM.IMPORT],Label in use. Please rename.
    ERROR,16 Dec 2011 10:35:05,385,[XELLERATE.DDM.IMPORT],Error Modifying a Column.
    ERROR,16 Dec 2011 10:35:05,385,[XELLERATE.DDM.IMPORT],Exception during import
    com.thortech.xl.ddm.exception.DDMException: Unable to save dataobject for SDC
    com.thortech.xl.ddm.exception.DDMException: Unable to save dataobject for SDC
    Regards,
    Sidharth

    (1) Run following query to verify if there exist entries for administrators for USR form in UDFD form level and provide results to support representative:
    select fug.sdk_key, fug.fug_write,fug.fug_delete, ugp.ugp_key, ugp.ugp_name, fug_rowver from ugp ugp, fug fug where ugp.ugp_key=fug.ugp_key and fug.sdk_key= (select sdk_key from sdk where sdk_name='USR');
    (2)In the case query mentioned above in step(1) does not return any rows then there is need to insert one entry for "system administrator" group and one can execute (please take backup of your database for sure before executing these queries) following queries (
    INSERT INTO FUG (SDK_KEY,UGP_KEY,FUG_WRITE,FUG_DELETE,FUG_DATA_LEVEL,FUG_CREATE,
    FUG_CREATEBY,FUG_UPDATE,FUG_UPDATEBY,FUG_NOTE,FUG_ROWVER)
    SELECT (SELECT SDK_KEY FROM SDK WHERE SDK_NAME='USR'),
    (SELECT UGP_KEY FROM UGP WHERE UGP_NAME='SYSTEM ADMINISTRATORS'),
    1,
    1,
    1,
    SYSDATE,
    (SELECT USR_KEY from USR where USR_LOGIN='XELSYSADM'),
    SYSDATE,
    (SELECT USR_KEY from USR where USR_LOGIN='XELSYSADM'),
    NULL,
    HEXTORAW('000000000000')
    FROM DUAL;

  • Some reports are not loading

    Hi,
    i'm working with reports 6i. i use run_product built-in in a particular form. while running a particular report from this form, some reports are generated, some are not loading.. any general issues!!
    pls help me.

    Hi Ammad,
    The details upto the margin of the main section are displaying. But the body of the main section is not displaying. this is happening when i give some particular items.
    when i give such items directly through report builder, its working..
    but while through forms, the body part is not getting displayed.
    pls help me.
    Edited by: user13106173 on Dec 2, 2010 8:38 PM

Maybe you are looking for