Detail-with-two-masters : Is there a demo ?

Hi all,
I found in the manual following description and I think
this could be a solution for many-to-many related Forms blocks (intersection table=detail) :
A detail-with-two-masters relation involves a single detail block that has two master blocks.
Form Builder displays the appropriate detail records for whichever master block is the current block in the form.
For example, in the sample application referred to earlier, the ord block could be a detail block having two master blocks, CUSTOMER and EMP.
End users could then see all of the orders for a particular customer, or for a particular sales representative (employee).
Usually, when you create a detail-with-two-masters relation, you will be joining on different foreign-key items in the detail block.
In such cases, the Copy Value from Item property is set for each foreign-key item in the detail block to point
to the primary-key item in the appropriate master block.
To create this type of relation, you need only define the two relations; Form Builder will automatically support coordination.
In other cases, however, you might want to create a master-with-two-details with each relation joining
on the same foreign-key item in the detail block.
However, because the Copy Value from Item property can only point to one master block item,
you will need to write additional code to coordinate querying and
updating for the second relation if you are joining on the same item in the detail block.
Depending on the desired functionality, this might include writing a Pre-Query trigger
for the detail block to ensure that the correct primary-key item value
is copied to the foreign-key item in the detail block. For example,
COPY(NAME_IN(:system.master_block||'.primary_key_item'), 'detail_block.item');
You might also want to create a When-New-Block-Instance trigger that checks
the coordination status of the detail block whenever
the end user navigates to a different master block, and,
if necessary, populates the detail block.
OK. But sorry, I can not realize it.
Has anyone a FMB-demo or a to-do list to declare this manual description (many-to-many problem) ???
Many Thanks in advance
Friedhold
[email protected]

N\'bi wrote:
Thank you for quick response, even if it is a disappointing answer.  Would a USB headset work?
Yes.

Similar Messages

  • Non facing pages with two masters

    My pre-press contact has advised me to create documents without facing pages checked. I'm not 100% sure why since I'll be exporting to .pdf anyway, allowing them to impose the pages.  She just said that facing pages "nearly always cause problems."
    However, I am creating a large conference program book with a left and right master.  I know how to set up two separate masters. What concerns me is the inevitable changes--pages inserted, pages deleted. With facing pages In Design 'figures it out.' As long as you don't have uneven columns or pull quotes in the margins, it's not too much trouble to insert a single page within the book during the design process.
    I've played around with the no facing pages, two masters, and as best as I can see, adding a page is as bad as I feared: I would have to manually reset every single page after that one to the proper master.  I HAVE to be missing something as that would get old really fast in a 100+ page program that will probably morph multiple times.
    On a related note, certain pages or sections of pages, will have unique footers, aligned either left or right. (ie Welcome from the President; Sunday--Session 1, etc.) I will obviously strive to do these last for the reasons mentioned above.  But, again, is there am InDesign trick that I'm missing? This can't be uncommon.
    Straight-up design I can handle, but dealing with large, complex documents is something I don't have much experience with.
    Thanks for your advice.

    Take a different printer. She is telling you complete nonsense. Maybe that SHE has problems, but it is not caused by InDesign, it is caused by HER.
    If you have a double sided printed publication you have to set it up as facing pages and you have to export as single pages.
    In combination with the document setup to facing/non-facing pages you will have an influence on many things in your document:
    Paragraph alignment toward or away from spine (as it often used for page numbers).
    Anchored objects with toward and from spine settings.
    Keep options.
    If a printer is not able to handle facing pages look for a different printer.

  • Master with two details

    Friends,
    I can do a master-detais with one level, but can I do master detail with two or more levels?
    Sample: Departments -> Employees -> Bankacount
    just a simple sample ;-)
    Thanks!

    Creating a Master-Detail-Detail realtionship with BC4J
    Creating the Application Model
    1. Create New BC4J entity objects and default views for the three related tables. I'm using the OE schema for this with the Customers, Orders, and Order Items.
    2. Create a New View link (I'll call it ViewLink) using Orders as the source view and Order Items as the destination entity.
    3. Edit the Application Module by double clicking on it.
    4. Remove the exisitng object in your datamodel by shutteling them to the left.
    5. Add the CustomerView top level item to the new data model by shutteling it to the right.
    6. Add the OrdersView from the second level to the data model
    7. Add the "Order Items via Viewlink" node to the data model.
    You should now have a three level data model that you can test using the Application Model tester.
    Creating a simple JSP for the data model
    1. Create a new JSP.
    2. Drag the Customer object from the Data Control Palette to the page as a read only form.
    3. Drag the Customer object from the Data Control Palette to the page as Navigation buttons.
    4. Drag the Orders object from the Data Control Palette to the page as a read only form.
    5. Drag the Orders object from the Data Control Palette to the page as Navigation buttons.
    6. Drag the Orders Items from the Data Control Palette to the page as a read only table.
    7. Run your JSP
    You should be able to navigate through the customers using the navigation buttons. This navigation will change the orders that are displayed. Navigating through the orders will change the items that are displayed.

  • Two different versions of iTunes on a mac with two accounts?

    Let's say two people share one computer and person A likes what he hears about iTunes 9 and wants to down it, but person B hates it and wants to keep iTunes 8 on the computer. I know it can't be done with one account but can it be done with two accounts if there is only one computer?

    Good question. I'd say +back up your computer+ and give it a try. Put the copies of iTunes in Applications folders in each account, not in the common Applications folder at the main level of the directory.
    Some of this may depend upon how you currently have it arranged with music files and libraries. I'm assuming you have it all sorted out as to accessing music files, unless you each have your own collection.
    I don't know the full workings of itunes9 but as long as you don't share a common library (which is version-specific) or preferences files then I don't see why different versions won't work. Again, I'd make a backup in case anything funny happens, then try.

  • Creating a Master with Two Detail report style

    In a Group-Above report data model, how does one add a 2nd detail group appearing at the same hierarchial level as the 1st group?
    The report already exists with MASTER and detailA. I need to add detailB and tie it to MASTER just like detailA.
    |MASTER|
    |detailA||detailB|
    \-------/\-------/

    Amjad,
    Thanks for the reply. My question relates to your suggestion #1: How does one create detailB in the data model?
    The only thing I have been able to do is to create a 2nd query linked to the 1st query. This makes the data model look like it has two masters each with one detail. What I want is a single MASTER with two details.
    Are you suggesting that the only way to accomplish this is by having two queries, one linked to the other, as in the crude rendering shown below?
    |MASTER1||MASTER2|
    |DETAIL1||DETAIL2|
    The above would be displayed in the data model as follows:
    |__Q_1___||__Q_2___|
    |G_DETAIL1||G_DETAIL2|
    \----------------/\----------------/

  • Issue - Master with two Details

    Hi,
    I have three VO's, the first one VO1 is the master with two details VO2 & VO3.
    Can I use ad advanced table with Master- Details & Details for the above VO's?
    I want create a page with Advanced Master Table VO1 and when the user click Show/Hide it should display two Advanced Tables for VO2 & VO3.
    Is this possible to achieve?
    If not Please advise how I can use another way to display the data with Master - Details 1 & Details 2
    Regards...Ashraf

    You could use "New"/"BC" and create a ViewLink with the same name as the FK Assoc. If you edit the PackageModule, you should be able to see your FK link in there.

  • I am trying to connect a 24" cinema display with mini display port cable to a 24" imac with a displayport - is there a cable for this as these two connections are two different sizes

    I am trying to connect a 24" cinema display with mini display port cable to a 24" imac with a displayport - is there a cable for this as these two connections are two different sizes

    Hi Gilly,
    I have no proof, but I think it will not work with an adapter, only Mini Display Port or Thunderbolt.

  • Is there a way to work with two or more app at the same time on iPhone or iPad

    Is there a way to work with two or more app at the same time on iPhone or iPad?

    What i am attempting to achieve is to work with at least two app at the same time. For example: select any picture from my albums to attach them in an email. Another example is get data from an app to use it with the calc app. And there are more exaples for it. And for sure I need support for an iPad air. I mencioned the other tablet just to try to be a bit clearer.

  • Is there a way to share one music library with two seperate icloud accounts?

    Is there a way to share one music library with two seperate icloud accounts? I have over 12,000 songs in my library and my son likes the same music, but recently his ipod touch is picking up the texts from my wife's and my phone? I was told the only way to stop this is by giving him his own icloud account which would mean he wouldn't have access to my music library. Any ideas?

    He can still use your Apple ID for iTunes content, no issues. He just gets a separate ID for everything else.

  • I live in a home with two other people, and one housemate tried to sync up his content from iTunes and iCloud onto another housemate's new iPad. the iTunes library only contains my content. is there any way to retrieve the there person's iCloud?

    i live in a home with two other people, and one housemate tried to sync up his content from iTunes and iCloud onto another housemate's new iPad. the iTunes library only contains my content. is there any way to retrieve the other person's iCloud? Can they go out of my account? Their content is saved on their iPads, but can another iCloud be on the same home computer?

    The syncing of music is one way, computer to phone. See this helpful document from a fellow user. Credit goes to the author.
    https://discussions.apple.com/docs/DOC-3141

  • I have a Mac Pro tower with two internal Hard Discs, each one 2TB. I purchased a 3TB Time Capsule. But it does not allow me to back up because it says there is not enough back up space available. Between the two HDs there are 3.3TBs. Can I daisy chain TC?

    I have a Mac Pro tower (OSX version 10.6.3) with two internal Hard Drives, each one 2TB.
    I purchased a 3TB Time Capsule. But cannot back up because it tells me there is not enough space.
    I have more than 3Tbs to store to the new TC.
    Can I daisy chain two TCs to store the 4TBs?
    How can I back up only the internal HD that is already full, without backing up the other one?
    How can I do back up using Time Machine to back up the 3.5Tbs?
    Do I need to purchase another external HD (that is not TC) to be able to back up all of my photos?

    Can I daisy chain two TCs to store the 4TBs?
    No, you cannot link to produce a single large partition.
    But you can have two separate backup jobs.. and use each partition. That is hard on TM but you can easily get a different backup software for it.
    How can I back up only the internal HD that is already full, without backing up the other one?
    In TM you do a different setup and exclude the other drive.
    But it is better to use an alternative software IMHO.
    How can I do back up using Time Machine to back up the 3.5Tbs?
    You would need to use a network drive of more than 4TB .. it would also take forever. This is just wrong way to do it. Although you can buy a NAS that will work with Time Machine and load it with disks 16TB is possible.. if you can get a second mortgage.. the fragile nature of TM on 3rd party devices.. would leave me in cold sweat if anything went wrong.
    TM is excellent at keeping incremental backups of files that keep changing.. as such you should use TM to backup your OS disk and main user directory.. exclude all files and directories that never change. Back them up separately.
    Do I need to purchase another external HD (that is not TC) to be able to back up all of my photos?
    Yes, that is a much better idea. You want to store photos safely and you want to store them in multiple places. If you have multiple TB of photos, dedicate a couple of disks to the backup. ie have at least two copies.. not in backup format.. in straight copy format if possible.. so you can keep one of the disks offsite.
    I would be using your MacPro internal disk access, to place the disk onto sata bus and do the copy disk to disk direct. Or even buy esata card.. or sata to esata converter cable so you can use esata box. That will beat any other transfer speed except thunderbolt for which you would need third mortgage. (The MORT in mortgage is significant).
    The great jurist Sir Edward Coke, who lived from 1552 to 1634, has explained why the term mortgage comes from the Old French words mort, "dead," and gage, "pledge." It seemed to him that it had to do with the doubtfulness of whether or not the mortgagor will pay the debt.

  • Is there a cable with two Apple connections and one USB connection?

    Is there a cable with two Apple connections and one USB connection?

    it would be possible without damage to the phones if only the charging pins was used
    but it would mean the 2 phones would charge 1/2 as fast as normally

  • HT2534 hii i am using iphone 3g mobile i have some problem in downloading free apps    here is asking an credit card details    so i want to download with out entering credit cards details      and here i have there is not havening an option "NON"

    hii i am using iphone 3g mobile i have some problem in downloading free apps    here is asking an credit card details    so i want to download with out entering credit cards details      and here i have there is not havening an option "NON"

    How did you create the account ? Unless you followed, exactly, the instructions on the HT2534 page that you posted from when creating an account then credit card details will need to be entered before the account can be used to download any item from the store.

  • Is there an option of synching Iphone with two itunes on different mac books ?

    is there an option of synching Iphone with two itunes on different mac books ?

    You can't sync it to two computers.
    But you can plug it into a second computer and add things or take things out of apps (under the app tab, scroll down).
    Also you can take photos off on a second computer.
    There are a few things you can do on a second computer.
    But not a sync.

  • Is there any RFID reader with two antennas?

    Hello!
    I'm searching for RFID reader with two antennas and capability of choosing which antenna to use via PC/SC interface.
    Could you help me?
    Thank you in advance.

    Sonnyyu,
    Thank you for your answer.
    According to USB specification, I can connect up to 127 usb devices to a single USB controller. Hence USB hubs are addressable devices they will reduce the number of total target devices (RFID readers) I want to connect.
    There are two more constraints:
    1) Bandwidth of USB port
    2) Power consumption of devices connected to USB hub
    1) Usually single RFID reader utilizes 5-10% of a total bandwidth. So the maximum number of RFID readers working concurrently (!) is 20-10. In my application there will be 7-8 concurrently working readers maximum.
    2) Power consumption is not an issue if you use powered(!) USB hubs. When you use powered USB hubs all the power is not going from USB controller, but from an external source (each powered USB hub has its own power supplier).
    Also all the RFID readers that I connect are located in a range of 2-3 meters from a PC, so I have no problem with possible interferences.
    Why should I use TCP/IP in this case?
    Thank you again.

Maybe you are looking for

  • How do I create a desktop shortcut to an application in Mac OS 9?

    For example I have installed the original command and conquer (Blast from the past!) how do I get the application icon to the desktop as a 'shortcut'?

  • How to create dynamic elements in action of a view?

    hi all, I created 2 buttons dynamically in WdDoModifyView(). I created  action1, and parameter for that action i.e, id of type string. when i click on button1, some ui elements must be displayed..... can anyone tell me how to dynamically add UI eleme

  • Adding HP Laserjet 4200N Printer

    I'm trying to set up this printer to work with my iMac and I'm having no luck. Someone please point me in the right direction. 1. I installed the driver found on hp.com 2. Connected the printer to my iMac with a USB printer cable 3. Went to Print & F

  • Printer problem with AW 6.2.9

    I have a recurring printer problem with both hp deskjet 5150 and Epson R220. After much work with techs at both, we have determined that it is an AW problem (v. 6.2.9) Other files print okay. I've searched through recent posts and found similiar ques

  • Concurrent modification jdo exception

    Hi, When multiple ejb instances/threads are accessing the same persistence object I get this exception: javax.jdo.JDOUserException: An instance was concurrently modified in another transaction (optimistic lock #: 238). FailedObject:dk.pine.mediamanag