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

Similar Messages

  • To Disble the Field in Table Control after clicking Save button

    Hi,
    I have a requirement as follows. i need to disable one field in the table control after clicking save button. i tried with SCREEN elements but it disabling whole the table control but i need to disable that particular one record only in the table control. i found Structure CXTAB_COLUMN in documentaion. it has the properties like invisible. can any body tell how can we disble that particular field in table control only for the one record. and how can we use CXTAB_COLUMN.
    Thanks in advance.

    hi,
    do like this...
    in USER_COMMAND_1000 module of PAI,
    MODULE user_command_1000 INPUT.
      CASE ok_code.
        WHEN 'BACK' OR 'UP' OR 'CANC'.
          LEAVE PROGRAM.
        WHEN 'SAVE'.
          fl = 1.
          GET CURSOR LINE lin.
      ENDCASE.
    ENDMODULE.                 " user_command_1000  INPUT
    and make on module disable in Loop Endloop in PBO.
    and write like this...
    MODULE disable OUTPUT.
      LOOP AT SCREEN.
        IF tab1-current_line = lin AND fl = 1.
          screen-input = 0.
        ELSEIF tab1-current_line < lin.
          screen-input = 0.
        ELSE.
          screen-input = 1.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    ENDMODULE.                 " disable  OUTPUT
    here fl and lin both are type i.....
    and there will b one module in PBO
    MODULE tab1_change_tc_attr.
    in that put if condition....
    MODULE tab1_change_tc_attr OUTPUT.
      IF sy-ucomm <> '' AND sy-ucomm <> 'SAVE'.
        DESCRIBE TABLE itab LINES tab1-lines.
      ENDIF.
    ENDMODULE.                    "TAB1_CHANGE_TC_ATTR OUTPUT
    ur problem will solve...
    reward if usefull....
    Edited by: Dhwani shah on Jan 2, 2008 1:17 PM

  • 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

  • When I do a search, the search terms are no longer available at the top of the page to click on so i can go directly to that term on that page - how do I get that back?

    It used to be if you did a search for "monsters" and selected a web page from the results list, the term "monsters" would be highlighted at the top of the page. You could then click on "monsters" and you would jump to the place on the web page where that term first occured.
    Its not that way any more and it was a great search function.
    How do I get it back?

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems (google):
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • 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

  • I just got my Ipad2 and have my email accounts set up.  When I go to the folder icon at the top of the page and click on Sent Items they disappear to somewhere.  How do you look at your sent items?

    I just got my Ipad2 and have my email accounts set up.  I have sent messages but when I go to the folder icon at the top right of the page and tap on SENT emails it makes the inbox email on the screen disappear.  How do you check your sent emails?  Thanks for your help.

    You can send over WiFi, but it sounds as if you need to setup your Gmail account, or did you do this already?

  • Clearing the forms after default Save Button pressed

    HI,
    in forms 6i how to clear the form after the save button is pressed, ie the form uses default menu and smart bar. the user wants to clear the form once he selects save from the menu or after pressing the save icon...
    any idea...?
    regards
    Kris

    try on-commit trigger on form level through clear_form procedure but cursor remain stay on the same record
    I think your requirement is that when user commits a record a new blank record appear so also add "create_record" procedure ;
    .but u have to apply some logic on that trigger also it ever fires when user edit/insert/delete a record and commit;
    Hope it clears now!

  • Am unable to download FireFox. I get stalled on the page after clicking on the green pannel.

    I experienced a FireFox crash that would not recover. After several attempts to restart FireFox, I deleted the browser. I find that I can not download the application, now. I click on the green panel of the download screen and get passed to the next 1 - 2 - 3 screen. There is some disc activity and a small window pops up and then quickly disappears. The disc activity continues, but the download process never continues.

    Firefox 4 versions and later do not run on a PowerPC Mac(like yours) and require at least OS X 10.5 and an''' Intel Mac'''.
    The latest supported version for your os is 3.6.25 , your can downoload from here:
    http://www.mozilla.org/en-US/firefox/all-older.html
    [http://www.mozilla.org/en-US/firefox/3.6/system-requirements/ Firefox 3.6 System Requirements]
    [http://www.mozilla.org/en-US/firefox/9.0.1/system-requirements/
    Firefox 9 System Requirements]
    [For older Macs that aren't supported in Firefox 4+ versions, if you like, try TenFourFox for PowerPC's running Mac 10.4.11 & 10.5.8]
    http://www.floodgap.com/software/tenfourfox/
    http://tenfourfox.blogspot.com/
    https://code.google.com/p/tenfourfox/wiki/PluginsNoLongerSupported
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Clicking on a link in My Yahoo shoots me up to the top of the page. Firefox or Yahoo problem?

    Hovering over or clicking on a link in My Yahoo automatically takes me to the top of the page. Is this a My Yahoo problem or a Firefox problem?

    I have not heard of this one before... If it's due to change in My Yahoo, we'll probably accumulate more posts about it.
    Meanwhile...
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    "3-bar" menu button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?
    In case one of your extensions is involved, could you test the page in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using either:
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    Not all add-ons are disabled: Flash and other plugins still run
    After Firefox shuts down, a small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
    Any difference?

  • If I am browsing on site such as Ebay or any shopping site, and click on an item, when I return to the search page I am once again at the top of the page and have to search down for where I was in the list of items.

    If I am browsing on site such as Ebay or any shopping site and click on an item, when I return to the search page I am once again at the top of the page and have to search down for where I was in the list of items. This is not only on Ebay it is everywhere I search. Firefox goes back to the top of the page . It is annoying to have to figure out exactly where I was if I left the page and then returned. This is a hinderance when using Firefox. I have considered uninstalling it because of the inconvenience of 're-searching' after already doing a search. Firefox used to take me right back to where I was if I left a page, but that feature is not working now. I am not sure how to change this in the settings.

    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.

  • If I click on a google search link and return with the back arrow on the browser it takes me to the top of the page and not the link I just opened unlike Internet explorer

    I run a search on google.com and click on a link that comes up near the bottom of the page, After I read it and then use the back arrow (pointing left) to return to the searches it takes me to the top of the page to the first link google found rather than the link I just looked at. This does not happen with other web pages using firefox or Internet Explorer's Browser (using google).

    Type '''about:config''' in the Location (address) bar and press the "Enter" key. When you see a warning, click '''I'll be careful, I promise!''' button.
    * Preferences that have been modified are shown as '''bold (user set)'''.
    * Preferences can be '''Reset to the default''' or changed via the right-click context menu.
    -> In the '''Filter bar''', type '''browser.sessionhistory.max_entries'''
    * Right click the preference '''browser.sessionhistory.max_entries''' and click '''Modify'''
    * Change value from 0 to whatever you want over 0 (Default value is 50)
    * click OK
    -> Close the '''about:config''' tab and then Restart Firefox.
    See this post:
    * https://support.mozilla.com/en-US/questions/860894#answer-229574
    Check and tell if its working.

  • I click on a new tab, then do a google search in the bar at the top of the page. Results come up in a different tab that I didn't want to disrupt. Erg! Mac OS

    I click on a new tab, then do a google search in the bar at the top of the page. Results come up in a different tab that I didn't want to disrupt. Erg! Mac OS

    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access the about:config page.<br />
    *Use the Filter bar at the top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold (user set).
    *Preferences can be reset to the default via the right-click context menu if they are user set
    *Preferences can be changed via the right-click context menu: Modify (String or Integer) or Toggle (Boolean) or by double-clicking the line with the pref
    See also:
    *http://kb.mozillazine.org/about:config

  • How do I change the top of the page to be able to show more of the theme I have choosen?

    I would like for more of my theme showing on the top of the page.

    You can create extra toolbars to get extra space via "View > Toolbars > Customize" to see more of the Persona.
    You have to put something on a toolbar (drag a Space item onto it) before closing the Customize window because empty toolbars are automatically removed.
    See http://kb.mozillazine.org/Toolbar_customization
    # Go to Firefox "Firefox > Options > Toolbar Layout" or 'View > Toolbars > Customize"
    # Click the "Add New Toolbar" button to create a new toolbar
    # Give that toolbar a name like persona_1.
    # Drag a Space item with the left mouse button pressed on that new toolbar because empty toolbar are removed automatically if you close the Customize window.
    Repeat steps 2 to 4 if you need more vertical space.<br />
    Adjust the name to persona_2 , persona_3 etc for those extra toolbars.

  • Suddenly, the text color palette displays off the top of the page until I click it, creating an cons

    Suddenly, the text color palette displays off the top of the page until I click it, creating an constant unnecessary extra step when selecting color. After searching extensively, I cannot locate any way to change this. Any suggestions?
    This bug is driving me nuts. Anyone else having the same problem? Have you solved it?
    Thanks!

    Sorry, Peter. I cannot. When I click to capture the screen, the palette disappears. Perhaps I can better describe it: when I wish to select a text color, I used to get a drop down palette. Now the palette is "dropping up," so it disappears off the top of my screen. I have to click into it to get it to drop down so I can see it. So, every time I want to pick a text color, I now have this extra step to deal with.
    It started suddenly, seemingly out-of-the-blue.

  • Before the recent updates to Firefox, clicking on the back button always brought me back to the same place on the page where I had been, but now it brings me to the top of the page. How do I restore the previous feature?

    Before the recent updates to Firefox, when I would go to another page in the same window and then clickon the back button, Firefox used to bring me back to the same place on the page where I had been, but now it brings me to the top of the page, meaning that I have to laboriously scroll down to the old place. How do I restore the previous feature?

    That change was made in Firefox 4, 6 months ago.
    Click-hold the unified Back / Forward button <br />
    or <br />
    right-click it to get the Back / Forward history for that tab.
    Or install this extension to get the old "drop-marker" button restored. <br />
    https://addons.mozilla.org/en-US/firefox/addon/backforedrop/

Maybe you are looking for

  • Firefox 4 won't remember my tabs open when I have to close and reopen

    Since downloading Firefox 4 I have run into several issues. I uninstalled Firefox 4 and cleaned up my folders and files that were left behind and I also defragmented my registry. Then I reinstalled Firefox 4 from Cnet.com, but still having all these

  • Unable to set IP address for VM creation using createVmBasedOnTemplate

    Hi, I'm trying to create VM using LifeCycleService - createVmBasedOnTemplate api The VM gets created and i m able to power on The ethernet cards are inactive when i checked thorugh console and IP address is not set So i'm unable to login to the VM us

  • Configuring Mail Adapter as sender

    Hello, I'd like to ask for some help with configuration of SAP XI mail adapter as sender. I made a communication chanel with mail adapter type and specified transport protocol POP3, URL (pop3://localhost), user, password and poll interval. The proble

  • Ipad clock app ios7 accidentally deleted

    I deleted my clock app on my ipad mini using ios 7.1,  Can anyone advise me how I can restore it to my home screen.  The only way I can open it at the moment is through siri.  Thanks

  • Creating 2 separate buttons instead of table cell

    Hi, I wonder how can I create a custom table cell like in contacts applications where instead of one cell you see 2 separate buttons on the same row? In my case I need to create 2 buttons instead of single row in the state of editing. Thanks for help