Hiding the two region in same position

hi all,
I have a region called addexist under that p6_search(txtbox),p6_item(hidden),p6_item2(hidden),p6_searchbutton,p6_viewall.
Under the region AddExist i created a sub regions named hidden1(Report type=Sql Query) and hidden2(Sql Query).
I have created process hidden1,hidden2(before comp and val) and dyanmic actions hidden1,hidden2 and proces hidden1,hidden2(on load after region).
For hidden1(before comp and val) when button pressed = p6_viewall. For hidden2(before comp and val) when button pressed = p6_search button.
The problem is when i press the view all button it displays the hidden1 region But the hidden2 region also displaying it is not hidden. When i press the p6_searchbutton it displays hidden1 region and hidden2. And I have selected the two regions is body(1) position. hidden1 sequence=60, hidden2=70.
Now i want to disply hidden1 region when when the p6_view_all button selected it should not display hidden2 region likewise, when i press the p6_searchbutton it should display hidden2 region only not along with hidden1 region.
Edited by: apex on Jun 2, 2011 10:46 PM

Hi all,
Can anyone share your valuable comments on this issue.
Edited by: apex on Jun 3, 2011 3:26 AM

Similar Messages

  • I have a white screen on my ipod.  i have tried pushing the two buttons at same time but it doesn't work. i tried restoring on itunes but can't because of the password on ipod

    My ipod 4th gen. has a white screen.  i have tried pushing the two buttons but it didn't work.    I have tried to restore on i tunes but because there is a pass code on the ipot, it won't let me.  Any ideas?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software

  • I can get the apple logo on the phone but nothing else. Have tried resetting by pressing the two buttons at same time but no response. Any ideas please?

    iphone only displays logo, nothing beyond this. any suggestions please other than two buttons pressed at same time? thanks, stu

    See Here for Device Unresponsive
    http://support.apple.com/kb/ts1445
    The Basic Troubleshooting Steps are:
    Restart..  Reset..  Restore from Backup..  Restore as New...
    Try this First... You will Not Lose Any Data...
    Turn the Phone Off... ( if it isn’t already )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear and then Disappear...
    Usually takes about 15 - 20 Seconds... (But can take Longer...)
    Release the Buttons...
    Turn the Phone On...
    If that does not help... See Here:
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414

  • How to link between two regions in same Dashboard

    Hi All,
    I created one Dashboard.In that Dashboard i have 2 regions.One region contains with Buttons.Another region contains with Report.
    My Requirement is if i click Particular button(Emp).I want employee details report in my second region.
    How to do this.Please help me.
    http://apex.oracle.com/ Details:
    workspace:RAGHUVARMA
    U.N:[email protected]
    p.w:sateesh1
    application ID:25244
    Thanks&Regards,
    Raghu

    Hello Raghu,
    It depends on your requirement. First of all, it does not look like a dash board to me. Please refer any Package Application for Dashboards. For e.g. Home page in Issue Tracker
    If I have 10 report regions, and I have to display respective region when I click on button/link. then I will go with
    * Create 10 pages, one for each report
    * Create a "list" region in Page 0 with the condition to display only in above 10 pages. And this list will have links to above pages. And you can change "List Template" according to your requirement. (Horizontal or Vertical etc.)
    Hope it helps.
    Regards,
    Hari

  • How To Position Two Regions Side-By-Side

    Hello.
    I am using Apex 4.2.1 with Oracle 11R3 and mod_plsql. The Apex app I created is using Theme 21.
    I've created a classical report one of whose fields is an HTML link.  When this link is clicked, an HTML region appears (it appears only when the link is clicked).  This HTML region contains several form fields users will populate.
    I am trying to get the HTML form region to appear to the immediate right of the report region (with, say, an inch of intervening space between the two regions) but am not having success.  Instead, the HTML form region appears immediately underneath the report.
    I searched this Forum for ideas and saw recommendations about creating a "container" type HTML region which serves as the "parent" for both my report and HTML form regions.  And so, I did this.  My report region has the sequence 10 while my HTML form region has sequence 20.
    I've tried playing with the options within the "Grid Layout" section of the page:
      Start New Grid = "Yes"
      Start New Row = "No"
      New Column    = "Yes"
    I've set the report to "No Template" and did the same for my HTML form region.  Still no help.
    The Display Point for all my regions (the containing HTML region, the report, and the HTML form region) is position "01".
    All to no available.  The HTML form region stubbornly displays under the report region.
    At this point, I want you to know that, though I like building web/database applications using Apex (indeed, I've been using it more than eight years now), there are days (like today) when I wish Apex would act more like FrontPage or DreamWeaver.  I would like to use my mouse to drag a region to a point on the page and have Apex automagically write the appropriate positioning CSS code.  Sigh!
    In any case, would anyone know how to get my HTML form region to appear to the right side of my report region (with an inch or so of intervening space)?
    Any help/tips would be appreciated.
    Thank you.
    Elie

    Hi, Check this
    User Interface
    Template
    Sequence
    Parent Region
    Display Point
    Column
       2
    [Body][Pos.1][Pos.2][Pos.3][Pos.4]
    Change column to 2 in the form region section as above

  • How can I return to the same position in the calling order details form

    I am Calling a form for creating a new item from order details form, so after creating The new item I want to returned the item code to the calling form to same position in The order details form , how can I return to the same position in the order details form
    Waiting for your valuable answer .
    Best regards
    Jamil Alshaibani

    Dear Friends
    My actual problem description as the following
    I have a form for production order screen , and this form contain header and details blocks , so the user in the details will select Type Code , and he will go the next field that is Item Code Field search for specific Item Code if it is not exist he has to call the Item Definition Form by using this script
    CALL_FORM(ITEM_DEFINITION);
    Then when he finished defining the Item , and I assign the item code as the following in the :
    WHEN-BUTTON-PRESSED TRIGGER
    :GLOBAL.ITEM_CODE_VAR := :ITEM_CODE;
    DO_KEY('exit_form');
    But I don't know where to keep this assignment
    :ITEM_CODE := :GLOBAL.ITEM_CODE_VAR;
    inside the caller form in which trigger do I have to use when it return from the caller form it should assign the :GLOBAL.ITEM_CODE_VAR to the :ITEM_CODE and the cursor it should show inside the ITEM_CODE , and as I mention it does not return to the same location of The ITEM_CODE when it return from the calling form
    Waiting for your valuable answer .
    With example please .
    Best Regards
    Jamil Alshaibani

  • Expand the Background Image to Cover the Entire Region Title

    I have a region title that contains an image and it has a height of 2 rows but the background image (blue image) is not expanding in the area (the css contains repeat for the background). The application uses theme 2. Can someone help?
    CSS:
    .rc-title {
        background: url("../images/bg-region-blue-l.gif") repeat scroll 0 0 transparent;
        float: left;
        width: 100%;
    div.rc-blue-top
        background: url("../images/bg-region-blue-l.gif") repeat scroll 0 0 transparent;
        float: left;
        width: 100%;
    }I created the application on APEX.ORACLE.COM:
    Workspace: RGWORK
    User: TESTER
    Password: test123
    Application : CSRSR (33558)
    Select Signage from the menu (only choice).
    You will see that one of the tabular forms has Nameplates and an image, another tablular form has an image but no text (Nameplates) even though it is there. I would live the blue to cover both the image and the text.
    Please help
    DB: 10g
    APEX 4.1
    APEX 4.2 (APEX.ORACLE.COM) works the same way.
    Robert
    http://apexjscss.blogspot.com

    sect55 wrote:
    fac586 ,
    I would like to try the second option:
    >
    Another option would be to eliminate the problem by moving the nameplate images out of the region titles. There's horizontal space within the regions that will allow these images to be positioned to the left of the tabular forms, which would look OK.
    But how do I reference the horizontal space within the regions? I looked at the template for the region:
    <div class="rounded-corner-region float-left-100pct" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>
    <div class="rc-blue-top"><div class="rc-blue-top-r">
    <div class="rc-title">#TITLE#</div>
    <div class="rc-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>
    </div></div>
    <div class="rc-body"><div class="rc-body-r"><div class="rc-content-main">#BODY#<br />
    </div></div></div>
    <div class="rc-bottom"><div class="rc-bottom-r"></div></div>
    </div>and couldn't find out to put the image in the horizontal space.
    Can you please help me by providing the details? There are two options, depending on the role you see the nameplate images playing on the page. I've used the two regions to provide one example of each.
    *1. Nameplate as eye-candy:* If there's sufficient information in the region title, region content and item labels to make the nameplate images superfluous in providing information to the user, and you're just using them to improve the appearance of the page, then they can be applied purely using CSS.
    /* Nameplate image as CSS eye-candy */
    #nameplates-ndc div[id$="catch"] {
      min-height: 36px;
      padding-left: 113px;
      background: transparent url(#WORKSPACE_IMAGES#nameplate_ndc.gif) top left no-repeat;
      background-size: 103px;
    }Note the use of the CSS3 <tt>background-size</tt> property to resize the image. If the app has to run in browsers that don't support this then you'll have to drop it and create an image of the exact size required for use in the <tt>background</tt> rule.
    *2. Nameplate as content:* If the nameplate images are necessary to provide information to the user, then they have to be included in the region (and they must have an <tt>alt</tt> attribute providing an alternative representation of the information contained in the image).
    Put the image in the region Header:
    <img src="#APP_IMAGES#nameplate_n.gif" width="103" alt="Nameplate (name only)" />and float it so it sits alongside the form:
    /* Nameplate image as page content */
    #nameplates-name .rc-content-main img {
      float: left;
      margin-right: 10px;
    }

  • How to join regions without deleting notes in the right region.

    How to join regions without deleting notes in the right region?
    Every time I try to join two regions, the notes in the right region are cut, even though both regions are on the same track and are touching each other. 
    This is so frustrating. I searched on some other sites and Garageband Help section, but for some bizarre reason, I can't find any explanation of this basic topic.
    Tony

    Tony, the two Regions in your screenshot (green, yellow) are Take Regions (they have a Take number in the reft upper corner), which are Regions that contain multiple Regions and you can select any one to be the active (played) Region. You cannot merge those Regions. You have to delete the unwanted Regions inside first. click on the number, select the Region you want and then click again and select "Delete unused Takes"
    If you don't want to create Take Regions, select the "Cycle Recording" checkbox in the Preferences ➤ General Window
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • Hide two region

    hi all,
    I have a region called addexist under that p6_search(txtbox),p6_item(hidden),p6_item2(hidden),p6_searchbutton,p6_viewall.
    Under the region AddExist i created a sub regions named hidden1(Report type=Sql Query) and hidden2(Interactive report).
    I have created process hidden1,hidden2(before comp and val) and dyanmic actions hidden1,hidden2 and proces hidden1,hidden2(on load after region).
    For hidden1(before comp and val) when button pressed = p6_viewall. For hidden2(before comp and val) when button pressed = p6_search button.
    The problem is when i press the view all button it displays the hidden1 region. But the hidden2 region is displaying always it is not hidden. When i press the p6_searchbutton it displays hidden1 region not hidden2(as per my requirement). And I have selected the two regions is body(1) position. hidden1 sequence=60, hidden2=70.
    Edited by: apexlearner on Jun 1, 2011 4:09 AM

    Hi xp,
    I'm not sure about the following , because I've never done it and I'm nopt responsible if it is not working or breaks something ... :)
    I think you could do it, modifying the region template.
    In the given template there's an entry: onclick="htmldb_ToggleTableBody(this,'body#REGION_ID#')"
    That's what is calling the function to toggle. You have to replace this by:
    onclick="myfunction(this, 'body'REGION_ID#')"
    and apply the following javascript to your page
    myfunction(pThis, pRegion)
    html_GetElement('TEXT1').value = "";
    html_GetElement('TEXT2').value = "";
    htmldb_ToggleTableBody(pThis,pRegion);
    chrissy

  • Refresh two regions at a time

    Hi,
    Iam new to ADF Framework. Using JDeveloper 11.1.1.5.0. Following is the high level description of our requirement.
    I've JSF page with four regions localted at left,Center, Bottom & Right. Left region having three buttons. Based on button click, center region will be populated with corresponding tree. User can select the required elements from the each tree & then click on 'Submit' button (which is in Center region).
    As of now Iam able to achieve till this part with the help of " Programmatic Partial page refresh (PPR) with dynamic regions »http://asktown.co.uk/?p=223"
    Now the pending part is, If user clicks on 'Submit' Button then need to send the selected item references to bottom region & right region at a time to do some thing. i.e Bottom region will display the selected items and right region will perform calculation part.
    There are two things pending as I know
    1. Getting the selected nodes from three trees(Each botton will display separate tree in center region)
    2. Refreshing two regions (bottom & right) at a time with Submit click.
    Ihope, If i could achieve these two things,Iam almost done with my task.
    Can you provide hint to proceed on these two things. It would be helpful, if some one provide pointer to achive this task.
    Thanks in advance,
    MSR.

    Hi,
    if you use shared data controls then this is not so difficult to achieve. Here's what you would do
    1. http://docs.oracle.com/cd/E23943_01/web.1111/b31974/web_masterdetail.htm#sthref2108 --> "Using the TargetIterator Property" explains how to synchronize iterators with the selection in the tree. Say the tree has locations, departments and employees. Then when you click the employees node, a employees iterator is synchronized
    2. For each iterator used or referenced by the tree create an attributeValue binding for the value you want to pass on to the other regions
    3. the region input parameters of the two regions to synchronize point to a managed bean in view scope. The refresh condition is set to if needed on the task flow binding so that when the input parameter value changes, the region restarts the contained task flow
    4. See http://www.oracle.com/technetwork/developer-tools/adf/learnmore/50-synchromize-form-treeselection-169192.pdf (--> page 6, "Building the Custom Selection Listener"). Change this code so that whenever a user selected a tree node you
    i) retain the default functionality
    ii) determine the selected node and read the attribute value binding for this node. Say the node is employees and the attributeValueBinding you created is for EmployeeId. Then the code looks like
    BindingContainer bindings = BindingContext.getCurrent().getCurrentBindingsEntry();
    AttributeBinding attr = (AttributeBinding) bindings.get("EmployeeId);
    Object selectedNodeValue = attr.getInputValue();
    5) Set the selectedNodeValue to the managed bean property referenced from the region input parameters
    6) Call AdfFacesContext.getCurrentInstance().addPartialTarget(region reference) for each region
    7) The last thing to consider is that the tree is in a region itself. So here is some complexity that you handle following the idea mentioned in this blog (http://one-size-doesnt-fit-all.blogspot.de/2010/09/master-child-btf-chaperone-contextual.html)
    Since the two dependent regions are refreshed by the parent view, you need to define a managed bean in view scope for the parent view and then pass the bean as an input parameter reference to the region having the tree component. You use this handle then to pass the selected EmployeeId and the partial refresh notification to the view bean. The bean then sets the managed bean property read by the task flows in the dependent regions
    Frank
    Ps.: This is a very complex use case for a start with ADF
    Frank

  • Two actions on same day

    hi,
    We have requirement where we need to run the two actions on same day
    Hiring actions
    Change in pay action
    In hiring action basic pay has to come as mention in pay scale group then they want to run one more actions called change in pay on same day where they would maintain basic pay
    My doubt is that will we able run two actions on same day if yes,
    I have actived IT0302 addition action and T77S0 Table as  ADMIN              EVSUP  1
    Please let me know what the other settings I have to do 
    I am getting below error when I run two actions on same day

    You can excute multiple actions for an employee on same date in PA40
    For Example:
      An Employee of a company , got Hired and Change in Pay on the Same date.
    You need to execute  RPUEVSUP program  for Activation of Additional Actions  and
    In T77S0 table: below values should be maintained
    Group name Semantic abbr.    Value
    ADMIN           EVSUP                1
    In T529A table:below value should be maintained
          Field                         Value
          Action Type              A3 (Hiring)
          Update IT0000           X
          Update IT0302           X
          Field                         Value
          Action Type              A9 (Change in Pay)
          Update IT0000           X
          Update IT0302           X
    I hope this will resolve your issue

  • How to give two values of same field in read Statment

    Hi,
    Please Tell me how to give the two values of same field in read statements Condition.
    i.e
      Read table it_tab with key matnr = '1' or matnr = '2'.
    With Regards
    Kesavaperumal

    Hi Kesavaperumal,
    <li>You can not use OR operator with READ TABLE statement.
    <li>You have to use different fields of the internal table in where condition.
    <li>If you want to compare with two values, you need to use LOOP statement.
    LOOP AT it_mara WHERE matnr = '1' or matnr = '2'.
    "Write code
    ENDLOOP.
    Thanks
    Venkat.O

  • Cluster the two servers

              Hi,
              I'm a beginner of the weblogic server ( in Solaris ).I've a problem
              while clustting the two servers. When I using a administration
              page ( in WebLogicSvr01 ) to do the clustting ,I've found that
              the other server ( WebLogicSvr02) does not included in the server
              list. How should I add the second server (WebLogicSvr02) in the
              first one (WebLogicSvr01)?
              chris
              

              Dear,
              I've already setup the cluster server in the two different servers
              with same cluster address and multicast address.
              how should I test the cluster server?
              "Brian Lin" <[email protected]> wrote:
              >
              >Chris,
              >
              >startConsole.sh is under WL_HOME after unzip weblogic
              >zip file.
              >Yes, you have to setup all clustering nodes (servers)
              >with the
              >same multicast address.
              >
              >Brian
              >"chris lee" <[email protected]> wrote:
              >>
              >>Dear Brian Lin,
              >>I'm thank for your helpful information. however, I doesn't
              >>found
              >>the file, startConsole.sh, you mention. Where should
              >it
              >>placed
              >>in the server?
              >>Furthermore, I've another 'think' about the setup of
              >cluster.
              >>is it set up the two clusters with same multicast address
              >>in the
              >>two different server?
              >>
              >>chris
              >>
              >>"Brian Lin" <[email protected]> wrote:
              >>>
              >>>Admin server should be browsed at per server basis.
              >Please
              >>>use startConsole.sh
              >>>(setup required) to see clustering nodes.
              >>>
              >>>Brian
              >>>"Chris Lee" <[email protected]> wrote:
              >>>>
              >>>>Hi,
              >>>>I'm a beginner of the weblogic server ( in Solaris
              >).I've
              >>>>a problem
              >>>>while clustting the two servers. When I using a administration
              >>>>page ( in WebLogicSvr01 ) to do the clustting ,I've
              >>found
              >>>>that
              >>>>the other server ( WebLogicSvr02) does not included
              >>in
              >>>>the server
              >>>>list. How should I add the second server (WebLogicSvr02)
              >>>>in the
              >>>>first one (WebLogicSvr01)?
              >>>>
              >>>>chris
              >>>
              >>
              >
              

  • How to keep the SAME position of layout on left & right pages when adding a page?

    A little background first before I ask the question:
    I've been converting a PowerPoint document to the InDesign format, and adding pages as I go through by duplicating a page in order to keep the top description text in the same position at the top left hand side. The document is over 110 pages- more pages will be added soon, and some pages deleted. Basically the presentation will be printed as a book, and the client we are designing this presentation for sent us the master pages for the layout.
    The issue I'm now having: I had to delete an odd number of pages which caused a shift of the layout of pages throughout the document after the pages I deleted. I figured that the right hand page was not aligned the same as the right hand page, so I measured in the same distance from the left edge on both pages and made the adjustments. But then when I added a page, the alignment shifted again.
    Is this an issue with the master pages? Or is this another issue? Any idea how to fix this so that the pages are aligned the same whether I add or delete a page? I've included two screen grabs to better illustrate what is happening:
    I would be very grateful for any help you may be able to offer on this, thank you in advance.
    Vera

    Those are your margin guides, and your client evidently expects the margins to be larger on the outside of the page than at the spine. Putting the text frame that says Main Building... on the master page will not only save you having to enter it each time, but will let you put it where it should be and have it stay there when pages switch sides. Your images are going to seem to shift, too, unless they are centered on the page on the horizontal axis.
    I'm sensing you really have little or no experience using ID, and some basic training would probably help you quite a bit. I'll recommend Sandee Cohen's Visual Quickstart Guide to InDesign -- best book out there for beginners.

  • Can we have 3 way vertical toggle switch, with unstable position at top, neutral position in center and stable position at bottom. the shape of the switch should be same as that of vertical toggle switch.

    can we have 3 way vertical toggle switch, with unstable position at top, neutral position in center and stable position at bottom. the shape of the switch should be same as that of vertical toggle switch.

    Avon,
    You've asked the same question and received several replies in two recent threads here and here.
    Rather than start a third thread, it would be best to just respond in one of them with details as to your problems with the proposed solutions (e.g. use of picture control).
    =====================================================
    Fading out. " ... J. Arthur Rank on gong."

Maybe you are looking for

  • How to add an order number to each page of an adobe doc?

    I have a customer that is requiring us to add their order number to every page of multipage documents we send them.  Right now we're using typewriter and pasting the order number to each page individually.  Is there an easy way to automate this proce

  • Updated version of Adobe Flash Player won't work...??

    I am trying to upload the newest version of Adobe Flash Player. Though, after about 5 attempts of installing, uninstalling and reinstalling again, I still can't watch videos on youtube, hulu and other related sites. I also tried right-clicking the "I

  • Getting error Unable to perform transaction on the record.

    Hi, My requirement is to implement the custom attachment, and to store the data into custom lob table. my custom table structure is similer to that of standard fnd_lobs table and have inserted the data through EO based VO. Structure of custom table C

  • Essbase system9 Shared Services configuration

    Hi posting again.... :-) I was wondering if someone could shed some light on a few strange things that have been happening in my wonderfull world of migratin from Essbase 7.1.5 to sys 9.3.1. I have installed of the foundation server software on one s

  • Runtime Autoincrementor sequence

    I am currently facing 2 problems:: 1>> In my backend, i want to make a trigger which say, On insert of a record... creates an autoincrement sequence ..ie initialise 2>> another trigger:: On insert of a record... increment the autoincrement sequence t