Vertical scrolling in message window

Hi,
I'm using FM CCMS_POPUP_INFOTEXT to display messages in a window. However there is no vertical scrolling in the messages window. Hence messages upto certain number are displayed and rest are not displayed. Can anyone suggest any other FM to display all messages.
BYe

hi,
use this FM ,it would help you.
i am sending sample code it's working ,pleae try this
TABLES USR02.
DATA: BEGIN OF IUSR OCCURS 0,
BNAME LIKE USR02-BNAME,
TAB1(2),
TRDAT LIKE USR02-TRDAT,
TAB2(2),
END OF IUSR.
DATA: IUSRDAT LIKE IUSR OCCURS 20 WITH HEADER LINE.
DATA: V_USRLINES TYPE I,
V_BEGROW TYPE SY-CUROW VALUE 1,
V_ANS LIKE SY-TABIX.
PARAMETERS: V_LINES TYPE I DEFAULT 5.
IF V_LINES LE 0.
V_LINES = 5.
ENDIF.
SELECT * FROM USR02 UP TO V_LINES ROWS.
IUSRDAT-BNAME = USR02-BNAME.
IUSRDAT-TRDAT = USR02-TRDAT.
APPEND IUSRDAT.
ENDSELECT.
DESCRIBE TABLE IUSRDAT LINES V_USRLINES.
V_USRLINES = V_BEGROW + V_USRLINES.
CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY'
EXPORTING
ENDPOS_COL = 30
ENDPOS_ROW = V_USRLINES
STARTPOS_COL = 2
STARTPOS_ROW = V_BEGROW
TITLETEXT = 'USER DISPLAY'
IMPORTING
CHOISE = V_ANS
TABLES
VALUETAB = IUSRDAT
EXCEPTIONS
BREAK_OFF = 1
OTHERS = 2.
IF SY-SUBRC EQ 0.
READ TABLE IUSRDAT INDEX V_ANS.
WRITE:/ IUSRDAT-BNAME, IUSRDAT-TRDAT.
ENDIF.
let me know if you have any quries.
Thanks and regards
Durga.K

Similar Messages

  • Magic vertical scrolling errors with Windows 7 64 bit

    I have read many of the forum responses but still unable to resolve.  I run Win 7 Pro 64 bit on my MacBook Pro.  When using the Magic Mouse 2 consistent issues that I cannot find a fix for:
    When using a drop down list in Chrome (Favorites), particularly a multi-level one that opens a side list, as I move mouse onto item I want to select the drop down closes before I can select the item.
    When selecting an item from a drop down list in a form and then moving mouse to the next field as I move mouse the original selection often changes (i.e. when i move off the selected field, even though an item has been selected) the Magic Mouse thinks I am still in drop down mode and selected the next item up or down in what would have been the drop down list.
    Has anyone found a fix for these (likely related) issues?  As I work online all day this causes not just frustration but also errors where sometimnes I am not even aware that the incorrect drop down item has been selected.
    Thanks all.

    That looks relatively safe but quite impractical in the long run.
    I'm looking to achieve something similar, getting the middle click button to work, since it would be very useful through general productivity in terms of web browsing as well as for gaming such as Minecraft (building).
    Anyone got any ideas as to how to achieve this? I know it's not possible to get this functionality in OS X without some third-party tool such as MagicPrefs, but surely it should be possible in Windows.
    Thanks.

  • T43 Vertical Scrolling Problem (not just Firefox)- Any official response from Lenovo

    After searching the forum, i have not been able to find any response from Lenovo as to how to correct this problem.
    Incidentally, my "occasional" vertical scrolling problem occurs in any browser,  IE7, Firefox3, Opera9 (at least those 3) as well as Windows applications with a vertical scroll bar like Windows Explorer.
    This only started to occur very randomly around 6 months ago.  But as of late it is occuring more often.
    The only work-around
    http://blog.jonschneider.com/2008/03/workaround-th​inkpad-gets-into-always.html 
    might indicate that it is a possible hardware problem.
    However, I have to say that I rarely use the laptop scrolling buttons and 99.9% of the time, latetly, I use a Logitech laser USB mouse for scrolling purposes. 
    As another possible work-around (if you are using an external mouse) is to uncheck the enable virtual scrolling in the touchpad properties window. 
    I certainly hope it is not a hardware problem, as the warranty on my T43 ran out a long time ago.
    btw, I am running Windows XP Pro XP3.
    Moderator Note; added system type to subject
    Message Edited by andyP on 07-27-2009 09:32 PM

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    See [[Text Zoom]] and [[Page Zoom]] and http://kb.mozillazine.org/Zoom_text_of_web_pages

  • Whenever I play anything on Windows Media Player Classic, the middle mouse button does not work as a vertical scroll in firefox, but instead shows a horizontal scroll that does not scroll the web pages. How can I fix this problem?

    Hi
    I have a windows 7 and whenever I play anything on Windows Media Player Classic, the middle mouse button does not work as a vertical scroll in firefox, but instead shows a horizontal scroll that does not scroll the web pages. How can I fix this problem?
    I hope that was clear.
    Thnx

    Hello kmanthie,
    I just sent you a private message. If you are not sure how to check your forum messages, this post has instructions.
    I worked on behalf of HP.

  • Often, with 4 or 5 windows open, maybe 20 tabs total, firefox stutters when vertical scrolling pages.

    Often, with 4 or 5 windows open, maybe 20 tabs total, firefox stutters when vertical scrolling pages. A restart fixes it.
    I can often work all day with many more tabs than 20 open with no issues. So I'm pretty sure the issue is not a lack of system resources.
    This last time I've noticed it, it is after waking my Macbook Air from sleep.

    Hello,
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!
    Thank you.

  • How to get vertical scroll bars for a window?

    hi All,
    i have a window in my smart form ( not main window ) . it displays long text of a PO header. since user can enter huge amount of long text i want to enable vertical scroll bar in smart form window so that it shows all the long text.
    How to enable that for a window in smart form? any pointers would be highly appreciated.
    Thanks,
    Sreekanth.

    Hi
    Only the main window can have a dynamic heigh, all other windows have a static size: so u make sure the long text can be displayed in the window .
    Max

  • How do I resize email message window so I don't have to scroll across to read a message?

    How do I resize the email message window to accomodate a message so I can read it without having to scroll across to see it all?

    Tried pinching.... the only thing that happened was it brought up the Launch Pad.  ??
    Also tried double-clicking-- nothing happened.
    I tried both these suggestions with new mail and old saved mail.  Nothing happened....
    What to do??  What to do???    I know it can be done somehow... or maybe it was with Windows   ??
    Also regarding Klaus' comment:  The  text is too big, too wide-spread to all appear when I enlarge the window to the max.  Somehow the text must be "shrunk" to fit within the window.

  • On every website, my right vertical scroll bar is missing and all of my Toolbar bookmarks unless I minimize the window, click "view" and "full page." How do i get it back to NORMAL?

    When I hit "full page" the right vertical scroll bar re-appears, but my bookmark toolbars, my bing bar, and pretty much the entire top 2 inches of my screen disappears. When all of these things are showing, the right vertical scroll bar disappears, and the entire webpage shifts to the right, so I can't see most of the right side of the page. How do I fix this?

    Welcome to Safari 6 with:
        .   .  t  .   .  a  .   .  b  .   .  s  .   . 
    That are the size of tractor-trailer trucks!
    There is no known way to get them smaller except when you get a lot they will "shrink-to-fit".

  • Text editing window expands instead of creating vertical scroll bar

    In the last few days, I have noticed that when I try to edit or post to Wordpress.com the vertical scroll bar no longer appears on the text editing box. Instead the box just gets progressively larger which makes it very difficult to get to other items on the WordPress editing screen, such as tags and categories. This problem seems to have arisen during the v31.0 auto-upgrade. Is anybody else having this issue and what steps can I take to solve it? (FYI, I tried modifying the setting described in another response about a similar issue using the about:config screen, with no success.)

    I don't know whether your dashboard has the "Visual" and "Text" buttons, but I believe the Visual uses CKEditor or another WYSIWYG editor and the Text editor might be a simpler design. Are both affected?
    I searched around to see whether I could find Wordpress.com support threads or other stories about it and I can't. So I'll fall back on some general suggestions:
    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:
    * right-click and choose View Page Info > Security > "View Cookies"
    * (menu bar) Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove WordPress.com cookies without affecting other sites.
    Then try reloading the page. Does that help?
    To rule out extensions as a possible culprit, could you try the site in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions, some advanced features, and some custom settings. 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
    * (menu bar) Help menu > Restart with Add-ons Disabled
    Note: Flash and other plugins still run
    After Firefox closes, a small dialog should appear: click "Start in Safe Mode" (''not'' Reset)
    Any difference?

  • Windows vertical scroll bar stuck at the bottom

    Hi,
    can anybody help me solve the problem? thanks in advance.
    my laptop is ThinkPad T400, part No. 2764CTO, bought in Nov, 2008. OS is vista, office 2007.
    the problem is sometimes when I use word or IE, the vertical scroll bar just stuck at the bottom, I could not go back to the first page or pageup, first I thought I got virus, I scaned the whole computer with AVG (free version), there was no virus, but sometimes this could fix the problem, sometimes not. it is very annoying.
    is this the computer hardware problem or other problem? how to fix it.
    thanks
    Eric

    Hello Eric,
    please go to start-->control panel-->mouse select tab ultranav.
    The click touchpad and choose the navigation point on the left, virtual scrolling an uncheck automatic scrolling.
    Follow @LenovoForums on Twitter! Try the forum search, before first posting: Forum Search Option
    Please insert your type, model (not S/N) number and used OS in your posts.
    I´m a volunteer here using New X1 Carbon, ThinkPad Yoga, Yoga 11s, Yoga 13, T430s,T510, X220t, IdeaCentre B540.
    TIP: If your computer runs satisfactorily now, it may not be necessary to update the system.
     English Community       Deutsche Community       Comunidad en Español

  • Looking for a cool automatic vertical scrolling "window"

    Hello All
    I am looking for a cool automatic vertical scrolling text script. The idea here is that I want to display shipping info - orders that have come in- in the warehouse for the shipping guys to see. Right now we are displaying an excel spreadsheet but it has limited room on it. So, I would like to get a webpage up there scrolling the latest shipping info. The problem that I have run into is that the scripts I have found make it difficult to style or add any more divs etc. Does anyone have a great idea or a great script site? I have been to Dynamic Drive  - etc. but still... :-)
    any help is appreciated
    Rob

    doing spry data instead

  • Vertical Scroll Bars not wanted

    I have read other messages, but I cannot figure out why the
    vertical scroll bar still appears in IE even though there is no
    content below. The bar is there but not useable. Is there some code
    that will turn this off when not needed?

    That's the way IE (and some other browsers) works. It always
    draws a
    vertical scrollbar. If the scrollbar is not needed, it is
    "ghosted" and
    not usable, as you have noticed. When the page's content
    exceeds the
    window height the ghosted scrollbar rises from the grave and
    becomes alive.
    Other browsers do not add a scrollbar until one is needed.
    Some people
    don't like this because the addition of the scrollbar removes
    some space
    from the window, making it a bit narrower, and page elements
    that are in
    some way positioned or sized in relation to the window's
    width will
    shift and/or change size slightly.
    IE's solution prevents this content shifting at the expense
    of devoting
    part of the window to a non-functioning interface element
    some of the time.
    (It is my belief that either method of handling the vertical
    scrollbar
    is fine, and skilled designers will not create pages that
    fall apart if
    a scrollbar should appear where there was none before. For
    the record, I
    subscribe to the no-scrollbar-at-all-until-one-is-needed
    doctrine.)
    James M. Shook
    http://www.jshook.com

  • Vertical scroll up/down when expand or collapse tree items

    Hi everyone, I'm newbie in adobe flex. Is it possible to makes vertical scroll position automatically scroll up and down when tree component expand/collapse?
    I would like to make automatically scroll position likes in tree of windows explorer. Any idea to makes it work?
    Regards,
    Gus Leo

    Yeah!!!after trial and error with this issue i find some logic to makes vertical scroll down automatically likes windos explorer.
    I'm attach some code with about this issue and hopes this will be useful for other developer.
    Put the code on ItemOpen on tree component
    private function onItemOpen(event:TreeEvent):void{
                   //rowHeight is default height of tree and +2 is my own logic, because they have a space between a tree
                        var _rowHeight:int = int(event.currentTarget.rowHeight) + 2;
                        var posX:int = int(event.currentTarget.mouseY);
                        var _maxHeight:int = myTree.height;
                        var itemCount:int = int(event.item.children.length);
                        //cheking the current position and calculation of droping index
                        if (((itemCount*_rowHeight) + posX) > _maxHeight){
                            var _currpos:int = posX + _rowHeight;
                            var _heightCount:int = _rowHeight;//default height count is the _rowHeight
                            for (var i:int = 0;i<itemCount;i++){
                                _currpos = _currpos + _rowHeight;
                                _heightCount = _heightCount + _rowHeight;
                                //if the the count of height itemschild > than the tree height so stop to add scrollposition
                                if (_maxHeight < _heightCount ){
                                    break;
                                }else if (_maxHeight < _currpos){
                                    myTree.verticalScrollPosition = myTree.verticalScrollPosition + 1;
    Message was edited by: Gus Leo

  • The Horizontal & vertical scroll is not visible or not working when i run the form in Forms 6i.

    Hi all,
    The Horizontal & vertical scroll is not visible or not working when i run the form.
    In this form , there are 5 canvas namely
    CANVAS2 - Stacked Canvas
    PASS - Content Canvas
    MAT_RATES - Content Canvas
    DATE - Content Canvas
    PREVIOUS - Content Canvas
    I have set "Show Horizontal Scroll Bar" to "Yes" and  "Show Vertical Scroll Bar" to "Yes" in the WINDOW Property.
    I have  set "Show Horizontal Scroll Bar" to "Yes" and  "Show Vertical Scroll Bar" to "Yes" in the STACKED CANVAS Property .
    But still the Horizontal and Vertical Scroll Bar is not working when i run the Form.
    Help me with this please. How do i make it visible??
    Oracle Forms 6i..
    Thank You.

    Vijetha wrote:
    Hi all,
    The Horizontal & vertical scroll is not visible or not working when i run the form.
    I have set "Show Horizontal Scroll Bar" to "Yes" and  "Show Vertical Scroll Bar" to "Yes" in the WINDOW Property.
    I have  set "Show Horizontal Scroll Bar" to "Yes" and  "Show Vertical Scroll Bar" to "Yes" in the STACKED CANVAS Property .
    But still the Horizontal and Vertical Scroll Bar is not working when i run the Form.
    Help me with this please. How do i make it visible??
    Oracle Forms 6i..
    Thank You.
    hello vijetha,
    window and canvas show scroll bar when it need.
    You should show block property
    and set block scroll bar
    hope this helps..
    Hamid

  • I recently upgraded to OSX 10.9.  Within Mail, I can no longer scroll in any window but the mailbox window.  What happened?

    I recently upgraded to OSX 10.9.1.  Within Mail, I can no longer scroll  in any window but the mailbox window.  What happened?  Not in the message window or the reading pane.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    Did you check for connection problems?
    *http://kb.mozillazine.org/Error_loading_websites
    You can also try different connection settings.
    *Firefox > Preferences > Advanced : Network : Connection > Settings
    *https://support.mozilla.org/kb/Options+window+-+Advanced+panel

Maybe you are looking for