How to customize a child form

Hi,
I need to make the check box corresponding to "Remove " as radio button. How can we achieve this?

Thanks for your valuable replies,
I have to delete multiple values from child form and then update that deleted values in the db. but using getProcessFormChild data i am getting the values in the child form not the deleted values.If i clicked the old value check box during variable mapping in the process definition I will get only one deleted value from the child form and i coulnt give string array as adapter variables. Is there any way to get all the deleted values from child form. Hope you got my question
Thanks

Similar Messages

  • How to make MDI child form

    Dear Seniors,
    I am new to java, I am trying to develop my 1st simple java app using NetBean 6, I have created a MDI form using Swing GUI Forms -> MDI application sample form..
    I also have created a simple form using JFrame, how to make it as MDI child form?
    please help
    Thanks a lot in advance

    my 1st simple java appYou are simply in over your head. Go back to the shallow end of the pool. Slip on some floaties...
    http://java.sun.com/docs/books/tutorial/
    Seriously dude, swing ain't simple, with or without a smartypants GUI building IDE.

  • Pre-populate Child Forms

    Hi Gurus,
    Does anyone knows how can I prepopulate child forms?
    I need to associated the provisioned user to some AD groups, depending on his attributes (Position, Department,etc). I'm able to create an adapter with the logic to add the user to related group, but don't know how to add this group in the child form.
    When I attach my prepopulate adapter in the child form, the Group field is populate properly, but how can I simulate a click on "Add" button to add this group, which starts the process task "Add User To Group"?
    Additionally, I must not use the access policies to do this feature (just because some customer's business rules).
    Any idea will be helpful.
    Thanks

    Hi Alex,
    1. Implement the Java class to put your logic using addProcessFormChildData under tcFormInstanceOperationsIntf.
    2. Create the process task adapter using this java class.
    3. Create an unconditional process task (i am assuming you required it only once), set Allow multiple instances to false and integrate the adapter create in step 2.
    4. Under the task dependency tab put 'Create User' as preceding tasks.

  • Processing Child form on parent window..

    Hi.. anyone here has any idea how to process a child form on a parent window.. like for example, i click on submit button on the child window, and the form directs to another JSP file which its results should be display on the parent window.. anyone has any idea?

    Hi!
    I had similar problem, I used frames and needed to submit a form from a frame to parent window. I used property "target" of form to specify where I want this form to be submitted, like this:
    function submit() {
         form.target = "name of the target where to submit";
         form.submit();
    or something like this:
    <html:form action="/blahblah" target="name of the target where to submit" method="post">
    hope it helps
    Vassili Skarine

  • Child Form Creation

    How to create a child form by giving a link from parent form.
    after that,How should i add record to the child table using this child form.

    Dear Mohana Annadurai,
    You could use UDO to use parent and child table and form.
    First you need to add UDT in B1, there are types:
    Master Data, Master Data Rows and
    Document, Document Rows
    Then you could create the UDO use parent table (Master Data or
    Document) and child table (Master Data Rows or Document Rows).
    Finally create the forms to use the UDO that use the parent and child table.
    You could refer to SDK UOD samples for more information
    \SDK\Samples\UDO
    Best Regards
    Jane Jing
    SAP Business One Forums team

  • How to delete a customization from a form - To import a managemt pack from the Authoring Tool

    I am having issues importing a management pack created in the authoring tool. How do I delete a customization from a form since only one can be present? Is there documentation on this?

    If the MP defining the first custom form doesn't contain anything else you need (such as class extensions) delete the first MP. If it contains other stuff you need, delete the form from the Authoring Tool, increase the version the by 1, seal and import.
    Then import your 2nd MP containing your new form.
    Rob Ford scsmnz.net
    Cireson www.cireson.com
    For a free SCSM 2012 Notify Analyst app click
    here

  • How to add scroll bar in child form ( vb6.0 )

    look at this picture link (i think you will understand the issue)
    http://tinypic.com/r/25k232u/8
    These information(class1,class2 ……) are loaded from database and this time the information is too much and it moves down to the appearing part of the window and unable to view these items
    How to add scroll bar in visual basic child form so that the data items can be viewed by scroll in case it go beyond the screen.

    Hi,
    Welcome to MSDN.
    I am afraid that these forums donot support VB6 any more, you could refer to this thread:
    Where to post your VB 6 questions
    You could consider posting this issue in these forums below:
    These forums do not support Visual Basic 6, however there are many third-party support sites that do. If you have a VB6-related question please visit these popular forums:
    VB Forums
    VB City
    Thanks for your understanding.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • OIM: How to get the last operation and data from a child form action

    Dear OIM guru,
    I have a regular Process form, a child form and a process definition. When there is an insert/delete into child form a trigger is raised and the process task gets called. The process task does whatever it needs to do on the target system. This is all fine. However, after the task completes, lets say successfully, I want to send out an email to the user saying, for example, group 1 has been added to you or just got deleted.
    I am not able to figure out how to get that last operation and child form data. I am sure you came across this and if so please let me know how to do this.
    Thanks

    So, Can I add a similar process task with the same exact condition one more time? I thought I couldn't use the same condition again. For example, when a group is deleted can I use the process data->child data->group Id with old value check box checked on another process task?

  • How can I customize the parameter form?

    I have 2 drop-down list on the param form, I want to let the value of one changes according to the other's value.
    I know it is easy in Jsp, but how to implement it in report 6i or 9i ?
    Generally, can I customize the param form ? ie, add a trigger.

    Hello,
    You have not specified if you execute your reports on the web ?
    If you execute your reports on the web, you can take a look at the note :
    Article-ID: <Note:185951.1>
    Topic: How To Articles
    Title: SAMPLE - How to create a parameter LOV based on another
    parameter value? SCR1531
    regards

  • How to execute the second data block in master child form using lov

    Hi All,
    i am developed a new custom master child form using stacked canvas.Here i am taking two frames with diffrent data blocks.my point is i am enter the value from the lov in first frame automatically execute the second frame data block without button.
    example:
    fisrtdatablock:dept no(dept table).
    second datablock:employee information(emp table).
    select the dept value from lov automatically execute the second data block emp information.
    can help me any one.
    Regards,
    sekhar.
    Edited by: 994418 on 17 Mar, 2013 10:40 PM

    994418 wrote:
    Hi All,
    i am developed a new custom master child form using stacked canvas.Here i am taking two frames with diffrent data blocks.my point is i am enter the value from the lov in first frame automatically execute the second frame data block without button.
    example:
    fisrtdatablock:dept no(dept table).
    second datablock:employee information(emp table).
    select the dept value from lov automatically execute the second data block emp information.
    can help me any one.
    Hi, sekhar.
    Welcome to the Oracle Forums. Please take a few minutes to review the following:
    <ul>
    <li>Oracle Forums FAQ
    <li>Before posting on this forum please read
    <li>10 Commandments for the OTN Forums Member
    <li>How to ask questions the smart way
    </ul>
    Following these simple guidelines will ensure you have a positive experience in any forum; not just this one!
    >
    Your forms mode isn't clear. Is it in enter-query mode or insert mode.
    what can you do ?
    use a timer in post-change or when-validate-item trigger at deptno item at first data block. because go_block isn't supported by p-c or w-v-t trigger.
    and at when timer expire, write your code to go second block and insert/query the associate date from emp table.
    Hope you understand.
    Hamid
    If someone's response is helpful or correct, please mark it accordingly.*

  • How to automatically click add button on Process child form?

    During automatic provisioning of SAP CUA resource defined using access policy, how do I automatically click the "add" button to add the pre-populated role and system?
    Auto-save is already checked in the process definition of provisioning process.
    Thanks!

    Thanks for the detailed steps. None of the information I specify in the child form is getting saved and I am getting the following errors. Bits from the log:
    2009-04-20 11:42:12,297 ERROR [STDERR] java.lang.Exception: The length of the string '$tart,409' is too long for the field length of size 8
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.rulegenerators.tcBaseRuleGenerator.finalizeAdapter(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.rulegenerators.adpPREPOPULATESAPCUAFORM.implementation(adpPREPOPULATESAPCUAFORM.java:58)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.rulegenerators.tcBaseRuleGenerator.run(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.rulegenerators.tcAdapterExecuter.executeRuleGenerators(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.util.tcPrePopulateUtility.setDataFromAdapter(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.util.tcPrePopulateUtility.prePopulate(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.util.tcOrderPackages.computeProcessFormData(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.util.tcOrderPackages.createOrder(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.util.tcOrderPackages.orderPackageForUser(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.tcOIU.provision(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.tcOIU.eventPostInsert(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.tcUserProvisionObject.insertImplementation(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.util.tcProvPolicyUtils.provisionObject(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.util.tcProvPolicyUtils.provisionObjects(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.util.tcProvPolicyUtils.doProvisioning(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.util.tcProvPolicyUtils.evaluatePolicies(Unknown Source)
    2009-04-20 11:42:12,297 ERROR [STDERR]      at com.thortech.xl.dataobj.util.tcProvPolicyUtils.evaluatePolicies_UGP(Unknown Source)
    Thanks for your help!

  • How to access objects in the Child Form from Parent form.

    I have a requirement in which I have to first open a Child Form from a Parent Form. Then I want to access objects in the Child Form from Parent form. For example, I want to insert a record into a block present in Child Form by executing statements from a trigger present in Parent Form.
    I cannot use object groups since I cannot write code into Child Form to first create object groups into Child Form.
    I have tried to achieved it using the following (working of my testcase) :
    1) Created two new Forms TESTFORM1.fmb (parent) and TESTFORM2.fmb (child).
    2) Created a block named BLK1 manually in TESTFORM1.
    3) Created two items in BLK1:
    1.PJC1 which is a text item.
    2.OPEN which is a push button.
    4) Created a new block using data block wizard for a table EMPLOYEE_S1. Created items corresponding to all columns present in EMPLOYEE_S1 table.
    5) In WHEN-NEW-FORM-INSTANCE trigger of TESTFORM1 set the first navigation block to BLK1. In BLK1 first navigable item is PJC1.
    6) In WHEN-NEW-ITEM-INSTANCE of PJC1, code has been written to automatically execute the WHEN-BUTTON-PRESSED trigger for the "Open" button.
    7) In WHEN-BUTTON-PRESSED trigger of OPEN item, TESTFORM2 is opened using the following statement :
    open_form(‘TESTFORM2',no_activate,no_session,SHARE_LIBRARY_DATA);
    Since its NO_ACTIVATE, the code flows without giving handle to TESTFORM2.
    8) After invoking OPEN_FORM, a GO_FORM(‘TESTFORM2’) is now called to set the focus to TESTFORM2
    PROBLEM AT HAND
    ===============
    After Step 8, I notice that it passes the focus to TESTFORM2, and statements after go_form (in Parent Form trigger) doesnot executes.
    I need go_form with no_activate, similar to open_form.
    Edited by: harishgupt on Oct 12, 2008 11:32 PM

    isn't it easier to find a solution without a second form? If you have a second window, then you can navigate and code whatever you want.
    If you must use a second form, then you can handle this with WHEN-WINDOW-ACTIVATED and meta-data, which you have to store in global variables... ( I can give you hints if the one-form-solution is no option for you )

  • 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

  • Disable Parent Form while invoking Child Form using FND_FUNCTION.EXECUTE

    Hi,
    Any inputs in getting this issue resolved would be really helpful? I have a parent form wherein I am calling Child form (Line Details Form) by passing the masterid it works fine. Here How do we refrain the user control to access master form when child form is opened? Here when child form is invoked by click of a button and try to close the master, still I could see the child form opened. Any help will he highly appreciated. Many Thanks.
    Please find the details of the db version and function being used to invoke the form. I tried with all parameter options, when we give Open_flag as 'N', the master form gets closed after opening the child form. Perhaps given the open_flag as 'Y'. Kindly let me know your inputs in case of any missout from my end.
    Forms Version: Oracle Forms 10g
    Version: Oracle Applications : 12.1.3
    Database Version: 11.1.0.7.0
    fnd_function.execute(
    FUNCTION_NAME=> 'CHILD_FORM_LINE_DETAIL'                                                   ,OPEN_FLAG=>'Y'
         ,SESSION_FLAG=>'Y'
         ,other_params=>:Global.master_table_ID
    Thanks,
    Ahmed

    Hi,
    Please review the following documents and see if it helps.
    Note: 93784.1 - Custom Form is Not Executed When Called Using FND_FUNCTION.EXECUTE
    Note: 1031970.6 - Where is FND_FUNCTIONS.EXECUTE defined?
    Note: 744065.1 - Sample CUSTOM Library Code To Customize Applications
    Regards,
    Hussein

  • R12 - How to customize the seeded Purchase Order PDF report

    Hi,
    We need to customize the layout AND the data of the seeded Purchase Order pdf report that is generated in PO Summary form when user picks drop-down menu Inquire->View Document. I know how to set up the Document Type with a customized layout but I do not know how to update the XML data that feeds the layout.
    Thanks, Mike

    Mike,
    Please review the following documents.
    Note: 374165.1 - How To Customize The PDF Output For Printed Purchase Order Report (Portrait) ?
    Note: 406094.1 - How To Diagnose Issues Within Oracle Purchasing PDF File Creation for Printing
    Regards,
    Hussein

Maybe you are looking for

  • Apple tv no longer showing when powered off

    I just updated my apple tv a couple days ago and now unless I power the apple tv on separately, it does not show up in itunes or my wireless devices' remote app. Once I power it up, everything is fine but it used to show up even when it was off (thus

  • Installing Solaris 9 on an x86 platform with win98 and win2K

    Hi, There is a Pentium P4 (2.4 GHz) machine with a 40 GB hard disk... This has 1 primary partition and the remaining is the extended dos partition. In effect there are the following logical drives - C, D, E and F. These are FAT32 partitions and have

  • Lost installation CD, got a new compu

    I have a Zen Nano Plus, and I lost the installation CD so I can't access the library or anything. It used to be on my old computer but we just changed from Windows 95 to Windows XP. Do you know how I can get either the CD or something dowloadable to

  • IDOC-Database Scenario

    Dear All, I am working on IDOC -  Database scenario. Below is the scenario: u2022     The data received through the IDocs will be uploaded into respective temporary tables in Target SQL Sytem by means of stored procedures. u2022     The data stored i

  • ERROR BEA-000383 WHILE STARTING UP SOA SERVER

    Hi, I am new in this world of SOA, tried to install it on my machine which i successfully did. On starting up the soa server from the command prompt(i am using a windows box), i get the error below..the admin server starts..just the weblogic server d