Forms 9i - Compilation on Linux - property class,VA from base form

Hi all,
We have got around 400 forms converted from forms 6i to forms 9i.
We have subclassed property classes and visual attributes to most of the forms from the base form (say std.fmb).
Now , we need them to be compiled on Unix / Linux for the first time.
While compiling, we get message "FRM-18108: Failed to load the following objects." but the .fmx file is created.
We understand that this is due to the reference of the source form as STD and not as std. How to correct this problem but without renaming the form std to STD or having one more copy of that as STD.fmb.
Please suggest

Hugo,
the Forms module can be compiled without having to compile oracle.forms.demos.ProgressBarPJC. Just have the implementation class reference in teh Forms module and use the same jar file.
Frank

Similar Messages

  • How to inherit property class

    hello experts,
    i am using forms 10g. i created a property class in form a.
    save and compile. now i wanted to inherit that property class in form b.
    for this i subclass it from form a to form b.
    when i close the form a, it showing the message
    frm:18108 error
    source module: formA
    source object my_property (property class)
    as we say we can inherit property classes , please help me how?
    thanks
    yash

    Yash,
    In order for FORM B to find the Property Class in FORM A, FORM A must be in a directory that is part of the FORMS_PATH. It is always a good idea to create a GLOBAL.FMB (or what ever you want to call the form) or an Object Library (.OLB) that contains all of your objects that will be subclassed in other forms. Then put this .FMB or .OLB in a directory that is in your FORMS_PATH. This lets you store all of your subclass source objects in one location.
    Craig...

  • Frmf2xml and frmxml2f with property classes that have triggers

    All,
    I am not sure if I have a setup problem or a bug, but here goes. When I convert a form from fmb to xml (using frmf2xml) the .xml version gets created fine. When I convert back I get the following error:
    Processing XML module module1_fmb.xml
    Subclassing error: Check that your FORMS_PATH contains all parent modules.
    Could not find exisiting sub-object KEY-CLRBLK on owner MODULE1
    Could not find exisiting sub-object KEY-DELREC on owner MODULE1
    Could not find exisiting sub-object WHEN-MOUSE-CLICK on owner MODULE1
    Module saved as module1.fmb
    The FORMS_PATH is set right etc. The problem only shows up in the following circumstances:
    I have a property class in the form - the property class has a trigger - the property class is attached to the Module Property Sheet.
    Looking at the XML that gets generated, it looks like the trigger information is repeated when the property class is used at form level. If i use it at block or item level it converts ok?
    I can't find anything on metalink and wondered if anyone else had the issue? i.e. a functional property class with triggers used at module level.
    Thanks in advance,
    Bren

    It's quite easy to replicate this (if anyone is interested):
    1. Create a new form
    2. Create a property class and call it Module_Class
    3. Add a couple of triggers to the class with "Null;" in teh trigger code, say a PRE-FORM trigger and a POST-FORM trigger.
    Now - if you save the module at this stage conversion works fine to/from XML/FMB.
    Open the form and select the modules property sheet. Now, subclass the module using the Module_Class you created before.
    Save the module.
    Now - conversion from fmb to XML appears to work - but converting back fails.
    Can anyone verify this?
    Regards,
    Bren

  • Calling Report from Oracle form 11g

    I am new to Forms 11g, trying to call report from Oracle forms 11g .
    I want to call report from oracle forms, but its giving error.
    Below is the code
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN
    repid := FIND_REPORT_OBJECT('empreport'); -- report node in forms builder
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_EXECUTION_MODE, BATCH);
    set_report_object_property ( repid, report_filename, 'empreport.rdf' ); -- report name
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,cache);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'RptSvr'); -- report server name
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    if
    rep_status = 'FINISHED'
    then
    WEB.SHOW_DOCUMENT('http://inorasrv-pc:7001/reports/dtd/rwservlet/getjobid='||v_rep||'?server='||'RptSvr','_blank');
    else
    message ( 'error while running reports-object ' || error_text );
    message ( ' ' );
    clear_message;
    end if;
    end;
    Above code giving following error :
    Unable to connect to report server RptSvr
    I think my report servername is wrong
    Where to find report server name in 11g.
    I am Using weblogic server, so can i give weblogic server name
    Thanks in advance.
    Edited by: parapr on Aug 17, 2012 1:52 AM
    Edited by: parapr on Aug 17, 2012 3:21 AM

    Hi,
    You have to have the report server
    a. Installed and configured
    b. Running.
    See
    http://docs.oracle.com/cd/E21764_01/bi.1111/b32121/pbr_strt001.htm
    http://docs.oracle.com/cd/E17904_01/bi.1111/b32121/pbr_verify004.htm
    http://docs.oracle.com/cd/E17904_01/bi.1111/b32121/pbr_conf003.htm#i1007341
    If you are using rwservlet then you will find the name from the Configuration file referred to in the last link.
    Cheers,

  • Data not transfering from one form to another

    I have designed two forms in which i want to transfer data from one form to another which contains lot of fields.Process starts wid filling the first form(form1) from the workspace and all the data from dat form will be transfered to next level user who is having form2.Both forms contains two pages each.I tried with the SETVALUE ACTIVITY after designing two forms but its showing error.

    No am not using any xml schema .i have designed the two forms with the same fileds and field names.what cpould be the problem.After submitting the task from the start process it is going to the next user level but the form is getting added twice in the to do list of that user and data is not getting bound.If u want i can sned u my lca files or forms.

  • Variables to a BI Query from input form and chart?

    Hi,
    I have a query (QUERY A) to which I connected an input form to define the variables. The output is a chart which tells us a status overview.
    Now I want to use the input form as well for entering the variables for QUERY B. This is no problem as the variables are passed through correctly. However, I also wanna filter on status by selecting the status in the chart. This does not work unfortunately.
    Situation:
    INPUT FORM ----------> QUERY A ---------------> CHART----------------------------
                                      |                                             |
                                      |                                             |                             
                                      |                                             |
                                      ----->QUERY B <--------------------------------
                                                  |
                                                  |
                                                  ----------->OUTPUT (VARIABLES FROM INPUT FORM AND CHART}
    Is this possible at all?
    Best regards,
    Jan Laros

    Hi Jan,
    I suspect that you are only partially passing the variables in two separate select events.  You should be able to meet your requirement with the following approach:
    1) Connect a select event from the output port of the form to the input/variable port of Query B.  In the input parameters reference both the relevant form fields AND the chart fields you want to filter by;
    2) Connect a select event from the output port of the chart to the input/variable port of Query B.  In the input parameters reference both the relevant form fields AND the chart fields you want to filter by;
    In other words, each select event link should reference the same fields from both the form and the chart.
    Regards,
    Mustafa.

  • Launching web aplication from oracle Forms

    1) How to launch any other web application from from oracle Forms application.
    2) Can we pass parameters from Oracle forms application to other web application? if yes how?
    Help me

    2) You can use global variables or you can use the call_form built-in and share_library_data = yes. Recommended by Oracle.

  • How to delete selected records from process form child form

    Hi,
    I have one child table attached to process form which has 6 columns.
    I have added 3 rows to the child form . if i tried to remove any row from the form always the first record is removing even though it is not selected to remove. I have coded according to Re: Removing from Child Process Form
    Please help me
    thanks in advance

    Can you tell us the code you had written?
    Regards,
    A

  • Copying links from published forms - not working for all!

    I currently have two web based forms open.  I am trying to allow others to view the results and feedback and have therefore published both forms.  I have then copied the links from each forms and created links to them via a Sharepoint site.  One of these links works fine whilst the other states 'That URL is not in the correct format for an Acrobat.com document link.'.
    Any advice on how to fix this?

    Hi;
    When you paste the URL directly into a web browser does it display the results correctly?  If it does then it seems it would be related to how the link is embedded in the sharepoint site.  Double check that you've copied and pasted the URL correctly.  Is the Sharepoint site a public site you could share the URL with me to take a look at it?  If so you can email me at [email protected]
    Thanks,
    Josh

  • How to reference /inherit property class in form in oracle apps

    Hi
    I had a Form which is register in the oracle apps but now i have another requirement to
    create a tab canvas put all fields of pervoius form(content form) into new tab page canvas
    now i want to know how i can reference/inherit the pervious conent form property class and object to new tab canvas
    since i didn't create with template fom .but i have property class in form module
    is it possible to inherit property classes
    Iam using form 6i,11i apps
    please help me

    It is possible.

  • Compile forms and reports in linux os

    hi,
    i like to know how to compile forms and reports in linux os?
    please provide me the commands for compiling of forms and reports.
    Regards
    Ravikumar.A

    hi
    i do not know u r form version but the following command is for Forms [32 Bit] Version 10.1.2.0.2 (Production)
    try this.
    @ECHO OFF
    cls
    Echo compiling libraries 10g ....
    for %%f IN (*.pll) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=library compile_all=yes window_state=minimize
    ECHO libraries compilation complete
    ECHO ----------------------------------
    Echo compiling menus 10g ....
    for %%f IN (*.mmb) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=menu compile_all=yes window_state=minimize
    ECHO menus compilation complete
    ECHO ----------------------------------
    Echo compiling forms 10g ....
    for %%f IN (*.fmb) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=form compile_all=yes window_state=minimize
    ECHO form compilation complete
    ECHO ----------------------------------
    ECHO Form Compilation completefor linux i think its frmcmp.sh just make changes here.
    sarah

  • Property Classes in Forms

    I have some forms with Property Classes but when I want to see what is inside
    appears only General like they would be empty..
    How can I see the content?
    Any idea?
    Many Thanks!

    I know that...but this property class has nothing inside and it is in a working system and I can't see what it does...because aparently it doesn't have any
    property...except General.
    GENERAL
    Name
    Subclass Information
    Comments
    That's all I can see.

  • Property Class Forms - ADF Implementation

    I'm thinking about the property class functionality like in Oracle Forms.
    Which is the best implementation in ADF ?

    Hi,
    for visual properties this is Style Sheets. For business services attributes these are base classes (e.g extending the ADF BC framework)
    Frank

  • Problem with IFCMP60, subclassing, property classes and Object Libraries

    I'm looking to write a little batch script that recompiles all my forms. I've got one off the net - Mine is a little more complicated but I'm basing it on
    FOR %%F in (*.fmb) do call ifcmp60 %%F userid=uname/pwd@dbase batch=YES Window_State=Minimize
    Many of my forms have those items shown on the canvas subclassed using a property class. Those property classes are held in an object library (.olb) and subclassed into the form. the .olb is resident in the same directory as the forms.
    When I run my batch script some forms compile okay but some don't. I've figured out that the ones that don't are the ones like the above - and looking at the .err produced, they fail on the subclassed fields.
    e.g.
    Compilation error on procedure PROCESS_MULTI_QUERY:
    PL/SQL ERROR 49 at line 139, column 33
    bad bind variable 'multi_query.input_file'
    there is a block multi_query with a field input_file and this field uses a property_class subclassed from the object library. So ifcmp60 doesn't realise that ":MULTI_QUERY.INPUT_FILE" refers to the block item. However it is just fine with the other items on the canvas that are not subclassed.
    Anyone else encountered this? Can I fix it without breaking all the subclassing?

    False alarm: A colleague had recompiled the OLB under 10g, so Forms 6i didn't recognise it.

  • Reg Property Class

    Hi all,
    i created 2 visual attributes NEGATIVE,NON_NEGATIVE and given different background colors, Then i created a property class with some properties of PURCHASE_COST field in the form names as US_CURRENCY. I created When-Validate-Item trigger under Property class with following pl-sql code:
    IF :SYSTEM.CURSOR_VALUE < 100     THEN
         message('negative');
         message(' ');
         SET_ITEM_PROPERTY(:SYSTEM.CURSOR_ITEM, VISUAL_ATTRIBUTE,'NEGATIVE');
    ELSE
         message('non-negative');
         message(' ');
         SET_ITEM_PROPERTY(:SYSTEM.CURSOR_ITEM, VISUAL_ATTRIBUTE,'NON_NEGATIVE');
    END IF;
    next i subclassed this property class to various currency fields in the form and then compiled and run, but the changes cannot be seen over the currency fields.
    Regards,
    Sreekanth.

    Hi Francois,
    i have nothing inside my property class but only have WHEN-VALIDATE-ITEM trigger which holds the code for selecting visual attribute at runtime:
    BEGIN
    IF TO_NUMBER(:SYSTEM.CURSOR_VALUE) < 0 THEN      -- Negative value entered
    -- Attach NEGATIVE visual attribute to item     
    SET_ITEM_INSTANCE_PROPERTY(:SYSTEM.CURSOR_ITEM, VISUAL_ATTRIBUTE, 'NEGATIVE');
    ELSE                               -- Non-negative value entered
    -- Attach NON_NEGATIVE visual attribute to item
    SET_ITEM_INSTANCE_PROPERTY(:SYSTEM.CURSOR_ITEM, VISUAL_ATTRIBUTE, 'NON_NEGATIVE');
    END IF;
    EXCEPTION WHEN OTHERS THEN
         MESSAGE(TO_CHAR(SQLCODE)||'----'||SQLERRM);
    END;
    Now after i enter the PURCHASE_COST and move to another field, it is showing me the error:
    *6502---ORA-6502:PL/SQL:numeric or value error*

Maybe you are looking for