Multiple Views of Same Rows from a Tabbed Pane

I have a Tabbed Pane with several Tabs that access Different Tables. One Table is the child of two different Tables, ie one foreign key on the child that that points to Table A and a second foreign key on the child that points to Table B. I am trying to have a tabbed pane that will show the childs rows one based on the Table A Foreign Key and the second based on the Table B Foreign Key.
No matter what I have tried, I get only one view from both Tabs. (NOTE: Both of the Tabbed pane that I instantiate from look completly different, ie a different sequence of fields.)
I have two distinct rowsetinfo's for each tab each with it own distinct Query. I have each MasterLink pointing to the appropriate Master, either Table A or Table B and it doesn't work.
I have tried to create additional Business components for the second view, but don't know how to link the rowset to the appropriate Business Component, if that's the problem.
Any help or suggestion would be greatly appreciated, because I'm Lost.

hi
i've tried to do that some time ago and i had to give up... unfortunately i think java3D can't use various rendering modes for the same universe
regards
GnG

Similar Messages

  • Can I use one Apple TV device on two different HD televisions to view the same info from a mini Mac?

    Can I use one Apple TV device on two different HD televisions to view the same info from a mini Mac?

    Welcome to the Apple Community Lschaef5318.
    You need one Apple TV for each TV.

  • TS1382 I want to add multiples of the same song from different playlists to my ipod but iTunes wont let me. How can I override this so that I get the songs I want on my ipod?

    I want to add multiples of the same song from different playlists to my ipod but iTunes wont let me. How can I override this so that I get the songs I want on my ipod?

    You can sync those different playlists to the iPod, and the song appears on each playlist.  However, the song is stored on the iPod once.  What is the practical reason for wanting to store the same song file multiple times (and waste storage space) on the iPod?

  • Multiple View sessions, same PC?

    View 6.0.1, Client 3.3.0
    Can I have multiple View sessions from the same PC? In other words
    Launch the Horizon View client, login, and access a desktop
    Launch the Horizon View client again, login as a different user, and access a different desktop
    Repeat until I have many session open at once
    The reason I ask is we are migrating from Exchange to Gmail. Google provides a utility called GAMME that in a larger environment can be run from multiple machines with each machine migrating one portion of the alphabet. Rather than using 10 physical machines I would rather use 10 View desktops. This will work slick if from my real PC I can access all 10 view desktops. I will be using a different login account to access each desktop.

    Have not tried yet. I did not want to go through the time setting up a separate non-persistent desktop pool if I could not login to more than one desktop at the same time. Now that I know it will work, I will run with it. Thanks for the help

  • Multiple updates to same row

    Hi experts,
    I still cant figure out how oracle handles multiple updates to the same row. For instance I have 3 update statements:
    update supplier set supp_type = 'k' where supp_code = '1';
    update supplier set supp_type = 'j' where supp_code = '1';
    update supplier set supp_type = 'm' where supp_code = '1';
    I keep getting the final result to be supp_type = 'k' where it should actually be 'm', but when i execute the mapping it shows 3 update operations, which baffled me as to how oracle handles simultaneous updates to same row. I even tried disabling parallel dml on the table object, but am unsure whether this actually helps. I try putting a sorter operator and then a key lookup operator after the sorter operator in my mapping to compare the supp_code field in the sorter with the target table's supp_code field to retrieve the relevant row to update, but instead of 3 update operations, it now updates all supp_type in all my records to NULL. Can anyone explain to me how i should go about dealing with this?

    Hi experts,
    I just took a look at the code section generated for the key lookup operator named SUPPLIER_WH_SURRKEY01 and I feel something is wrong with the generated code. I have pasted the code section on the key lookup operator below.
    ORDER BY
    "SUPPLIER_CV"."RSID$" ASC ) *"SORTER" ON ( ( ( "SUPPLIER_WH_SURRKEY01"."EXPIRATION_DATE" = "SPIDERWEB2"."GET_EXPIRATI_0_EXPIRATI" ) ) AND ( ( "SUPPLIER_WH_SURRKEY01"."SUPPCODE" = "SORTER"."SUPP_CODE$1" ) ) )*
    WHERE
    ( ( "SUPPLIER_WH_SURRKEY01"."SUPPKEY" IS NULL ) OR ( "SUPPLIER_WH_SURRKEY01"."SUPPKEY" = "SUPPLIER_WH_SURRKEY01"."SUPPKEY" ) );
    Can anyone explain to me the codes in bold? I have no clue as to what it means? Furthermore, those bold-ed codes look similar to what I have expected to find in the where clause, except that instead of SUPPLIER_WH_SURRKEY01"."EXPIRATION_DATE" = "SPIDERWEB2"."GET_EXPIRATI_0_EXPIRATI", I expected to find
    SUPPLIER_WH_SURRKEY01"."EXPIRATION_DATE" = '31-dec-4000', because my key lookup operator checks upon a constant with the value '31-dec-4000'. And the constant name is CONSTANT itself, while my mapping's name is SPIDERWEB2(not too sure why the generated code refers to my mapping name instead of my constant)
    Edited by: user8915380 on 17-Mar-2010 00:52

  • Multiple Views of same Universe with DIFFERENT rendering style, possible?

    I am trying to create a CAD-style application that uses several views to display the objects directly from the front, the side and the top using parallel projection and another view that shows the same objects from a freely moveable camera using perspective projection. Everything is working so far, but I would like to display the objects as wire frame in the parallel projection views and fully textured in the perspective view. I have found options to change the rendering of a shape, but that would change it for all views. Is there a way to set different rendering "styles" (i.e. vertex only, wireframe, flat, shaded, textures) for different views of the same universe?

    hi
    i've tried to do that some time ago and i had to give up... unfortunately i think java3D can't use various rendering modes for the same universe
    regards
    GnG

  • Insert a field twice (that has multiple values) onto same row in report

    I am new to design so hopefully this is an easy question...
    I have three tables in my report that are linked.
    Table 1  "TMDE"
    Mfg
    Model
    Type_Id  (Linked to "FEE(PRICE)"
    Table 2 "FEE"
    Price
    Service_ID (Linked to "SERVICE(ID)"
    Table 3  "SERVICE"
    ID
    Service_Type
    What I am trying to do is create a report that displays two different prices based on two diffent Service "ID"'s on the same row.
    My report keeps creating a second row for the second Service "ID"
    Example:
    MFG      MODEL    TYPE                         PRICE
    Fluke      87         Calibration                  $40.00
    Fluke      87         Calibration w/data     $60.00
    What I woiuld like to see is:
    MFG     MODEL                Calibration $        Calibration w/data $
    Fluke     87                           40.00                     60.00
    Can you help?

    Thanks Noel but I don't think that is the answer.
    Let me try to explain a little further...
    My TMDE table has a field called "Type_ID".  Let's say that record 1 has a "Type_ID" field value of 27.  The "Typer_ID" field is linked to the PRICE table. The linked field in the PRICE table is called "ID" "ID" may have several 27 valuies for the different prices. These prices are based on the PRICE"Service_ID" field.
    Hopefully, this will explain it better...
    TABLE:TMDE 
    MFG:Fluke;   MOIDEL:87;   TYPE_ID:27 (linked to PRICE:ID)
    TABLE:PRICE
    ID:27;        FEE:40;    SERVICE_ID:1 (linked to SERVICE:ID
    ID:27;        FEE:50;    SERVICE_ID:2 (linked to SERVICE:ID
    ID:27;        FEE:60;    SERVICE_ID:3 (linked to SERVICE:ID
    TABLE:SERVICE
    ID:1;  TYPE:Calibration
    ID:2;  TYPE:Calibration w/data
    ID:3;  TYPE:Calibration-Accredtied
    What I would like to see is:
    MFG       MODEL       Calbration price          Calibration w/Data Price
    Fluke      87                       40                                     50
    Thanks

  • MDG-F 7.0 Multiple Editions with same valid from date

    It appears that we are dis-allowed to create more than two editions with same valid from date in MDG-F 7.0.
    that tells me that i should be extremely careful of creating an edition with valid from date because once created, I have to group all financial master data change requests effecitve on the same date into this edition. If I am missing one in first place and later on I find one that should be also valid from the same date after Edition is released, there is no way I can catch up by creating another edition with the same valid from date. Correct?
    Should I create Edition with replication time option 2 - approval of change request then to avoid?
    Thanks,
    LUO

    Hi Luo.
    your finding is unfortunately not correct. It is true that there might be only one open edition for a specific valid from date. Nevertheless, if you release this edition, you can create another edition using the same date.
    Best regards
    Michael

  • Build view with data rows from one of two views.

    Hello. I've got problem with PL/SQL.
    I have built two PL/SQL views. Now I have to write a third
    view based on the data from "view_1" or "view_2". "view_2" contains all data rows
    but "view_1" contains special information. If the needed data rows (it's
    always a tupel of two rows) are available in "view_1" i have to use these data.
    Are they not available in "view_1" i have to get it from the second view.
    I've tried it with the DECODE function and a procedure I've written but I think it's
    the completly wrong way because I have to search for a tour_id and there are always
    two shipments for one tour.
    It looks something like:
    >
    SELECT
    DECODE(FNC_OPERATION_INSTRUCTION_EXISTS(T1.TOURNO),0,
    (SELECT SHIPPING_NO
    FROM VIEW_SHIPPINGADRESS
    WHERE TOUR_ID=TO_CHAR(T1.TOURNO)),
    (SELECT SHIPPING_NO
    FROM VIEW_SHIPPINGADRESS_OPERATION_INSTRUCTION
    WHERE TOUR_ID=TO_CHAR(T1.TOURNO)) "SHIPPING_NO"
    FROM
    TB_TOURS     T1
    WHERE
    But for sure I've got the error "ORA-01427: single-row subquery returns more than one row."
    because there are always two rows for one T1.TOURNO.
    I think that it's a standard problem but I also think that I'm on the wrong way.
    I will be very thankful for any hint.
    Thanx,
    Christoph

    select col1,
           col2,
           col3
      from  (select (select decode(count(*),0,0,1) cnt
                       from view_1
                      where ...)) chk,
                     col1,
                     col2,
                     col3
               from view_1
              where ...) tab1
    where tab1.chk = 1
    union all
    select col1,
           col2,
           col3
      from  (select (select decode(count(*),0,0,1) cnt
                       from view_1
                      where ...)) chk,
                     col1,
                     col2,
                     col3
               from view_2
              where ...) tab1
    where tab1.chk = 0note: untested.

  • Multiple views of same document

    Is it possible in Pages to look at two different views of the same document? In Microsoft Word there is Split Screen which allows this. It is very useful for copying and pasting within a long document. I have not been able to find a way to do this with Pages which means when I copy and paste within a long document I have to copy, then move all the way through the document to the spot to paste. It would be much easier to see both where I copy and where I paste on the same screen.

    Thanks, so this is the download button!
    It's the default GUI in the iDisk.
    I try to write useful scripts but refuse to waste time upon GUI details.
    Install the script in the Script Menu as described in the intro.
    When you want to open a document with two windows, don't do that from the Open menu but from the "Open twice" one which will be available in the Scripts menu.
    You will be asked to navigate to the document.
    When it will be selected, the script will store a replicate of the file in the system's temporary items folder and will open this replicate (as read only) and the standard document so you will have two windows with the same document which is, if I understood well, what you need.
    This screenshot shows the way the script is stored.
    This one shows my own Scripts menu.
    this late one shows the two windows on the screen (note that the one on the right claims that it is 'locked' "verrouillé" in French).
    CAUTION
    I discovered that the version installed in the idisk is not the late one.
    Download the late one to get a correct behavior.
    Yvan KOENIG (from FRANCE lundi 4 mai 2009 21:04:40)

  • Exclude rows from cross-tab

    I have a cross-tab in my report.  I am relatively new and hope this isn't a "dumb" question".   There are columns which are averages of data aggregated by week.  The last column is average over 4 weeks.
    I only want the report to show those rows where the total column is above 70.  How do I filter the rows to show only those columns above a pre-defined threshhold.
    Thanks in advance,
    Ken

    If you have the same grouping within the report as in the crosstab then you can create a formula that outputs the row field when the summary is greater than 70, i.e;
    if sum({cust.sales}, {cust.region}) > 70 then {cust.region}
    Use this formula as the crosstab row as opposed to the database field

  • How can I view the same emails from the same account on two different computers.

    I use 2 office computers and want to see all my Thunderbird emails. I dont need to use them at the same time, but want to be able to see the emails and responses from either computer? How can I direct the path do do this? Thanks for your help? Janet

    You'd need to set-up your account as IMAP on both computers.
    https://support.mozilla.org/en-US/kb/imap-synchronization#w_about-imap

  • Clips stretched in Canvas view with same footage from previous sequence

    I created a 1 minute video to play on a laptop that I've edited down to 30 seconds. This 30 second version will be playing on a television, so I changed the Sequence Presets to "DV NTSC 48Hz" and the QuickTime video settings from "Photo -JPEG" (since I'm using still shots in the video) back to "DV/DVPRO NTSC."
    I'm using the exact same clips and essentially duplicated the previous sequence and edited down the clips. But for some reason, the clips appeared stretched in the Canvas with black bars on either side, and it exports the same way as a Quicktime file. I checked the Sequence settings on both the 1 minute and 30 sequence versions, and they are identical. Any idea why the clips would all of a sudden stretch and how to resolve it?
    Thanks!

    Still images within the sequence are Photo JPEG Quicktime files
    Why? FCP can read actual picture files. Just curious. PhotoJPEG at 75%?
    so I changed the Sequence Presets to "DV NTSC 48Hz" and the QuickTime video settings from "Photo -JPEG" (since I'm using still shots in the video) back to "DV/DVPRO NTSC."
    What was the sequence setting before? Why did you use that setting if your footage was DV?
    OK...try this. Explain your workflow. What did you start out with as your settings? Why did you do this? What was your intended workflow?
    If you put a DV file into a sequence setting of anything other than DV, the file will adjust to meet those parameters. For example, I edit DVCPRO HD 720p at 960x720. When I drop a DV file into the sequence, it will scale up to 150% so that it fits full screen (with black bars on left and right...200% makes it fill the screen). I have adjusted the settings on the clip.
    Now, if I adjusted the SEQUENCE settings, the clip settings remain the same...still 150%...so they will appear large or distorted. You then need to fix each clip until it is right with the sequence. Or fix one and then copy and paste the attributes to the other.
    Still, I don't understand why you were in a different preset to begin with. Was the first clip you added to the sequence a PHOTO JPEG still, so the settings adjusted to that?
    Shane

  • Extract function is returning multiple values in same row ...

    Hi i am using 11g Release2, 64 bit oracle database.
    Question is
    1)Below is the code i am using,
    WITH T AS (SELECT XMLTYPE('<ALL_REGIONS>
    <COUNTRY_CODE>
    <COUNTRY ID="001"/>
                   <COUNTRY ID="002"/>
                   <COUNTRY ID="003"/>
                   <COUNTRY ID="004"/>
                   <COUNTRY ID="005"/>
    </COUNTRY_CODE>               
    </ALL_REGIONS>') XMLCOL
    FROM DUAL)
    SELECT EXTRACT(VALUE(X),'/ALL_REGIONS/COUNTRY_CODE/COUNTRY/@ID') as "id" from t,TABLE(XMLSequence(extract(t.xmlcol,'/'))) x;
    2)Output is
    id
    001002003004005
    1 row selected.
    3)I need output to be like
    id
    001
    002
    003
    004
    005
    Can Anyone tell me how to do so, it's urgent ..... please mail to [email protected]

    Hi,
    Welcome to the forum!
    Can Anyone tell me how to do so, it's urgent ..... please mail to [email protected]
    We don't do "urgent" here, unless we're paid of course :)
    And since it's a community forum, it's preferred that the discussion takes place in the thread, not through personal mail, so that everyone can benefit from it.
    About your question, that's actually one of the most frequently asked around here, so I guess you could have found an answer with the search engine.
    There are even some similar questions (with solutions) on this page.
    This should work :
    SELECT extractValue(value(x),'/COUNTRY/@ID') as "id"
    FROM t,
         TABLE(
           XMLSequence(
             extract(t.xmlcol,'/ALL_REGIONS/COUNTRY_CODE/COUNTRY')
         ) x
    ;However, EXTRACT and XMLSequence functions are deprecated in your version.
    The recommended way is now :
    SELECT x.country_id
    FROM t,
         XMLTable('/ALL_REGIONS/COUNTRY_CODE/COUNTRY'
          passing t.xmlcol
          columns country_id varchar2(3) path '@ID'
         ) x
    ;

  • PDF form template displaying multiple sets of data loaded from xfdf

    Hello
    I would like to use PDF Forms with data stored in xfdf files.
    Is it possible to create pdf form (template) for displaying and printing multiple sets of data stored in xfdf?
    For example: pdf form contains 2 sets of data. Form field names:  F_1 and F_2.
    I have 7 sets od data. All I need is to create pdf and xfdf that can be displayed in PDF reader and printed
    as document consisting of 4 the same pages containing different data in form fields loaded from xfdf file.
    (something similar to Mail merge in MS Office Word).
    How it would be done? Is it possible to make such pdf, xfdf?
    If yes, where I can find examples (tutorial) of creating such forms, please?
    Thanks.
    J. Jas

    It is possible but not just a simple import of data.
    Each form field in the multiple page PDF would need a unique name not repeated on another page of the PDF. Fortunately the Acrobat form standard includes the "template" object and this object can be spawned or used to add a new page with the form fields automatically renamed with a prefix string of the page number and template added to each form field on the new page. So if one were to import a row from your tab delimited file into the template, one could then spawn a new page from the template with the data and rename the fields so there would be no conflict of like named fields.
    A Lesson in Templates for Adobe Acrobat by Dave Wraight
    With newer versions of Acrobat there is a mail merge feature.
    Create PDFs from Word mail merges

Maybe you are looking for

  • My ipod touch 4th gen. won't charge or reset or come one at all.

    Please help.  I have a ipod touch 4th gen.  Yesterday it died, battery ran down, and i've not been able to get it to do anything.  The screen shows the battery with red, but it's really faint.  I've tried to reset/restart it several times, but it sti

  • Business Area not coming in FS10N layout.

    Dear SAP Friends, I am working in a client where "Document Splitting" was activated on the basis of "Business Area" from the 1st August,2008. In this client their is four business areas. When I am getting the balance sheet as per Business Area in F.0

  • Change of Output type from WE01 to WE03

    Hi, I have assigned the GR with collective slip WE03,when I use Tcode MB90 i m not able to list all the material documents eventhough collective slip and print is active.I checked in MIGO transaction,output type was WE01. How to change the ouput type

  • Song is not authorized despite being purchased in iTunes store

    i have a number of songs that i purchased which are not authorized to play on my computer despite its being authorized.  i have followed the posted fixes on the support site but no dice. any ideas?

  • DVD fails to mount, tray opens

    DVD fails to mount on internal DVD player (PIONEER DVD-RW DVR-106D shipped with G5). After several seconds, tray opens. Problem is that unless the DVD mounts, it cannot be duplicated. Any suggestions? I can burn new DVDs with DVD Studio Pro. Just una