How to show ParentComp view from ChildComp View

Hi ,
I have a DC in which i have 2 components - ParentComp and ChildComp
ParentComp uses ChildComp.I am abe to pass data from parent to child via isInputType=true Node in Interface controller
Also, i can fire plug to call ChildComp View from ParentCompView.
But i am unable to call ParentView from Child View - i.e  in my childcomp view i have a button "go to parent".it should calll the parentcomp view and make it visible
How can i achieve this?
points assured for help
Thanks and Regards

Hi,
Assuming that you navigate to ChildComp using ChildComp Interface View i.e
// to navigate from from parent comp view to child comp view
1. You embed the Interface view of your child component in the Window of the parent Comp
2.Create a outbound plug (toChildCompViewOut) in the view of parent comp and create a navigation link from Outbound plug of parent view to InboundPlug of ChildComp Interface view
3. On action in the parent view
    wdThis.wdFirePlugtoChildCompViewOut();
// to naviagte from child comp view to parent comp view
1. Create a outbound plug in the ChildComp Interface View say "toParentCompOut"
2. Create a inbound plug in the parent comp view and link this with the outbound plug of your ChildComp Interface View.
3. Add the interface view as required controller in the view of child comp
4. On action in the child comp view
    wdThis.wdGetChildCompInterfaceView.wdFirePlugtoParentCompOut();

Similar Messages

  • How to show all view tab (Main Report and all Sub Report) in Visual FoxPro 9

    I use ActiveX from Crystal Report Developer XI for viewer in Visual FoxPro 9 and I already know how to show Main Report by using command:
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=thisform.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    Inside the MyReport.rpt there is two subreport name :
    1. MySubReport1
    2. MySubReport2
    My Question is :
    How to show all view tab (Main Report and all Sub Report) at the 1st time we call ViewReport?
    I try to using command :
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=thisform.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptSub=oRptOpen.OpenSubreport("MySubReport1")
    oRptSub=oRptOpen.OpenSubreport("MySubReport2")
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    but only show Main Report (view tab name : Preview)?
    Did I miss any command before I call oRptView.ViewReport?

    Your right, there is only one tab to view the report.
    To open the subreports you will need to click on them in the main report. I don't know of a way to open them programmatically like you are doing here
    http://diamond.businessobjects.com/robhorne</a>

  • How to show all privileges from a view?

    Hi. I´m new to PL/SQL developing. So I have two questions:
    Is there a sql statement that shows me all privileges the actual user have of a view?
    Or can I show all views where the actual user can do a select?
    Thanks for help.

    Hi.
    The problem is, we have a view in the database and a form application. And when we log in with a special user, some information are not shown in the form.
    Now we have the suggestion, that the user has no privileges to make a SELECT of a special view, but he need to do this select, to show the information in the form.
    So I need a sql statement that shows me all privileges that the user xyz has of this view. If he can make a select for example from this view. I hope this explanation would be better!? :)
    Message was edited by:
    ulfk

  • How to show Account Group from R/3 in CRM webclient?

    Hi,
    I'm trying to show Account Group from R/3 in CRM webclient.
    Anyone now where can I find it?
    Thanks

    Hello Rui,
    If you want to set the account group from CRM, there is a filed named ACCOUNT GROUP under the CONTEXT NODE MARKETING in the VIEW AccountDetails. Add it to your Configuration Tool and you will see it in the UI.
    Best regards,
    Maggie

  • How to show a Image (from shell, python or what ever)

    Hi guys
    An Application written in c#/mono takes up to 7 seconds to start. So i was asked to do a little splash screen for it.
    I coul'd not figure out how to do it from shell and i couldn't find the pygtk bindings installed, so i did it quick and dirty in mono showing just an animated gif and killing the process after the applicaiton started.
    The problem with this Solution is that the splash screen itself takes up to 3 seconds to show up, which is quite long.
    Any idea how i could do it from shell or maybe in python or c? Thing is, i can't install any new libraries on that system so it has to be done with the very basic stuff that comes with the xserver.
    Window manager is fvwm. And i would like to stick with the animated gif, since i already have it.
    Lg, Archdove
    display (imagemagic) is probably installed. But how can i deactivate the window decorator? It would also help if i could just set the window title by my self since there is a rule (which i cannot alter or add one more) to do this for special windows.
    Last edited by Archdove (2012-01-25 19:05:38)

    Got it with the -title switch... don't know if it will help me tough
    I just keep updateing here... the tool animate has to be used to animate the gif.
    So what i still need to know is how i can set the exact position of the window to be shown.
    animate -geometry 100%+0+300 -delay 10 -title windowTitle loading14.gif - BÄM!
    Last edited by Archdove (2012-01-25 19:35:56)

  • How to show Certificate Content from IE

    Hi,
    how to show Certificate Content Window from IE. I dont like to write it by myself;).
    Does anybody know if its posible?
    Regards

    Using Firefox, simply click the padlock.
    Suspect IE is much the same.

  • How to show one list  from bean two times

    Hi All,
    I am using jdeveloper version 11.1.1.6.0.
    I have a scenario where I want to bind list attribute from the my bean to two different talbes or iterators.
    I want to show this list twice on the page.
    If I keep both the tables then it shows only one of it.
    <af:table value="#{myAccShoppingCartBean.favAccountList}"
                                        columnResizing="disabled"
                                        disableColumnReordering="true"
                                        styleClass="carttbl" var="row"
                                        rows="#{bindings.favAccountList1.rangeSize}"
                                        emptyText="#{bindings.favAccountList1.viewable ? 'No data to display.' : 'Access Denied.'}"
                                        fetchSize="#{bindings.favAccountList1.rangeSize}"
                                        width="877" horizontalGridVisible="false"
                                        verticalGridVisible="false"
                                        rowBandingInterval="0" id="tblCart"
                                        binding="#{myAccShoppingCartBean.tblCartItems}"
                                        inlineStyle="border:1px solid #000000;overflow:hidden !important;">
                                <af:column sortProperty="productSizeId"
                                           sortable="false" visible="false"
                                           id="c239">
                                  <af:outputText value="#{row.productSizeId}"
                                                 id="ot2asdf"/>
                                </af:column>
    </af:table>
    <af:table value="#{myAccShoppingCartBean.favAccountList}"
                                        columnResizing="disabled"
                                        disableColumnReordering="true"
                                        styleClass="carttbl" var="row"
                                        rows="#{bindings.favAccountList1.rangeSize}"
                                        emptyText="#{bindings.favAccountList1.viewable ? 'No data to display.' : 'Access Denied.'}"
                                        fetchSize="#{bindings.favAccountList1.rangeSize}"
                                        width="877" horizontalGridVisible="false"
                                        verticalGridVisible="false"
                                        rowBandingInterval="0" id="tblCart"                                 
                                        inlineStyle="border:1px solid #000000;overflow:hidden !important;">
                                <af:column sortProperty="productSizeId"
                                           sortable="false" visible="false"
                                           id="c239">
                                  <af:outputText value="#{row.productSizeId}"
                                                 id="ot2asdf"/>
                                </af:column>
    </af:table>How to show this list two times.
    any help is apprciated

    Hi ,
    Can I replace above posts table with iterator
    Can I set value attribute for different iterators same from the bean.
    like
    <af:iterator value="#{myAccShoppingCartBean.favAccountList}" id="i1">second one like
    <af:iterator value="#{myAccShoppingCartBean.favAccountList}" id="i2">How to solve this?
    Is there any way to set same value to the different Iterators on the same page

  • How to show a pic from a specific file

    Hi all i got a trouble here, well i stored pics in my database, well the function works ok when im trying to show a pic from the DataBase but my problem comes here when a pic is not found in the database i want to show a pic store in a file noPic.JPG here is my code
    try{
    sql="my select...."
    ConexionPool cp = new ConexionPool();
    ResultSet rs = cp.accesoBaseDatos(sql);
    InputStream inputStream=null;
    FileInputStream file= null;
    file = new FileInputStream("\\imagenes\\SinFoto.jpg");
    if(rs.next()){
    inputStream = rs.getBinaryStream(1);
    }else{
    file = new FileInputStream("\\imagenes\\SinFoto.jpg");
    ** after this is the problem i dont know how to put this file in an InputStram format **
    //rs.close();
    return inputStream;
    well i hope someone could help me how to convert a file into an InputStream or something like that, thanks

    Duplicate post: http://forum.java.sun.com/thread.jspa?threadID=609919

  • How to show the graphs from 16channels or more at one time

    Hi.
    I am using labview with pci-6031e board.
    Is there a efficient way to show the graph from 16 channels which acquire the temperature with thermocouple, or to show just one specific graph that I want.
    I followed these steps.
    1.in examples from the labview program,I`ve used the source of acquring the multi-temperatures.
    2. used the index array to devide each temp. and connected this to graph in the case structure.
    but it requred too many space,and doesn`t look good.
    Thank you .

    You can set a state machine doing the following: Put 17 controls, one for each temperature and one for all. Inside the case structure, wire one case for each temperature, bundling x and y arrays into a cluster, and then building an array (of 1 element). In the all case bundle each temperature and build an array of all. Put the array output into the graph... and it's done.
    Hope this will feed your needs, and if you want an example... just ask

  • How to show filesystem(filenames from a folder) in SSRS

    Hallo everyone,
    I haved already tried the following solutions
    http://forums.asp.net/t/1422162.aspx?System+Security+SecurityException+Request+for+the+permission+of+type+System+Security+Permissions+FileIOPermission+mscorlib+Version+2+0+0+0+Culture+neutral+PublicKeyToken+b77a5c561934e089+failed+
    AND
    http://stackoverflow.com/questions/8476231/ssrs-custom-code
    Both didn't work.
    My problem is:
    What I want is to show all filenames from a certain folder in SSRS.
    I started with custom code in SSRS:
    Public Function getArrayOfFilename(pathname As String) as Array
    Dim arrayOfFilename As String() = System.IO.Directory.GetFiles(pathname)
    System.Array.Sort(Of String)(arrayOfFilename)
    Return arrayOfFilename
    End Function
    My questions are:
    1. If I try to call this function in a textbox like this:
    getArrayOfFilename("C:\Help\")
    then I get this error:
    [rsRuntimeErrorInExpression] The Value expression for the textrun ‘Textbox8.Paragraphs[0].TextRuns[0]’ contains an error: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
    2. Can I use this array as a dataset to carete a list or table  in SSRS?
    Thanks for any hint!

    The error message is related to permission. You are trying to access the file system object of the reporting server.
    Moreover creating a dataset from a custom code can be challenge, instead we can simply use TSQL to do this.
    ----------------- RUN TO ENABLE COMMAND SHELL
    EXEC sp_configure 'xp_cmdshell', 1;
    GO
    -- To update the currently configured value for this feature.
    RECONFIGURE;
    ----------------------QUERY
    DECLARE @folder VARCHAR(100) = 'C:\TESTING'
    DECLARE @DOSCommand varchar(1024); SET @DOSCommand =  'dir ' + @folder +'\'  + ' /A-D  /B'
    EXEC MASTER.dbo.xp_cmdshell @DOSCommand
    Regards, RSingh

  • How to show list view of pages?

    I want to show list of subsits on navigation. when clicking a subsite on navigation  to show corresponding pages in list view. on clicking a page in list view to open page. please share your view how it can be done. 

    Hi Magesh,
    According to your description, my understanding is that you want to show subsites on the navigation, and when the mouse hovers, the corresponding pages are shown in list view, click these pages, it will be opened. Is it right?
    To achieve it, you can use managed navigation. Go to Site Settings->Term store management, you can create a term set, create terms based on the names of the subistes, for each term, click Navigation, and under Navigation Node Type, select the URL of the
    subsite for “Simple Link or Header”. Then in each corresonding subsite term, create some sub-terms related to pages, and for each sub-term, click Navigation and under Navigation Node Type, select the URLs of the corresponding page for “Simple Link or Header”.
    After the above, go to Site Settings->Navigation, on the Global Navigation section, select “Managed Navagation:…”. On the Managed Navigation :Term Set section, select the term that you created.
    More information, please refer to the link:
    http://www.c-sharpcorner.com/UploadFile/anavijai/managed-metadata-navigation-in-sharepoint-2013/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to show Quick View form on the Form's Header instead of in form body?

    Hi Experts,
    I am having requirement to show the Quick view form on the form's header in MS CRM 2013. Is it possible?
    If yes please help me out to achieve this.
    Thanks
    Baji Rahaman

    Thanks Andrii for quick response.
    I am having look up control on the form and I would like to show the related information in header.
    Is there any alternative way to achieve this.
    Thanks
    Baji Rahaman

  • How to show 2 views of a HTML Document

    Hello. I have 2 JEditorPanes. I want the first JEditorPane shows the document with colours, bold text... and the second JEditorPane shows the same document with tags. I have this code:
    editor1.setContentType("text/html");
    editor2.setContentType("text/plain");
    editor2.setDocument(editor1.getDocument());So changes in editor1 are shown in editor2 and changes in editor1 are shown in editor1. It works fine, but editor2 shows me no tags.
    Any idea? Thank you.

    use these tables.
    Gr :MKPF,MSEG.
    Invoice :RBKP,RSEG.

  • How to show the pdf from the iPad in the new iBooks on the Mac Book Pro?

    I have several books in PDF format on my iPad 4 but for some reason they persistently REFUSE to appear in the iBooks on my Mac book Pro (haven't checked the iPhones). The new iBooks brags that we can ontinue reading our books where we left from one device to the other, and since most of my interesting books are in PDF, how can I access this feature? What if I create a book with a iBook creator, will it show?
    Thank you very much for your answers...

    I figured it out (for me anyway) for syncing via USB or WiFi.
    My PDFs in iBooks Mac weren't showing up in iBooks iOS & this is how I fixed it - it's syncing seamlessly now
    I went to iTunes for Mac
    Clicked on my device e.g. iPad
    Clicked on 'Books' from along the menu that says 'Summary - Apps - Tones' etc.
    Ticked the 'Sync Books' checkbox
    Selected the 'All books' button, making sure that under the menu ('Books') I had selected 'Books and PDF files'
    And then pressed the sync button at the bottom right of iTunes. It worked.
    It's a 'set it and forget it solution' - after doing this I no longer need to interact with iTunes for syncing PDFs & books. Even when I rename collections on iBooks Mac, it transfers seamlessly across to iBooks on my iPad/iPhone via Wi-Fi.
    Hope that helps - it certainly wasn't obvious to me.
    Best,
    Haider

  • How to show crystal report from sap b1 ?

    Hi expert all
    step 1 :I    have  a one button in sap b1 form when i click this button want to show crystal report.
    please   tell me in step by step.
    please help me how to do this ?its our customer requriment......
    Edited by: john_kk on Jul 7, 2009 9:08 AM

    You may search and post your question on SDK forum to get more expert responses.
    Thanks,
    Gordon

Maybe you are looking for