How to create a JClient form with one master block & multiple detail block?

Hello,
I am using Jdevelopver 10.1.2
I want to have a JClient Form with one master table A and two detail tables B, C.
But in the JClient Form wizard, I can only create a one master with one detail relationship. Can I create multiple details in that wizard ?
Thanks
Stephen

Create a JPanel based on the second detail table with the wizard and add manually the JPanel to the Master-detail Form.
Regards
Fred

Similar Messages

  • I want a JClient Form with one mater and two details

    Hi,
    In my JClient Form, I want to have one master view and TWO detail views. The two detail views are linked to the master view simultaniously. Can Jdeveloper do that?
    and How?
    Stephen

    Sure. Just define the VO's and the relations between them and afterwards develop some independant panels which describe the VO's. You can then place each panel on a single panel and organize them the way you want.
    However, there isn't a way to simply generate the entire deal with a single wizard. You will have to run the wizard multiple times for each of the panels you wish to create and then manually put them together.
    Hope This Helps

  • Re: How to create More two class with one object

    haii,
             i have small information How to create More two class with one object,
    bye
    bye
    babu

    Hello
    I assume you want to create multiple instance of your class.
    Assuming that you class is NOT a singleton then simply repeat the CREATE OBJECT statement as many times as you need.
    TYPES: begin of ty_s_class.
    TYPES: instance   TYPE REF TO zcl_myclass.
    TYPES: end of ty_s_class.
    DATA:
      lt_itab      TYPE STANDARD TABLE OF ty_s_class
                     WITH DEFAULT KEY,
      ls_record  TYPE ty_s_class.
      DO 10 TIMES.
        CLEAR: ls_record-instance.
        CREATE OBJECT ls_record-instance.
        APPEND ls_record TO lt_itab.
      ENDDO.
    Regards
      Uwe

  • How to create Report Writer Form with page longer than 255

    As i need to create report writer form with many columns which exceed than 1 acceptable page, how can I create since in writer there is no Horizontal Page as in report painter.
    Thank you very much.
    Sirirak

    check it out.
    pretty simple example
    http://www.baigzeeshan.com/2010/04/creating-simple-search-form-in-oracle.html
    here is the example what you 're looking instead of af:table have your form.

  • How to create a dynamic form with bind variables :schema & :table_name

    My application has two LOV's, one to select a schema, and the next to select a table within that schema. I then have a button which passes me to a report which displays the data in that table.schema.
    I now want to create a link to a form where I can edit the record based on the rowid of that table.schema, but it doesn't appear that I can create a dynamic form where I pass the schema.table_name and rowid. Is this possible? Can anyone advise how I can do this? The form builder only wants a fixed schema/table name.
    Thanks in advance.
    Stuart.

    Hi Stuart,
    In this sort of situation, you will need to be a bit creative.
    I would suggest a pipeline function called as if it was a report.
    Then you can pipe out the required fields.
    Since you will have a variable number of fields, you could use two of the multi row field names for your field names and values.
    Then after submit, you can create your own procedure to loop through the fields (stored for you in the Apex package) and update the table as required.
    Not very specific I'm afraid, but it should work.
    Regards
    Michael

  • How to create 2 icloud accounts with one apple id

    I would like to find out how to create 2 iCloud accounts using the same apple id. Currently, my husband's iphone4S and my iPhone 4 have merged contacts which we don't want, and when he texts it shows that it is from me.

    You can't do that.  One of you will have to create a new icloud account with a new ID and connect the device to it.
    TO GET DATA FROM ONE ACCOUNT TO A NEW ACCOUNT:
    When connected to the account you want to GET data from, Go to Settings>iCloud and turn all data that is syncing with iCloud (contacts, calendars, etc.) to Off. 
    When prompted choose to keep the data on the iPhone. 
    After everything is turned off, scroll to the bottom and tap Delete Account.  Next, set up a new iCloud account using a different Apple ID and turn iCloud data syncing for contacts, etc. back to On.  When prompted, choose Merge.  This will upload the data to this new account.
    Note that this only affects the "Apple data" like contacts, calendars, reminders, etc.  Many third party apps also use iCloud to store data files there.  These files may be lost in the process, unless the apps also keep the data locally on the device.
    NOTE:  Photos in the photo stream (if you use it) will not transfer to the new account.  It is advised that you save the photos to a computer before performing the account switch. 
    CREATING A NEW ID:
    Each user should have their own icloud account, otherwise they end up getting the same emails, contacts, calendars, notes, reminders, etc. - usually not what you want.  But if all have been sharing the same itunes ID, keep it that way, you can have different IDs for itunes and icloud.
    If you already have another icloud account, and want to set it up on a device, then go to Settings>icloud, scroll to bottom of screen and tap Delete Account.  This only disconnects the device from that account, no data is lost on icloud.  Then enter the account ID that you want to use.
    To create a new icloud account, go to
    http://www.apple.com/icloud/setup/

  • How to create a XML Form with confirmation Page

    Hi!
    I need to create a XML Form that have a confirmation page to enter de data and save it (into XML file).
    It's possible to make it with the XML Forms Builder, or I need to make it manual at xml & xsl??
    (Sorry about my poor english!)

    Hi Ernesto,
    there is currently no confirmation message available in the XMLForms EditForm. But you can use the "preview" button to show how it looks like, before you are using the "Save" button.
    Regards
    --Matthias

  • How to create a blinking starfield with one mc

    I have create one blinking star in a mc.
    It´s moving in a circle and blinking and changing
    colors.
    Now I want to create a starfield with blinking stars where
    every individual
    star is moving in a different way.
    The problem is, if I copy and past 100 of this mc with my
    blinking star in the
    same timeline (main) Theres no individuality. (I hope you
    understand my swedish/english).
    I know that I can copy an paste the same mc at 100 different
    frames..but that´s "low tech.
    Now then:
    How the should the actionscript looks like which manage to
    solve this problem?
    random something...??
    I know I can read and learn, but I ´ve been working with
    this site for over a year now and I have
    become halfblind (not really - I use glasses) of reading
    actionsript all nights long and working
    at my regular job from 9 to 5.
    The technical stuff It´s in other words not my strenght
    :wink
    Here´s my portfolio site:
    http://www.goodwill.se
    (The actionscripting is done with a lot of help from this
    forum)

    Creating a blinking starfield from one blinking mc.
    >you need to give your star movie clip a linkage name.
    lets say star_mc. Then loop 100 times. in each loop you attach the
    >star_mc in a random place on the stage. lets say the width of
    your stage is 500wx500h. The code should look like that:
    >for(var i:Number=0;i<100;i++){
    >star_mc=_root.attachMovie("star_mc","star_mc"+i,_rott.getNextHiestDepth())
    >star_mc._x=random(500)
    >star_mc._y=random(500)
    >}
    Cool, this is the first step- to spread the mc all over.
    But I wonder if they can be spread in time.
    So every star move individual in time.
    Now they move and blinking as a group, where every
    star is in the exactly same position in their tweening
    process, in time.
    (the blinking status is exactly the same for eveyone)

  • How to create a PDF form with multiple approvals?

    Hello ,
    I am trying to add approvals to a pdf I created . I am trying to add approvals such that
    once the form is filled up by the user and emailed to the concerned person (admin) , they approve the form , this action inturn sends the pdf to the next person who has to approve it and so such that the pdf file is "approved" when all approvers has put their approvals on it nd then the form gets sent back to the admin.
    Ive been trying various ways to get this done,
    any help wil be much appreciated , maybe its a simple fix and im missing something , but im very new to live cycle and have only designed basic forms so far.
    Thanks and Regards,
    Akshay

    Hello ,
    I am trying to add approvals to a pdf I created . I am trying to add approvals such that
    once the form is filled up by the user and emailed to the concerned person (admin) , they approve the form , this action inturn sends the pdf to the next person who has to approve it and so such that the pdf file is "approved" when all approvers has put their approvals on it nd then the form gets sent back to the admin.
    Ive been trying various ways to get this done,
    any help wil be much appreciated , maybe its a simple fix and im missing something , but im very new to live cycle and have only designed basic forms so far.
    Thanks and Regards,
    Akshay

  • Create  2 work repositores with one master repository

    Hi all,
    I have a corrupted work repositoy and I want to create one new work repository within the same master repository.
    My questions :
    1) Is it possible to keep the same Oracle user, the same oracle schema for this new new repository?
    2) If yes why do I get a unique contstraint errors such as
    ORA-00001: unique constraint (SNPM.AK_CONNECT) violated when I try to create one ?
    Thanks for you answer.

    You need an empty schema to create a new repository so you will need to drop and recreate your corrupted schema if you want to use them again
    Edited by: SH on Mar 25, 2011 11:36 AM

  • Problem with one master two details

    Hi,
    I have to create a form with one master and two detail blocks, both related via the same primarykey to the master block.
    Both detail blocks shall be based on joins (as shown in the white paper).
    First I have the master block with its items on the form.
    Then after creating the first detail block, I put the items on the form, too, and everything is fine.
    Next I create the second detail block (without join), rename it and create a master detail relation to the master block.
    To look after result I run the form - and all items off the master block are invisible!
    I checked it - its the creation of the second relation.
    What does this mean?
    What can I do?
    Silke

    Hi Frank
    forms 6i, database 9i
    'Cursor' = 'Datablock'?
    That means, forms cannot built the cursor?
    What do you mean with System Navigator?
    I first created the same form with the same construction, the two detail datablocks based on views, and there is no problem.
    I had to change, because some items should be updatable that I cannot achieve with views.
    There is a diffrence in useing the datablock wizard.
    Working the Views, datablock wizard cannot automatically find suitable master blocks.
    Working without views, he suggests the suitable master block. Even the dialog box for selecting the master block is different, it shows both the master block and its first detail block in ONE line.
    Silke

  • I have created a PDF form with multiple drop downs, all with the same drop down values. When I select a value from 1 of the drop down fields, it replicates in all of the others - which I do not want. How can I fix this?

    I have created a PDF form with multiple drop downs, all with the same drop down values. When I select a value from 1 of the drop down fields, it replicates in all of the others - which I do not want. Can I fix this?

    I'm fairly new to this, but I think it has to do with the way you have the drop downs named. Did you copy one then keep pasting it in each field? If so, that is the problem. You should rename each one with a different number: Dropdown1, Dropdown2, etc. I think that might solve the issue.

  • How to create a LOGIN Form & LOGIN ID & PASSWORD for END USERS

    hi,
    i have just created a Database and Forms & Reports using developer 6i.
    now i want to deleiver that Database to end users, but i dont know that how to create a LOGIN Form for the end users and also i want to assign each user a Login ID & Password.
    Plz help me to solve out this problem.

    1. Create the user accounts on the database CREATE USER ... IDENTIFIED BY...
    2. Grant CONNECT Role to the Users
    3. in the main form (the one which is being called initially at runtime) in the ON-LOGON-Trigger create a CALL_FORM() to the Login Form
    4. The Login Form will be called; build a Block with username, password and a Button
    5. In the Button call the LOGON Built-In
    6. Control will be passed to the initially called form again
    I also noticed a thread in here explaining this in more detail...
    Message was edited by:
    user434854

  • I have created a .pdf form with text boxes, but the recipients are unable to fill in their answers.

    How can I distribute a form with text boxes so that the recipients are able to type into the boxes?

    This forum is for the Adobe FormsCentral (formscentral.adobe.com) which is a service that allows you to create, collect and analyze data using an online web form. You should ask PDF related form questions in the Acrobat forums: http://forums.adobe.com/community/acrobat/forms
    I'll move your post to that forum so you don't need to retype it. They can help you out...
    Randy

  • How can I associate 2 appleids with one account or use a different Appleid for imessage as described in another post?

    How can I associate 2 appleids with one account or use a different Appleid for imessage as described in another post?
    I have rejoined the iPhone community, not with one iPhone but with two. My wife agreed to move from the unenlightened!
    I have set up both under my apple account and want to keep it that way. But I do not want iMessages going to both phones. I would like separate message queues but share all apps and other purches from the store.
    I have created a separate AppleID for her but under Settings>Message>Receive At (it currently says 2 addresses) > ... will not allow me to change the current eMail address and when I add hers (her appleid) it errors out. The only thing I can do in the Apple ID field is to manage my account and not change it to hers.
    How can I have 2 iPhones (and my iPad) on the same account but have separate identies?
    Thanks,
    LpGrumpy

    1. Yes. Restart with the Option key held down as needed.
    2. No, it won't be a problem.
    (83373)

Maybe you are looking for

  • Oracle libraries in 10.2.0 and RAC 10.2.0

    hi are the libraries different between oracle 10.2.0 and RAC 10.2.0. we are upgarding to RAC and i am trying to findout if i have to recompile my c++ binaries using RAC 10.2.0

  • Error installing cube 0CDM_C2 from BI content

    Hi Guru's, I am trying to install the cube liability 0CDM_C2 from the BI content. we are on BI 7.0 I am getting a error IC=0DBDUNS_NUM IS=0DBDUNS_APPENDIX_ATTR_1 error when checking the update rules Message no. RSAU461 can anybody please help me on t

  • Question about smart albums - where does selection criteria operate

    i maintain several versions of any given image. one for local printing, one for book printing and one for web; each with a different onscreen proofing profile. the versions for a given image are all in the same stack. put an appropriate key word (e.g

  • Smartview 11.1.2.1 - Compatible with Essbase 9.3.1?

    Hi, Migrating from 9.3.1 Planning/Essbase to 11.1.2.1 However company wants to run concurrently for a few months. How can users do this with only one version of Smartview installed? Can 11.1.2.1 Smartview work against the 9.3.1 Essbase databases?

  • Screen sharing from computer to Xbox

    I was trying to screen share from my coputer to an xbox, but there was some sort of error and it wouldn't let me do it.