Changing region position on submitting the page by clicking a  button.

Hi,
I have 3 regions in my APEX page.
1. Region having 20 LOV's with the width between them as 300. The display point is "Page Template Body (1)"
2. Region having 3 buttons.(Go, CLEAR,CALCULATE) The display point is "Page Template Body (2)" Template is "Region without title" and column = 2 and align = "center" in HTML table cell attributes
3. Region having a report with 25 display columns.
Now the problem is,
a) When I click "GO" button , 25 column report displays and it goes beyond the page layout. Hence button also shifts to right(means center position of the page when it is extended by 25 column report). User cannot see the button.
This button shpould retain its place. How to do this?
b) When I click "GO" button , the gap between the LOV's increases and LOV's also shifts to the right side.
These LOV should be in its place. and should not move on click of button when page submitted.
How can i achieve this. ??
Any suggestios would be welcome.
Please help me.
Thanks
Alaka
Edited by: Alaka on Jan 5, 2009 6:06 AM

Hi,
If I understand well your problem... You don't say what theme you are using, but usually regions have width=100%, meaning that they should use the whole width of the page (not just the visible part on the screen). Because of this, when the region containing the report extends to the right, it forces all other regions on the page to resize themselves accordingly, that is why your design is getting messed up.
One way to fix it is to tweak the region templates (I would suggest making a copy instead of changing the existing templates). Simply remove the width=100% setting, or hardcode it to a fixed width (for instance, width=300px).
It is a bit complicated to explain here exactly how to do this, but I hope this gives you an idea...
Regards,
Luis

Similar Messages

  • I have installed about 35 add-ons in my firefox 4 , and it got very slow in brosing sites like facebook and youtube and others..always at scrolling through the page or clicking on buttons...etc

    i have installed about 35 add-ons in my firefox 4 , and it got very slow in browsing sites like facebook and youtube and others. at scrolling through the page or clicking on buttons...etc
    this is nit occuring in google chrome in the same degree

    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Show Top of the Page after Click Save button

    Hi all,
     i have requirement i want show top of the page after click of save button.if you know answer please give reply.
    Regards
    VeerendraNadh

    Hi,
    Would you mind providing more details(screenshot would be better) about your requirement? It would make others easier to find a solution for you.
    Suppose that there is a scenario like this: Edit a page, when content grows too large, page will scroll to the bottom of the page. When clicking “Save” button in the
    ribbon, by default, page will scroll to the top just like it is first loaded in the browser.
    Feel free to reply if this is not what you really mean.
    Best regards
    Patrick Liang
    TechNet Community Support

  • Place a reports region on center of the page

    Hello,
    Can anyone please help me out with this issue. Like, how can I place a region on the center of the page. I have only one reports region and I want to position this region on center of the page.
    thanks,
    Orton

    Center as in??
    Center top to bottom, left to right or literally center of page?
    Possible threads to refer to:
    to Center interactive Report
    Aligning a report to center of page
    Re: center region in firefox browser?
    Thank you,
    Tony Miller
    Webster, TX
    While it is true that technology waits for no man; stupidity will always stop to take on new passengers.

  • How to remove data from page after submitting the page?

    Hi,
    I am using API to create person record.After submitting the create page the data are still
    showing on that page.
    How to remove data after submitting the page?
    Please suggest.
    Regards,
    Sagarika

    Abdul,
    Your solution is perfect if the UIX beans on the page do not have BC4J binding with a VO attribute, otherwise, Sumit's soution is appropriate.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                               

  • Pop ups and ad pages that jump in front of the page I click on. I have blocked How to get rid of popups in Chrome and Safari as well as system preferences

    I can't get rid of the annoying and time wasting pop ups and ad pages that jump in front of the page I click on. I have blocked popups in Chrome and Safari as well as system preferences

    You most likely installed adware along with something else you recently installed.
    You can either follow Apple's manual instructions for removing it, or the free automated tool, AdwareMedic.

  • Printing different pages by clicking single button

    Hi,
    I want to print different jsp pages by clicking single button.all process should be done in back ground.Is there any way to do this.
    please help me.
    thanks

    If you are using JavaScript you can do the following:
    In the HTML Header add :
    <link rel=alternate name="printlink" media=print href="{path to jsp}">
    This will cause the jsp/html page pointed at in {path to jsp} when you do a javascript:window.print().
    Such as :
    <input type="button" class="stdButton" value="Print" name="Print" onClick="javascript:window.print();">
    If you have different pages to print you can redirect the link like this:
    <input type="button" class="stdButton" value="Other Report" name="OtherReport" onClick="printOtherReport();">
      function printOtherReport() {
      window.document.getElementsByTagName("link").item(0).href   = "{path to other jsp}";
      window.print();
      window.document.getElementsByTagName("link").item(0).href = "{path to first jsp}";

  • Positioning Objects on the Page.

    Hi, Expert:
    How can I position two objects on the page relatively? Say, I have two data tables, or one data table and after the table, some other object (button?, etc). B/c I don't know how many rows will return from the database, if I placed two tables too close, the first table will overlay the second one below. Is there a way to place them relatively so the second one will be always at the end of the first one?
    Thanks
    Jimmy

    Yes, and it's pretty easy :)
    Drag and drop a GroupPanel component to the page and put both tables into it.
    Or you can try changing the layout of the page to Flow Layout, but I use the GroupPanel.

  • The curser includes a text box from a previous image or link when the curser is positioned on the side of the page. i click and it goes away but only to return again on the next launched page. how do i get rid of this?

    the cursor includes a text box from a previous image or link when the cursor is positioned on the side of the page. it will mainly happen when i hit "back" from the page i was on. i click and it goes away but only to return again on the next launched page. i also keep several tabs open and it will carry over to any one of them i go to. how do i get rid of this?
    == This happened ==
    Every time Firefox opened
    == when i upgraded to most recent version 3.6.8

    A number of extensions can cause that problem, you'll need to do a little troubleshooting to find out which extension is causing that to happen for you.
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • Error while saving or submitting the page

    I have an application with sharepoint2010 and in the code behind visual studio 2012,Innitially evry module was working,but now when i am saving or submitting any page its giving me UNEXPECTED error with a co-relation id.
    I went through the error log,its only explaining about system.xml.serialization .
    Can any body tell me what could be the issue.

    Set the CustomError=Off in the web configuration file and see if you can view more information about the error message.
    Cheers,

  • How to stay on the same page after submitting the Page to commit the row.

    I have a page where I am accepting a ket column from the users , Now I want to have to buttons where user can enter one row and click 'Create & Exit' which would them to the menu. But another button would be 'Create' that would create the row in the table would keep user on the same page , so he/she can enter more rows.
    My 'Create & Exit' button has settings in 'Actions when Button Clicked'
    Action - Submit Page
    Execute Validation - Yes
    Database Action - SQL INSERT Action.
    My 'Create' button has settings in 'Actions when Button Clicked'
    Action - Redirect Page in this application
    Page - 9 (Same page)
    Database Action - SQL INSERT Action
    When this didn'tr work
    I changed
    Set This items - All the variable from the table
    With These Values - All the variable from the page
    Still this doesn't work.
    I very new to APEX application.

    Here's an approach:
    Delete your existing Create button and then redefine it as a copy of Create & Exit.
    Then create two Page Branches, one that branches back to your Menu when the Create & Exit is pressed and another Page Branch that remains on your current page when the Create button is pressed.
    Jeff

  • When I click on a yahoo news story, about 30 seconds into reading it, the page changes to one that says the page I requested can't be found, and it has a list of search results.

    I just upgraded to firefox 4 this morning. My homepage is yahoo.com. Sometimes when I click a news story, about 30 seconds into reading it, the page changes to a search result page with the heading that the page I requested can't be found. If I click the back button, it goes back to the page I was on. It doesn't happen on every one, and I haven't seen a pattern to which sites it happens on. It also happened when I was trying to make a payment on ebay.

    To revert to Google as your preferred search engine, please do the following.<br><br>
    * In the location bar, type '''about:config''' and hit Enter.<br><br>
    * In the filter at the top, type: '''keyword.URL'''<br><br>
    * Double click it and remove whatever's in there (probably Yahoo) and replace it with http://www.google.com/search?q=<br>
    The URL to add in "keyword.URL" becomes a link in this post, so right click it and choose "Copy Link Location" to copy it to the Windows clipboard. Then hit CTRL+V to paste it. Saves you having to type the whole thing.
    '''To reset your home page, do the following'''.<br><br>
    * Go to the site you want to set as your homepage.<br><br>
    * Click the orange Firefox button and go to '''Options '''| '''Options '''| '''General'''.<br><br>
    * Make sure it says "''Show My Homepage''" in the first dropdown menu.<br><br>
    * Click the button called "'''Use Current Pages'''" to set the homepage to the one you have on the screen.<br>

  • Every time i use facebook.. its asking permision every time i change the page or click any link in the the page.. can u help me to solve this???

    i have checked all the option in the option bar in the firefox.. but nothing could help me solving this problem... every time i click home,or try to visit someones profile, or any link in my page its asking for a permision.. saying.. u like to leave the page or stay here..

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • To RE-USE (display) the common REGION in all of the Pages

    I have a Common REGION (It's a Select criteria with lot of lov's) and I want to display the same Region with every items on the TOP of all the Pages (1,2,3, .....) within same Application ID.
    One of the way is I should copy the REGION in all the pages but I want some better way, so that I can build the Region once and re-use that in every Page without copying.
    thanks..

    thaks..
    also if I want to avoid some of the pages..how can I do that.
    I mean, I have page 1,2,3,4 & 5. I want the common region to be displayed only on Page 1,3 & 5, Can I give the condition in Page 0 to display on particular pages.

  • Changes are not reflecting in the page

    Hi All,
    I have an issue in custom page. In my custom page, if i click approve button for a particular batch, then it will navigate to previous page which contains 10 batches per page in the table structure.
    Once i clicked the Approve button it will update the status in the table. It is getting updated in the table but it is not reflecting on the Batches page while navigating to previous page.
    Kindly share your suggestions.
    Thanks and Regards,
    Myvizhi

    Hi Myvizhi ,
    Since you wish to display a specific row in the table region , then while navigating from update page to search page send primary key and set it as
    where clause , so that you can view only updated specific row .
    You need to handle this in process Request of your controller class in search page . Let me know if its not clear .
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • How to color specific row in a table....

    Hi all, I created a table out of an Array[]. The table is successfully filled up by array's elements. Each element is a row. I want to be able to color specific row; instead of every row. How do I do that? I was looking rendering to color a row or a

  • IdM 8.1: Problems to provision Solaris 10 with non root user.

    Hello When IdM 8.1 tries to create a user into Solaris 10 I got this Error: com.waveset.util.WavesetException: An error occurred adding user 'testSolaris' to resource 'Test_Solaris'. com.waveset.util.WavesetException: Script failed waiting for "_,)#(

  • How to add event handler for outlook build in control through programmatically

    Hi,<o:p></o:p>      There is requirement in my plug in where i need to intercept outlook native attach file method.If user attach more than specified exchange limit , i need to perform some operatoin. I found  that there is way to add "Onaction" meth

  • Restriction of Session of individual clients

    Hello, How can i make the restriction on server for not connecting sessions more than 1 from the client machine. i.e. my connection should fail if my session already connected whether it is active or inactive. Please reply.... Thanks Ramesh Ganji

  • Color behind text transfer to epub

    I put in the color behind the text and when it transports to epub, there is no color. If I rasterzie it then the font changes and it is smaller than what I put in.  I am using articles and attaching the images to the text. This is for a children's bo