FRM-41075-ERROR DELETING GROUP

HI EVERYBODY,
i created a form with one item which z not database item.i created lov based on query.i created a key-listval trigger for item.when i m running my form,i am getting the following error:FRM-41075:Error deleting group.how to solve this error.
actually my requirement like this,when i give 1 in text item it should get related records in LOV,IF VALUE z not found then it should search through next field in lov itself:
for example:i created a lov with empno.empname.when i give the value 1 in runtime it should invoke LOV WITH related records,if value is not found then i will give some char like S in search field in LOV itself,then it should give related records of starting with S.
please tell the steps clearly.
thanks in advance

Hi,
Do you have a record group with 'group_emp' name under record groups objects. This built in can not delete record groups created at design time(see forms online help 'delete_group').
Just try renaming your group_name varchar2(10) :='group_emp' and see
Regards
Yoonas

Similar Messages

  • Error: FRM-41076: Error populating Group

    hi frs,
    i have a created a record group with static values.
    while populating the group getting error like
    FRM-41076: Error populating Group
    how to solve it help pls.
    Regards
    Rajesh

    Rajesh,
    You stated you have a static record group (RG). I believe your error is caused by the POPULATE_GROUP() call because the RG is already populated with your static values - there is no need to re-populate the RG. Just call POPULATE_LIST(). You only need to call POPULATE_GROUP() if you are dynamically populating the values in the RG.
    Also, how many columns are in your (RG)? To populate a List from a RG - the RG must have 2 columns (label and value) and only two columns. If you only have one column in the RG or if you have more than 2 columns in the RG the POPULATE_LIST will fail. Is your code failing when you call POPULATE_GROUP() or is it failing at POPULATE_LIST()?
    Hope this helps.
    Craig...

  • FRM-41076 Error populating Group in form 10g

    I have a record group that i called in WNFI trigger
    PROCEDURE POPULATE_DYNAMIC_LIST IS
    /* Read each lists values from its record group and populate the list */
    temp NUMBER; /* Return value of populate_group call */
    rg_id RecordGroup; /* Return value of populate_group call */
    BEGIN
    rg_id := create_group_from_query('CGDV$DLRG',
    'select CODE, CODE '||
    'from SOME_TABLE '||
    'where Table_name = ''Status'' '||
    'order by 1');
    temp := populate_group(rg_id);
    populate_list('SOME.STATUS', rg_id);
    delete_group(rg_id);
    END;
    The list item is a database item. When I query the form, everything is fine. However, when I change the list item in the form, I am getting the above error. I need to be able to change the list in the form.
    ThanX

    The code you posted looks ok. If there's a problem when you change the list it is probably in one of the triggers on the list item itself. Do you have any triggers there?

  • FRM-18108 Error when opening a form with subclassed objects

    Dear Group,
    I have 2 forms in Oracle Forms 6i. One of the forms contains an object group. The other form contains the object that I subclassed it to.
    When I open the form that contains the subclassed object group, I get the FRM-18108 error.
    If I open the form with the original object group, then open the subclassed form, there is no error.
    Does this mean I must always open the original form in order to work on the one with the subclassed object group?
    I hope there is an simple solution to what is something I am missing in my Oracle Forms setup.
    Thank you in advance.
    Emad

    Hi Duncan.
    Your suggestion worked.
    Thank you for the fast response!
    Truly,
    Emad

  • Frm-41380 error - cannot set the blocks query data source

    Fairly new forms so bare with me. I am creating a form based on one table. This table has one column that is a nested table.
    table name: szrtime
    table columns: szrtime_code, szrtime_styp_list
    szrtime_styp_list is a table of varchar2(1).
    main block is szvtime_block
    the block that contains the nested table is szvtime_styp_block
    I read that I could use a WHEN_NEW_RECORD_INSTANCE trigger on the main block to display the related nested table. I have tried the folllowing:
    Declare
    select_stmt Varchar2(512) ;
    Begin
    If :szvtime_block.szvtime_code Is not null Then
         select_stmt := '(SELECT column_value FROM TABLE ( SELECT szrtime_styp_list FROM szrtime WHERE szrtime_code = ''' || :SZVTIME_BLOCK.SZVTIME_CODE || '''))';
         Go_Block('SZVTIME_STYP_BLOCK' );
         Clear_Block ;
         message('select_stmt = '||select_stmt);
    Set_Block_Property( 'SZVTIME_STYP_BLOCK', QUERY_DATA_SOURCE_NAME, select_stmt ) ;
    Execute_Query ;
    Go_Block('SZVTIME_BLOCK') ;
    Else
    Go_Block('SZVTIME_STYP_BLOCK' );
    Clear_Block ;
    Go_Block('SZVTIME_BLOCK') ;
    End if ;
    End ;
    The result is the frm-41380 error.
    I have tried change the query data source type on the nested table block to Table or From-clause but did not help. The select statement that is valid and returns the correct result in Toad.
    Any suggestions on what to look for? Thank you.
    Todd

    > But what is giving me pause is that the user will be updating, deleting, and inserting
    into this table and, of course, the nested table column.
    It would give me pause, too. I've never used nested tables, so I poked around in Forms on-line help. In Forms 6i, it specifically states that Forms does not support the Nested Table structure.
    In Forms 10g help, it describes Nested Table structures, but says NOTHING about how a form would handle it. And that implies to me that it is still not supported. So good luck.
    In addition to creating the view, you may need to provide your own nested table updating procedures via a package on the server which your form can call. I know Forms supports passing pl/sql tables ("indexed by binary_integer"), so you could pass your nested table back and forth between the package and the form in that format.

  • Can't delete group by REST API

    I use this URL for delete a group: https://graph.windows.net/<domain>/groups/<objectId>/?api-version=1.5 (ref: https://msdn.microsoft.com/en-us/library/azure/dn151608.aspx)
    but I can't do it. I set full permission for application (I can create/update). How deleted group via REST Api?
    This is requonse:
    odata.error: 
    code: "Authorization_RequestDenied"
    message: 
    lang: "en"
    value: "Insufficient privileges to complete the operation."

    Hi,
    Are you using this link to delete the group
    https://graph.windows.net/<domain>/groups/<objectId>/?api-version=1.5
    the method states that it has used the date, not the version of API as mentioned below.
    https://graph.windows.net/mytenantdomain/groups/<objectId>?api-version=2013-04-05
    The Sample request also has the date, not the exact version of the API
    DELETE https://graph.windows.net/contoso.onmicrosoft.com/groups/bc0001a2-5b96-4073-a5be-6b80528a17ad?api-version=2013-04-05
    HTTP/1.1
    Authorization: Bearer eyJ0eX ... FWSXfwtQ
    Content-Type: application/json
    Host: graph.windows.net
    Hope this helps you.
    Girish Prajwal

  • Getting FRM -18103 , and FRM 10039 error after installing oracle Froms

    Hi,
    I tried to install the Oracle Developer Suite 10g (10.1.2.0.2) on a Windows XP SP2 64 bit machine . After the installation, when I try to start the form, I get the following Error
    FRM-18103: Failed to initialize the Development Environment
    and
    FRM -10039 Error.
    Any suggestions ?
    I checked the path
    for the user variable path, the value is :
    ;C:\oracle\product\Developer\bin;C:\oracle\product\Developer\jdk\jre\bin\classic;C:\oracle\product\Developer\jdk\jre\bin;C:\oracle\product\Developer\jdk\jre\bin\client;C:\oracle\product\Developer\jlib;C:\oracle\product\Developer\jre\1.4.2\bin\client;C:\oracle\product\Developer\jre\1.4.2\bin;C:\app\feroz\product\11.2.0\dbhome_1\bin;C:\Program Files (x86)\SSH Communications Security\SSH Secure Shell;c:\apacheant\bin;C:\Program Files (x86)\Java\jre6\bin;C:\Sun\SDK\jdk\bin;C:\Sun\SDK\lib;c:\bea\jdk160_18\bin;%M2%
    for the system variable path , the value is :
    C:\oracle\product\Developer\bin;C:\oracle\product\Developer\jdk\jre\bin\classic;C:\oracle\product\Developer\jdk\jre\bin;C:\oracle\product\Developer\jdk\jre\bin\client;C:\oracle\product\Developer\jlib;C:\oracle\product\Developer\jre\1.4.2\bin\client;C:\oracle\product\Developer\jre\1.4.2\bin;C:\app\feroz\product\11.2.0\dbhome_1\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\WBEM;C:\oracle\product\ODAC\bin;C:\oracle\product\Client\bin;C:\oracle\product\Client\jre\1.4.2\bin\client;C:\oracle\product\Client\jre\1.4.2\bin;C:\oracle\product\10.1.0\Client_1\bin;C:\Business Objects\common\3.5\bin\NOTES\;C:\Business Objects\common\3.5\bin\NOTES\DATA\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files (x86)\cvsnt;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;c:\apacheant\bin;C:\bea\jdk160_18\bin;;C:\Program Files (x86)\WinMerge;C:\Business Objects\BusinessObjects Enterprise 11.5\win32_x86;C:\Brief\;C:\Program Files (x86)\QuickTime\QTSystem\
    Thanks

    I had the same error today. The problem was that I set up the ORACLE_HOME to a fixed value on my windows environment but have multiples Oracle homes (for a variety of products installed, like database, developer suite, etc.). So you need to delete or remove the ORACLE_HOME environment variable and problem solved. Try it and let me know. Cheers.

  • FRM-41072 - Cannot create Group GRP_NAME

    In the layout I'm trying to populate Grp_name column values from GRP_TAB table, in the 'GRP_NAME' item list.
    This is the code I had written. But when I run the Form, I'm getting 'FRM-41072 - Cannot create Group GRP_NAME'error. What could be the error?
    DECLARE
    rg_tags varchar2(20) := 'GRP_NAME';
    rg_id RecordGroup;
    errcode number;
    list_id ITEM;
    BEGIN
    rg_id := create_group_from_query ('GRP_NAME', 'select GRP_NAME, grp_name from grp_tab');
    list_id := find_item('GRP_NAME');
    errcode := populate_group(rg_id);
    populate_list (list_id, rg_id);
    END;
    P.S. I'm writing this code in WHEN-MOUSE-CLICK Trigger in GRP_NAME list item. Is this the right place to write the code?
    Thanks.

    > select GRP_NAME, grp_name from grp_tab
    Looking up the on-line help for FRM-41072:
    FRM-41072: Cannot create Group %s
    Cause:     Caused by one of the following
    1. Duplicate column names in SQL statement.
    2. Invalid record group name.
    3. Query is invalid.
    Action:     Check the group name and/or correct the SQL statement.
    Looks like you violated rule number 1.

  • FRM-99999 error : download location Oracle patches?

    I'm trying to deploy forms to the Web using:
    Developer 6 Server
    Jinitiator 1.1.7.11
    Oracle Application Server 4.0.7
    Windows NT 4.0 sp3
    A "FRM-99999"-error occurs.
    Does anyone happen to know if the above-mentioned configuration
    should work for deploying forms to the Web?
    Possibly a Developer 6 Server patch or OAS 4.0.7 patch is
    required. Does anyone know which patch(es) exactly is(are)
    required to get some results and where I can download these
    patches?
    Thanking you in advance,
    Erik Martens
    null

    Erik Martens (guest) wrote:
    : I'm trying to deploy forms to the Web using:
    : Developer 6 Server
    : Jinitiator 1.1.7.11
    : Oracle Application Server 4.0.7
    : Windows NT 4.0 sp3
    : A "FRM-99999"-error occurs.
    : Does anyone happen to know if the above-mentioned configuration
    : should work for deploying forms to the Web?
    : Possibly a Developer 6 Server patch or OAS 4.0.7 patch is
    : required. Does anyone know which patch(es) exactly is(are)
    : required to get some results and where I can download these
    : patches?
    : Thanking you in advance,
    : Erik Martens
    Thank you for your support.
    http://<server name>.<domain name>:<port number>/<virtual path
    name>/olf.htm
    ---> Using a domain name in my invocation URL I was able to
    resolve the FRM-99999 error.
    The Web demo example available on
    %ORACLE_HOME%\tools\devdem60\web\readme.htm was helpful to
    me and easier for me to understand than the documentation on
    "Configuring the Oracle Developer Server" under Program Group
    "Oracle Developer 6.0 Doc"
    Kind regards,
    Erik Martens
    null

  • FRM-99999 ERRORE 408 OCCURRED FRM-40655 SQL ERROR FORCED ROLLBACK CLEAR FRO

    Dear Friends
    I am getting this FRM-99999 ERRORE 408 OCCURRED FRM-40655 SQL ERROR FORCED ROLLBACK CLEAR FROM AND RE-ENTER TRANACTION.
    FRM-40512 ORACLE ERROR UNABLE TO ISSUE SAVE POINT COMAND.
    I am calling the form using the following script :
    :global.command_line := 'C:\SALES\NEW_ITEMS.FMX' ;
    CALL_FORM(:global.command_line);
    go_block('COP_ORDER_DETAILS');
    go_record(:global.l_n_curr_rec2);
    :COP_ORDER_DETAILS.ITEM_CODE :=:GLOBAL.ITEM_CODE_VAR;
    :COP_ORDER_DETAILS.COLOR := :GLOBAL.COLOR_CODE ;
    :COP_ORDER_DETAILS.SHAPE_CODE := :GLOBAL.SHAPE_CODE ;
    :COP_ORDER_DETAILS.DELIVERY_QUANTITY := :GLOBAL.QTY ;
    :COP_ORDER_DETAILS.VOLUME := :GLOBAL.VOLUME;
    It works fine for one record, when I try to create another record by calling the called form it gives the above messages.
    Waiting for your valuable replay.
    Best regards
    Jamil

    This happens due to dead lock situation
    To avoid this problem, add NOWAIT option to the UPDATE and DELETE statements, which returns ORA-00054 error, trap this error and display user defined message like 'The record is being accessed and try after some time'.
    This even improves the performance
    because no process waits for the locks preventing dead locks.
    If it is due to the UPDATE's or DELETE's with base table blocks in the form, in the PRE-UPDATE and PRE-DELETE triggers write SELECT statements to select the particular row with FOR UPDATE NO WAIT option. Handle by trapping the ORA-00054 error

  • FRM-41072:  cannot create Group

    Hi,
    I am populating a pick list from a dynamic record group. I keep getting this error message FRM-41072: cannot create Group "start_year_rg". Everything works fine, the picklist gets populated fine everytime I change the value in :control.p_code_control field.
    This is my code, it is on a POST-TEXT-ITEM TRIGGER:-
    :global.p_code:=:control.p_code_control;
    DECLARE
    group_id RecordGroup;
    list_id Item := Find_Item('col1');
    status NUMBER;
    qstring varchar2(300);
    BEGIN
    qstring:='select distinct START_YEAR col1, START_YEAR col2
    from project10
    where project_code = :global.p_code
    order by START_YEAR';
    group_id := Create_Group_From_Query('start_year_rg',qstring);
    status := Populate_Group('start_year_rg');
    POPULATE_LIST('control.start_year_control', 'start_year_rg' );
    end;
    I am not sure why I keep getting this error message FRM-41072: cannot create Group.
    Any help...

    Hi ,
    Try out the following...
    DECLARE
    NUMB_VAR NUMBER;
    BEGIN
    Pick_List.DELETE_Picklist;
    Pick_List.Create_Picklist;
    NUMB_VAR:=Pick_List.Populate_Picklist_With_Query
    (PICK_LIST.LIST_IN,
    'select distinct START_YEAR col1, START_YEAR col2
    from project10
    where project_code = :global.p_code
    order by START_YEAR');
    Pick_List.Display_Picklist(PICK_LIST.LIST_IN);
    END;
    Simon

  • Please help with FRM-40508 error

    Hello everyone.
    I designed a form. I get a frm-40508 error.
    Tables for this form are valid and exist.
    I have no idea what else could cause this error.
    Any suggestions are welcome.
    Thanks in advance,
    Sonya

    Hi
    Is the table you are trying to insert into in the same Schema as the user you are compiling and running the form as?
    eg. If you created the table as USER 'SCOTT', are you compiling and running the form as 'SCOTT'?
    If the schema is the same for the table creation and the compilation/running of your form then I'm a bit stuck.
    If, however, they are different then what you will need to do is grant a public synonym for your table and then grant Select, Insert, Update, Delete privelliges (as appropriate) to the user/role accessing the table/running the form.
    HTH.
    Simon

  • Transport for deletion group module

    Hi
    I try to delete FM from another system by transport task but this delete only some parts of this.
    When I put transport then function group is deleted bu FM is stille exists and after click show me error in group module.
    How to complete delete this. Can I try to create some own transport task deletion manually?
    Thanx for any help

    Hello Kosmo,
    I believe you're not deleting the FM structure - or any other FM object, only the Function Group (R3TR FUGR - Function Group)
    To make sure you've deleted everything related to that FM, include the following objects on the request:
    LIMU  FUGT     Function Group Texts (if applicable)
    LIMU       FUNC     Function Module
    R3TR FUGR     Function Group
    R3TR FUGS     Function Group with Customer Include: SAP Part (if applicable)
    R3TR FUGX     Function Group with Customer Include: Customer Part (if applicable)
    I hope this helps.
    Best regards,
    Tomas Black

  • Crystal Report error - "the group section cannot be printed..."

    Hello to everyone.
    I have a CR report based on a database view.
    Everything is ok when i run the report in the CR designer but choosing the option to preview the report or run it from the SAP Business One (8.81 PL 08) i get an error:
    "the group section cannot be printed because its condition field is nonexistent or invalid. Format the section to choose another condition field. Error in file "the Report name".rpt. Invalid group condition".
    i must say that this happens in all my reports where i have group data. Also i must say that all those reports were ok some days before...
    Is there a way for me to know what field is it refering to?
    I have verified the DB and it is pointing correctly and the also the View returns data.
    Thanks in advance

    Hello Gordon,
    thanks for your response. the reports were working fine until 8.81 PL05
    We have upgraded the customer from PL05 - > PL08 a week ago.
    Do you think that maybe this is the problem?
    Thanks in advance

  • How can I delete groups of emails from my gmail account?

    How can I delete groups of emails from my gmail account?

    Sign in to gMail web mail client > tick the boxes > click the trash can
    OR you could tell us what OS X version you have and what mail client you are using

Maybe you are looking for

  • Are the Loops copyright free???

    I was wondering, can I use the music in Garage Band for anything I want??

  • ISE 1.2 Posture assessment (AV) system center endpoint

    the cisco NAC web agent can't detect AV (system center endpoint protection) is updated although it is updated. by troubleshooting , it seems it is related to Windows 8.1 as i tested the same AV on another machine Windows 7 and it is working. any body

  • I have CS5 master collection and it is now saying invalid serial number

    i have CS5 creative suite. I purchased a year ago have not had any issues, until now, none of my serial numbers are working. Saying they are invalid. Save for the upgrades which I do not have on my computer.

  • Flash 8 or Flash 2004 - Quiz Random

    Hi all, I did my homework and tried to find similar questions in this forum, but could not find any answer to my problem.... After having worked for weeks to develop a quiz on the template with 430 drag and drop questions (and 8 hot objects questions

  • Work Flow Manger Configuration Wizard

    Hi, Im getting an error while configuring Work Flow Manager, Snap shot of an issue has been attached and also error log has been mentioned below. [Error] [12/5/2014 5:09:21 PM]: System.Management.Automation.CmdletInvocationException: The token provid