Forms Designer - Unable to remove Child Table from the form

Hello,
While testing adding additional attributes, I have assigned an additional child table to the form. However I am not able to remove it. I get an error message: "This version has been made active. Add/Update/Delete not allowed."
I tried creating new version and making it active to remove 'active' status from the form I modified, but still getting the same error. What am I doing wrong? Thank you in advance.

creating new version and making it active to remove 'active+'
Make new version then remove child form and then make version active..
You are making version active b4 removing child table.
Don't change the sequence which I have written above.

Similar Messages

  • I am unable to remove an application from the mac app store update even if the application is not present

    Hi,
    I am using a Mac mini (wich was used by another user in our company) and for some reason it is showing Angry Bird update form an unknowed Apple id. There are no trace of angry bird in the machine and I would like to know how to remove it from the liste of update in the mac app store beside buying it.
    Thank you,
    Bruno Gagnon

    OK .... last user insalled software that was not owned by company. Software removed bug solved.

  • How to create multiple rows in a child table from the multi select Lov

    Hi
    We have Departments and EmployDept and Persons tables and each employee can associate multiple departments and vice versa.While creating a Department page there should be a Multi Select LOV(values from Persons table) with search option for the Persons.From the search panel we can select multiple persons for that department.Suppose we have selected 5 persons and click on submit, then it should create 5 rows in the EmployDept table for 5 persons with that department id.
    Any inputs on how to implement this scenario please..

    Maybe you can get some ideas from here -
    http://adfdeveloper.blogspot.com/2011/07/simple-implementation-of-af.html

  • I want to save updated record only in stage table from the form..

    I have created form with two block
    1...criteria base block
    2....details block....(This database block i.e. on stage table).
    I am inserting data into detail block (i.e. stage table )with no commit through find button.
    data is showing there with status 'FRESH'
    suppose i changed item cost, now status goes change to 'NEW'
    now when i am saving it is saving all data into stage but i want to save only data with 'NEW' status.
    Please Help me
    I tried it by deleting data from stage where status ='FRESH' on post_update trigger but is not supporting.
    Edited by: ManojT on Sep 3, 2009 6:52 AM

    Hi I am using this procedure in find button to get data on detail block
    PROCEDURE GET_ITEM_DATA IS
    i number :=0;
    L_COUNT NUMBER;
    S_COUNT NUMBER;
    CURSOR GET_DTL IS
    (SELECT MSI.SEGMENT1 AS "ITEM" ,
    MSI.ITEM_TYPE,
    MICV.CATEGORY_SET_NAME,
    XXCAVM_GET_ITEM_COST_PKG.CAVM_GET_COST_DATE(MSI.INVENTORY_ITEM_ID,ORG.ORGANIZATION_ID,3) "LAST_UPDATE_DATE",
    XXCAVM_GET_ITEM_COST_PKG.CAVM_GET_ITEM_COST(MSI.INVENTORY_ITEM_ID,ORG.ORGANIZATION_ID,1) "ITEM_COST_F",
    XXCAVM_GET_ITEM_COST_PKG.CAVM_GET_ITEM_COST(MSI.INVENTORY_ITEM_ID,ORG.ORGANIZATION_ID,3) "ITEM_COST_P",
    MSI.INVENTORY_ITEM_ID,
    ORG.ORGANIZATION_ID,
    ORG.ORGANIZATION_CODE
    FROM
    (SELECT ORGANIZATION_CODE,ORGANIZATION_ID
    FROM ORG_ORGANIZATION_DEFINITIONS ) ORG,
    MTL_SYSTEM_ITEMS_FVL MSI,
    MTL_ITEM_CATEGORIES_V MICV
    WHERE CATEGORY_SET_NAME LIKE 'Product'
    AND MSI.INVENTORY_ITEM_ID =MICV.INVENTORY_ITEM_ID
    AND MSI.ORGANIZATION_ID = MICV.ORGANIZATION_ID
    AND ORG.ORGANIZATION_ID = MSI.ORGANIZATION_ID
    AND ORG.ORGANIZATION_ID = MICV.ORGANIZATION_ID
    AND MSI.INVENTORY_ITEM_STATUS_CODE = 'Active'
    AND MSI.SEGMENT1 =NVL(:CTRL_BLK.INV_ITEM,MSI.SEGMENT1)
    AND MICV.CATEGORY_SET_NAME = NVL(:CTRL_BLK.ITEM_FAMILY,MICV.CATEGORY_SET_NAME)
    AND MSI.ITEM_TYPE = NVL(:CTRL_BLK.ITEM_TYPE,MSI.ITEM_TYPE)
    AND ORG.ORGANIZATION_CODE = NVL(:CTRL_BLK.ORGANIZATION,ORG.ORGANIZATION_CODE));
    --AND MSI.INVENTORY_ITEM_ID = 8063
    --AND MSI.ORGANIZATION_ID=204);
    BEGIN
    FOR GRD IN GET_DTL LOOP
         SELECT COUNT(*) INTO S_COUNT FROM XXCAVIUM_ITEM_CST_STG
         WHERE ITEM = GRD.ITEM
         AND ORG = GRD.ORGANIZATION_CODE
         AND ITEM_TYPE = GRD.ITEM_TYPE
         AND CATEGORY_SET_NAME = GRD.CATEGORY_SET_NAME;
              IF S_COUNT >0 THEN                         
                                            NULL;
                        ELSE
                        INSERT INTO XXCAVIUM_ITEM_CST_STG
                             (ORG,CATEGORY_SET_NAME,ITEM,COST_PENDING,
                             COST_FROZEN,ITEM_TYPE,LAST_UPDATE_DATE,
                             COST_TYPE_ID,ORGANIZATION_ID,
                             INVENTORY_ITEM_ID,COST_ELEMENT,STATUS)
                             VALUES(GRD.ORGANIZATION_CODE,GRD.CATEGORY_SET_NAME,GRD.ITEM,GRD.ITEM_COST_P,GRD.ITEM_COST_F      ,
                             GRD.ITEM_TYPE,GRD.LAST_UPDATE_DATE,3,GRD.ORGANIZATION_ID,GRD.INVENTORY_ITEM_ID,'Material','FRESH');
                        END IF;
    END LOOP;
    GO_BLOCK('XXCAVIUM_DTL_BLK');
    EXECUTE_QUERY;
    EXCEPTION
    WHEN OTHERS THEN
    FND_MESSAGE.DEBUG('Exception occured during the process. Error Message: '||SQLERRM);
    END;
    Please suggest if any

  • I am unable to remove imported photos from the iPad.  The red delete button does not come up and synching did not help. Any ideas

    I am unable to delete photos that have been imported from a camera.  The red delete button does not appear and synching with the photos ticked and then unticked does not work either.  I have also tried attaching the iPad to the PC and looking for the photos using windows file management. However the only photos that I can find are those taken by the iPad itself. I am confused about why something that should be simple is not.

    If photos were synced from your computer then they can't be deleted directly on the iPad, you will need to remove/de-select them from where you synced it from on your computer and re-sync.
    http://support.apple.com/kb/HT4236

  • One of my forms and it's responses are missing from "My Forms"

    Two days ago I was working with the responses from one of our forms.  I went to continue to work on the data last night and the form and all it's responses are missing.  Is there any way to restore the form and/or it's responses from a backup?
    Also, I have a pdf copy of the form, but when I go to import it I get an error basically saying I cannot import the form because it has already been distributed.  Is there any kind of workaround to this so I don't have to recreate the form from scratch?
    Thanks
    Max

    Max,
    FormsCentral currently does not import the pdf copy back.  Sorry for that.  If you want to have a backup copy of a FormsCentral form, a better way is export the form design. You could do that in the Form Design, File – Export Design File…, to export the form design and save it locally.  You could then import the form design back to your account in a later time.  Note, export the form design would not include the responses data. 
    Regards,
    Perry

  • Unable to remove this item from GRIR.  It was a consignment PO receipt done

    Hi Guys,
    The user saying that"unable to remove this item from GRIR.  It was a consignment PO receipt done improperly, so it needs to be deleted".
    Because of this the the material documet which shows $6725.43-(Negative) in GRIR account.when i check this this transation was originated through MI10(Physical inventory differenvces posting).May be user done wrongly.
    Now the problem is this
    -          how this transaction originated?
    -          Why is this posted to GR/IR account?
    -          How do we correct the open item in the GR/IR account?
    -          What need to happen to rectify the mistake?
    can any tell me how can we do this,i will be greatful to u.
    Thanks&Regards,
    Babu,
    09930154536

    Hi Jurgen,
    when i check the material document and accounting document,it was showing that said amount in negative sign and transaction done by MI10 means posted differences with out reference to document.
    it means the user may entered wrongly i think.
    was there any GRIR account for MI10?
    MI10 does not have reversal or cancel?
    so how to resolve it?
    as per my idea it can be done by FI posting.
    please help to resolve.
    Thanks in advance.
    Regards,
    Babu
    09930154536

  • Unable to remove a host from VMM - Error (2606) Unable to perform the job because one or more of the selected objects are locked by another job.

    I am unable to remove a host from my Virtual Machine Manager 2012 R2. I receive the following error:
    Error (2606)
    Unable to perform the job because one or more of the selected objects are locked by another job.
    Recommended Action
    To find out which job is locking the object, in the Jobs view, group by Status, and find the running or canceling job for the object. When the job is complete, try again.
    I have already tried running the following command in SQL Server Management Studio
    SELECT * FROM [VirtualManagerDB].[dbo].[tbl_VMM_Lock] where TaskID='Task_GUID'
    I received this error back:
    Msg 8169, Level 16, State 2, Line 1
    Conversion failed when converting from a character string to uniqueidentifier.
    I have also tried rebooting both the host and the Virtual Machine Manager Server.  After rebooting them both, I still receive the same error when trying to remove the host.
    Here are my server details
    VMM Server OS = Windows 2012 Standard
    VMM Version = 2012 R2 3.2.7510.0
    Host OS = Windows 2012 R2 Datacenter
    Host Agent Version = 3.2.75.10.0
    SQL Server OS = Windows 2012 Datacenter
    SQL Version = 2012 SP 1 (11.0.3000.0)

    Hi there,
    How many hosts are you managing with your VMM server?
    The locking job might be the background host refresher job. Did you see any jobs in the jobs view, when the host removal job failed?
    If there is no active jobs in the jobs view when this host removal job fails, can you please turn on the VMM tracing, retry the host removal, and paste back the traces for the failed job (search for exception and paste the whole stack)?
    Thanks!
    Cheng

  • Insert/update multiple tables from one form.

    I'm working on an app. that requires the user to fill out a form. The contents from the form is then used to either insert new records or update existing records in multiple tables. Is that possible? Can someone give a details example?

    You should create a form like you would create it having one table. Use row_id as primary key. The rest of the process are done by the triggers - those will take care of updating the right table depending which column was hit.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • Remove Child Window from Parent using WIN API

    Hello all,
    I am using User32.dll to make a parent-child relationship between two VIs. I use SetParent function, and pass the handle of parent VI and child VI to this function. Now, after this relationship has been established, I want to remove the child window from the parent and use it as a independent VI using WIN API. Can anyone help me on this?
    Thanks in advance!
    Fragger Fox!
    -FraggerFox!
    Certified LabVIEW Architect, Certified TestStand Developer
    "What you think today is what you live tomorrow"
    Solved!
    Go to Solution.

    You should be able to set a NULL handle to undo the parent-child relationship and make the child window again a normal top level window. Setting the desktop as parent is probably not the same as being a top level window.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Remove a Table from a mapping

    It is really monday,
    I can not seem to find how to remove a table from a mapping that was put there by accident.

    Never mind. Ware scared by the Delete but tried it.
    Just delete.
    it does not delete the object.
    An enhancement would be to call that remove from map.

  • Apple TV unable to remove tv shows from favorites

    After the latest upgrade I am unable to remove tv shows from favorites and when I rearrange the icons they go back to the previous order after a few minutes.  Is anyone having this issue?  Any ideas on a resolution or is this just another of the many bugs in the latest release?

    Hi arnie9,
    If you are having unusual interface behavior with your Apple TV after a recent update, you may find the following article helpful:
    Apple TV (2nd and 3rd generation): Restoring your Apple TV
    http://support.apple.com/kb/ht4367
    Regards,
    - Brenden

  • Unable to wipe ZFS partition table from the disk

    I used an SD card as part of a zfs zpool made of three SD cards, without partition table. ZFS was managing the entire devices, not just partitions.
    I subsequently retired this zpool but did not run “zpool destroy”. This worked for two of the cards, but it seems as if one of the SD cards just can’t shake the zfs_member marker, no matter what I do.
    So far I tried multiple times, on several different machines (including two without ZOL installed, so zfs cache file is not an issue here):
    1. dd the entire device with zeros. Four times.
    2. zpool labelclear -f /dev/sdc
    3. create new msdos partition table in gparted and fdisk
    4.
    $ mkfs.btrfs -f /dev/sdc
    $ mount /dev/sdc /mnt/usb
    mount: unknown filesystem type 'zfs_member'
    Unable to wipe ZFS partition table from the disk
    5. Windows format and Partition Minitools windows equivalent of gparted.
    As you can see, none of those methods wrote over the zfs data. It remains intact and invulnerable to anything I tried.
    I am out of ideas. It looks like google is out of ideas, too.

    Yeah, somehow while writing the first post I missed that wipefs also does absolutely nothing.
    # wipefs /dev/sdc
    offset type
    0x23000 zfs_member [raid]
    LABEL: SD
    UUID: 9662645799256520897
    # wipefs /dev/sdc -o 0x23000
    /dev/sdc: 8 bytes were erased at offset 0x00023000 (zfs_member): 0c b1 ba 00 00 00 00 00
    # wipefs /dev/sdc
    offset type
    0x23000 zfs_member [raid]
    LABEL: SD
    UUID: 9662645799256520897

  • Unable to remove credit card from Apple Pay

    I'd like to remove my credit card from the Apple Pay application on my iPhone 6. The instructions say to touch the card in the Passbook and then click on the "i." Then scroll down and touch "Remove Card." I tried that but the Remove Card link is not "hot," that is, nothing happens when I touch it.
    Any suggestions or "work-arounds" to remove my card from the application?

    I only had one card in Apple Pay and I decided to remove it. I did ao without issue. I did it on my iPad Air 2, not on my iPhone 5S which does not have Apple Pay. My point is that I only had one card in Apple Pay, not multiple cards.
    Do you have any restrictions set that would prevent account changes. Settings>General>Restrictions.

  • Shared Services 11.1.2 Unable to remove assigned user from a security group

    In Shared Services 11.1.2 - trying to remove a user from the assigned users list of a security group. Initially, I am able to remove the user and the assigned users total decreases by one - but when I relaunch the group properties - this user is still in there? The change does not hold. Any suggestions would be appreciated - thanks,
    Paul

    Hello Paul,
    Not sure if this is related to yours, but it might be worth having a look at the following articles on Oracle support --
    External users in EPM Shared Services (e.g. MSAD users) cannot be removed from Native groups if they have multiple IDs in the external user directory. [ID 1526569.1]
    Users from External User Directories Cannot be Removed from Native Groups [ID 1272309.1]
    Thanks,
    hyperionEPM
    Please mark answers as correct or helpful for others to find them easily.

Maybe you are looking for

  • How can i stream movies from my pc to apple tv

    I would like to stream HULU movies that are on my PC to Apple TV. How can that be done?

  • How to Reset Password of User while not connected to Domain using Local Admin Account

    How to Reset Password of User while not connected to the Domain using Local Admin Account (I have the use of a local admin account), and I want to help a user reset their password who has logged in the PC and had their credentials cached, but forgot

  • Photoshop CS6 will not open any graphics files

    Photoshop cs6 will not open graphic files, i have reset the settings. I get to see all the files in preview but when I try to open a file nothing happens, no error messages, no file opens, nothing. When I use bridge I try to open the file with open i

  • FrameMaker 8 demo available anywhere?

    I searched the site and it seems that only FrameMaker 9 is available as a demo download. Is the last version available anywhere else? I emailed the webmasters but they haven't gotten back to me.

  • Swapping data between 2 iMacs.

    Hello, I have 2 iMacs, both Intel based. I would like to swap the data between both iMacs without losing any data from either iMac. I know that with Migrate assistant I can transfer the data from one iMac to the other, but is there any way that I can