How to menu buttons?

I have a set of menu buttons made in flash ac3 (menu.swf). the menu buttons goes with menu.htm for example.
I have another swf for example about us (about.swf). this swf goes with about.htm.
the index.html loads the menu.swf and the main.swf.
I hope some expert can point me in the right direction:
Is it possible to make the ac3 code, able to, tell the menu.swf buttons when clicked (on the about button), to go to the about.htm but load the exact frame/label of the about.swf.
in other words what i trying is, to make it more seo friendly. to have menu.swf to go to the exact content of another swf.
thanks in advance.

if a swf loads a htm file, the htm file will replace the swf or open in another browser window.  the swf embedded by that htm file can be directed to a particular frame by using a query string to open the htm file and pass the frame number or label you want the embedded swf to play.
you'll need javascript in the loaded htm file to pass the url with the query string to flash where you'll parse it and extract the needed info or, you can parse the query string in javascript and pass the needed info to flash.
to communicate between js and actionscript, use the externalinterface class.
you'll need to use preloader-type code to ensure the needed frame number or label is loaded before executing a goto in your swf that's embedded by the loaded htm.

Similar Messages

  • How make menu button with unrolling thumbnails in as 3.0??

    Hello
    I need help with doing a menu with unrolling and rolling up buttons with thumbnails;  now I have someting like that (attachments) this was made by as 2.0 but I need help with changing this on as 3.0.
    if samobody have some ideas how can I do this or somting similar using as 3.0 I will be grateful

    The only way to convert it to AS3 is to go thru it and replace the code as needed.  While some code may not have to change, quite a bit of it will.  Your best bet for getting thru it is to build it up from scratch one object at a time and get each coded as you go.  Otherwise you will be overwhelmed with error messages.  Here's a few pointers.
    All code is AS3 has to be placed on the timeline.  You cannot place code "on()" objects.  So each object needs an instance name.
    Any interaction or event handling such as mouse controls and file loading involve event listener/event handler pairs.  So you will want to start with looking into the addEventListener() method, which is pretty much used globally for any/all event processing.
    When it comes to loading external swf files, you want to use the Loader class.
    To determinine how to make the code work, I recommend using a practice file.  A file that you can implement one codig sequence in at a time just to determine what works.
    Converting this to AS3 will be a good exercise for you on the road to learning it.  When I wanted to start learning AS3 that's pretty much what I did, though with the sole purpose of the learning as my goal.  I took a fairly complicated menu design that I had created first in AS2, and then rebuilt it from the ground up using AS3.

  • How make menu button with unrolling and rolling up thumbnails

    Hello
    I need help with doing a menu with unrolling and rolling up buttons woth thumbnails;  now I have this made by as 2.0 but I need help with changing this on as 3.0. or if samobody have some ideas how can I do this using as 3.0 I will be grateful

    The only way to convert it to AS3 is to go thru it and replace the code as needed.  While some code may not have to change, quite a bit of it will.  Your best bet for getting thru it is to build it up from scratch one object at a time and get each coded as you go.  Otherwise you will be overwhelmed with error messages.  Here's a few pointers.
    All code is AS3 has to be placed on the timeline.  You cannot place code "on()" objects.  So each object needs an instance name.
    Any interaction or event handling such as mouse controls and file loading involve event listener/event handler pairs.  So you will want to start with looking into the addEventListener() method, which is pretty much used globally for any/all event processing.
    When it comes to loading external swf files, you want to use the Loader class.
    To determinine how to make the code work, I recommend using a practice file.  A file that you can implement one codig sequence in at a time just to determine what works.
    Converting this to AS3 will be a good exercise for you on the road to learning it.  When I wanted to start learning AS3 that's pretty much what I did, though with the sole purpose of the learning as my goal.  I took a fairly complicated menu design that I had created first in AS2, and then rebuilt it from the ground up using AS3.

  • My ipod touch 4th gen wont leave the app when I press the menu button, what do I do? How do i fix it?

    When I use my ipod touch and am trying to leave an app, my ipod wont wont leave unless i keep pressing the menu button. This happens alot during snapchat and my friends ask me why I screenshot so much. And I dont screenshot at all. Why is my ipod doing this? Can it be fixed?

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.

  • I have downloaded updates for Firefox but my browser doesn't look like it should, no single menu button etc, how do I get it to look like your demo?

    The last few times I have been prompted to update my firefox for desktop, my browser has not looked any different even though I get notification to say updates completed successfully. When I update firefox gives a demo of new features and how my browser should look, mine has not looked like the demo for the past few updates. It's annoying because I really like the look of having just one menu button. How can I change the look of my browser?

    The Firefox button displays by default only in Windows Vista and Windows 7. You '''''can''''' have it display in Windows XP
    '''Menu Bar'''<br />
    *right-click empty space at the end of the Tab Bar, click "Menu Bar" to place a checkmark
    *Menu Bar checked = Menu Bar on; Firefox button off
    *Menu Bar un-checked = Menu Bar off; Firefox button on
    *Other methods of doing the same:
    **click Firefox button > Options, click Menu Bar
    **Quick toggle Menu Bar on/off: ALT+V+T+M
    To have the Menu Bar '''''temporarily''''' display when the Firefox button is on, press the ALT key or the F10 key to make the Menu Bar appear and use your mouse to make selections from the temporarily displayed Menu Bar. Why would you want to do this? The selections available are different.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • How can you enable back the Android native Menu button in AIR 2.7?

    I've noticed in AIR 2.7 for Android, that now the bottom icons in Android 3.0 Honeycomb are hidden (replaced by small dots) in AIR 2.7, whereas in AIR 2.6 they were always visible. That's cool. Since the bottom bar can never be hidden in Android 3, at least now those icons are less visible (unless you intentionally touch the bottom bar, then the icons show up for a few seconds).
    BUT I also noticed in AIR 2.7 compiled apps, the native "Menu" icon is not visible anymore, even after touching the bottom bar. In AIR 2.6 you could see and press that button (which can be captured from AIR so you can show a custom settings menu or whatever).
    So, quoting the subject --> How can you enable back the Android native Menu button in AIR 2.7?

    There is a work around and a reason for the menu issue.  Honeycomb doesn't natively support a menu softkey, it is only to support old apps comiled in phone API levels.  If you compile a Honeycomb app in 2.7 or 3.0, it is expected you manage the settings within the larger tablet UI framework.  See below link for more info and work around. 
    http://forums.adobe.com/message/3964792#3964792

  • My Firefox menu button has disappeared. Why? How can I get it back? Without it I don't know how to get to my FTP.

    My Firefox menu button has disappeared. Why? How can I get it back? Without it I don't know how to get to my FTP. I never did anything to make this happen.

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: command+Shift+F).
    Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily if the Menu Bar is hidden.

  • How do I get video clips out of menu button?

    iMovie 9.0.8  iDVD 7.1.2
    I have a 90 minute video with 11 chapters.  I found in "edit" menus something called populate drop zones" and clicked it for main page and two sub menu pages.  When trying to burn,  I got the error message "- There seems to be too much motion menu content in your project. Correct this problem before you continue burning this project."
    Fine, I'll take out the damned videos out of the menus....BUT HOW?  There seems to be no way to "unpopulate drop zones"  I tried dragging a photo into the menu buttons without success.
    I shouldn't have to start over and wait another hour for iDVD to read my iMovie project every time there is some change to make to drop zone content.

    Sounds like Revolution and there's only one dropzone in the top menu.  Type Command + i to bring up the info window for that menu.  The dropzone will be the one in the middle:
    It'll be the same for the submenus.
    iDVD allows up to 15 minutes of playing time in motion menus.  If you're referring to the buttons for the individual chapters you can change the button type to just text.  Or if the video in the drop zone is longer than 15 minutes just add a still photo to the drop zone instead of a movie.
    You can get an idea of  the total menu playing time in the Project Info window:

  • How do I remove the menu button? The Customize option doesn't seem to work for that.

    How do I remove the menu button? [That IChing looking three line icon on the toolbar.]
    The toolbar Customize option doesn't seem to work, and it seems a waste to have a button that duplicates the menus. I'd like to swap it out for the NoScript icon.

    Hi, ''I can't recommend that you do it'', but If you really are determined, [http://www.tweakguides.com/Firefox_12.html this article] may help.

  • How do I re-style the 'Menu' button in Yahoo! Menu Popup from the Widget Gallery by Zizzer Zazzer

    Ive re-styled everything else by editing the CSS in the head of the doument, and in both CSS files. I dont find anywhere that this button is mentioned in any CSS. It is outside the OAWidget Div. This menu is using the Sam Skin. Here is the code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <link href="Includes/scripts/YUI/2.8.2r1/build/fonts/fonts-min.css" rel="stylesheet" type="text/css" />
    <link href="Includes/scripts/YUI/2.8.2r1/build/menu/assets/skins/sam/menu.css" rel="stylesheet" type="text/css" />
    <script src="Includes/scripts/YUI/2.8.2r1/build/yahoo-dom-event/yahoo-dom-event.js" type="text/javascript"></script>
    <script src="Includes/scripts/YUI/2.8.2r1/build/container/container_core-min.js" type="text/javascript"></script>
    <script src="Includes/scripts/YUI/2.8.2r1/build/menu/menu-min.js" type="text/javascript"></script>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2489526" binding="#OAWidget" />
    </oa:widgets>
    -->
    </script>
    </head>
    <body>
    <style>
    .yuimenu .button {
        background-color: #cda577;
        border: none;
      .yui-skin-sam .yui-menu-shadow-visible {
          background-color:#3d214b;
          opacity:0.5;
        .yui-menu-shadow-visible {
            top:3px;
            right:-4px;
            left:3px;
            bottom:-4px;
        .yuimenu {
            top: 40px;
            left: 10px;
        .yui-skin-sam .yuimenuitem-selected {
            background-color:#cda577;
        .yui-skin-sam .yuimenuitemlabel {
            color:#000000;
        .yui-skin-sam .yuimenuitemlabel-disabled {
            color:#666699;
        .yui-skin-sam .yuimenu {
            font-size:14px;
        .yui-skin-sam .yuimenu .bd {
            background-color: #f4e7d3;
            border: none;
      </style>
      <button id="OAWidget_show" type="button">Menu</button>
      <div id="OAWidget" class="yuimenu">
        <div class="bd">
          <ul class="first-of-type">
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Home</a></li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">About</a></li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Calendar</a>
              <div id="submenu1" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">This Year</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Last year</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu1 -->
            </li><!-- end Calendar -->
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Contact</a></li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Public Relations</a>
              <div id="submenu2" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Information</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Public Recognition</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu2 -->
            </li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Youth Outreach</a></li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Households</a>
              <div id="submenu3" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Govenors</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Nobles</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Ladies in Waiting</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Royal Guard</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Highlanders</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu3 -->
            </li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Guild Houses</a>
              <div id="submenu4" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Antioch</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">East Bay</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Lowlands</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu4 -->
            </li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Membership</a>
              <div id="submenu5" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Information</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Application Package</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu5 -->
            </li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Gallery</a>
              <div id="submenu6" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Photos</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Videos</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu6 -->
            </li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Mercantile</a></li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Publications</a></li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">In Memorium</a>
              <div id="submenu7" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Linda Duncan</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Tony Damico</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu7 -->
            </li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Guild Directory</a></li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Sponsors</a>
              <div id="submenu8" class="yuimenu">
                <div class="bd">
                  <a href="http://www.ninahanphotography.com/" target="_blank"><img src="../Images/hanPhotography.gif" width="135" alt="Nina Han Photography"/></a>
                    <br /><a href="http://www.ninahanphotography.com/" target="_blank">Nina Han Photography</a>
                </div><!-- end .bd -->
              </div><!-- end .submenu8 -->
            </li>
          </ul><!-- end .first-of-type -->
        </div><!-- end .bd -->
      </div><!-- end .OAWidget -->
      <script type="text/javascript">
    // BeginOAWidget_Instance_2489526: #OAWidget
    (function() {
      var cn = document.body.className.toString();
      if (cn.indexOf('yui-skin-sam') == -1) {
        document.body.className += " yui-skin-sam";
    var initOAWidget = function() {
      // Create a YUI Menu and position the top left of the menu
      // to the bottom left of "Show Menu" button.
      var OAWidget = new YAHOO.widget.Menu("OAWidget",
          { fixedcenter: false,
          autosubmenudisplay: true,
          showdelay: 250, 
          hidedelay: 100,
          clicktohide: true,
          disabled: false
      OAWidget.render();
      // See: http://developer.yahoo.com/yui/menu/ for more
      // information on Menu configurations and events.
      // The YUI Menu API cheatsheet can be found at:
      // http://yuiblog.com/assets/pdf/cheatsheets/calendar.pdf
      OAWidget.getItem(1).cfg.setProperty("disabled", true);
      YAHOO.util.Event.on("OAWidget_show", "click", OAWidget.show, null, OAWidget);
    // Create the YUI Menu when the HTML document is usable.
    YAHOO.util.Event.onDOMReady(initOAWidget);
    // EndOAWidget_Instance_2489526
      </script>
    </body>
    </html>

    I don't use Yahoo hosting or any of their services, so I'm completely in the dark about how they operate their web sites.
    I'm guessing the code for the menu is contained in this file:
    Includes/scripts/YUI/2.8.2r1/build/menu/assets/skins/sam/menu.css
    If you have access to it, you can edit it.  If you don't, you probably can't.
    Nancy O.

  • How to get rid of new menu button on far right side of toolbar

    Honestly, I don't know why developers can't offer us new features which we can use or not use, by choice. Instead, things are forced upon us.
    Would someone please tell me how to get rid of the new menu button on the right side of the toolbar?
    There doesn't seem to be any option to remove it via the Customize toolbars window.
    Thank you very much.

    Hello brynn2,
    First of all thank you for understanding us and sorry for the delay, it has really been a busy week for all of us out here.
    The interface you see in Firefox 29 is a major re-design (first one since Firefox 4) of Firefox's user interface called "Australis."
    You can use Classic Theme Restorer to get the previous look back. https://addons.mozilla.org/hu/firefox/addon/classicthemerestorer/
    See also:
    *https://support.mozilla.org/kb/common-questions-after-updating-to-new-firefox
    *https://support.mozilla.org/kb/learn-more-about-the-design-of-new-firefox
    *https://support.mozilla.org/kb/how-to-make-new-firefox-look-like-old-firefox
    *https://support.mozilla.org/kb/what-happened-to-the-add-on-bar
    *Tabs On Bottom: https://addons.mozilla.org/firefox/addon/tabs-on-bottom/
    *The Addon Bar (restored): https://addons.mozilla.org/firefox/addon/the-addon-bar/

  • I double clicked on something and now the Firefox Menu button has disappeared. How do I retrieve it?

    I have been looking for information on how to save passwords. After I clicked on the Menu button, I double-clicked on an item in the list. Now the Menu button is gone. The name of the tab is at the top and under it the File, Edit... bar. I tried reloading Firefox hoping that the default setting would reappear. It did not.

    Go to '''View''' then '''Toolbars''' and ''UNcheck'' '''Menu Bar''' [].
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • How do I include an entire hour-long performance on a DVD and also have menu buttons for playing isolated sections of the performance?

    How do I include an entire hour-long performance on a DVD and also have menu buttons for playing isolated sections of the performance?
    So far, I've already done the individual menu buttons for sections of the performance. How do I set up some kind of "play" button that will play the video of the entire performance straight through? Will this be too much material for the DVD to hold? Does the program recognize and not replicate material to save space? If so, will it interfere with that if  I add edits to individual sections that will not be in the video of the entire performance?   

    Hi
    If You only need
    • Play movie in full
    • Start into the movie at specific places e.g. Chapters - then play to movie ends
    Then this is fairly simple - Just add Chapters in Your Video-editor (iMovie or FinalCut)
    (some quirks to keep in mind - No Chapter mark in any transition or within 2 sec from it - AND - only Lettera A to Z and 0 to 9 - no other letters/symbols at all)
    BUT
    If You want to
    • Play full movie (with or without Chapters)
    • Play an individual Chapter then return to Menu
    This function is not standard in iDVD - but has to be faked one way or another.
    Please read my notes on this and be aware of the 60 minutes / 12 minutes limit in iDVD (THIS is including the Menu and it can take 15 minutes or more from the movie time)
    Play all resp one chapter at a time
    Play All Button
    1. There are NO - Play All - button in any version of iDVD
    2. It can be faked in several ways
    • Easiest and most fault proof way is to make a doublet movie containing All and with
    Chapters set to match. It will take up x2 space but is easy to understand and produce.
    Cons: Tried this in iMovie’11 by Exporting out each part as a full Quality QT.mov then Importing back into new events and putting these into a new project (Play All project). Resulting DVD had Audio that was OK (as parts) - BUT the picture was very bad and standing photo were cut of in hight. So the Play All movie has to be created from same material and exactly in the same way as the individual parts + then Chapters has to be set to match.
    • It's said that one can put all movies into a Photo/SlideShow and this will also
    give the function of a Play All button - Tested - and ONE HAS TO un-cheque - Scale pictures to TV-Safe area else it will be a black frame all around and a small picture !
    Cons: BUT - When tested with music videos - the same video on main Menu played nicely with OK Audio. The Play All version in SlideShow had a signifcant Distortion - as on telephone or worse.
    Mike Evangelist1
    You might be able to get close to what you want by using a slideshow in iDVD. (It's not widely known, but you can put videos in a slideshow.) If you set the slide duration to manual, playback will pause after each movie/slide, and you can continue with the 'next' button.
    3. Using another program to do this e.g.. Roxio Toast™ where there is a Play All button option.
    Summary
    a. Making a Play All movie with same care as the individual Part movies - gives a very Good Result
    b. Using Roxio Toast™ - also an usable way to go
    Yours Bengt W

  • HT1657 I rented a movie and accidentally hit the menu button and now I can figure out how to go back and watch it . When I try to press rent again it says you have already downloaded this movie go to settings and check for downloads but I can find it.

    I rented a movie and accidentally hit the menu button and now I can figure out how to go back and watch it . When I try to press rent again it says you have already downloaded this movie go to settings and check for downloads but I can find it download in settings.

    I had the same issue with my apple tv 3rd generation. I rented Sinister and selected the "rent and watch now" option. Half way through the movie I accidentally pressed the menu button. When I looked for the rented movie on my apple tv I could not find it. Not even above the movie pannel where "purchased" and "top movies" comes up on the main menu. the apple tv suggests to go to settings>downloads but I don't have that option. I did go to settings> itunes store> check rentals but that didnt work either. It took too long to even check. Thank you because this SOLUTION worked great.
    SOLUTION: How to reset apple tv 3 3rd generation to view rented movies:on the apple tv remote: press and hold "menu" to go to the main menu. Select SETTINGS> GENERAL >RESET >RESET ALL SETTINGS. After the apple tv resets, input all your information again and your rented movies should be visible when you cruise above the "movies" section. THANK YOU!!
    Apple needs to solve this issue because honestly it took me 3 hours and a half to watch a movie that only lasted 2 BECAUSE I wast trying to solve the issue, reseting and all. blahh.

  • How to code for select all& deselect all?using menu buttons

    hai,
    i have generated a report with a single field from a database table and
    i have a checkbox for each record/item in the report.
    i need help in the following ..
    now that i have menu buttons say "select all" and "deselect all"..
    if select all is clicked then all checkboxes should be selected.
    if deselect all is clicked, then all checkboxes should be deselected
    i know that we have to use functional code and use case sy-ucomm etc.
    when "selectall"  etc..
    can someone help me how to code for this to work exactly?

    it did not work for the code u had suggested...
    plz check it out and send me the exact working code..
    REPORT  ZINTRACTIVE_PROJ                        .
    TABLES : SFLIGHT.
    DATA : BEGIN OF IT OCCURS 0,
           CARRID LIKE SFLIGHT-CARRID, FLDATE LIKE SFLIGHT-FLDATE,
           END OF IT.
    DATA : BOX TYPE C,
           LINE TYPE I.
    SELECT CARRID FLDATE FROM SFLIGHT INTO TABLE IT.
    LOOP AT IT.
    WRITE : / BOX AS CHECKBOX, IT-CARRID.
    ENDLOOP.
    LINE = SY-LINNO .
    SET PF-STATUS 'SELECT'.
    AT USER-COMMAND.
    CASE SY-UCOMM.
      WHEN 'SELECT'.
          DO LINE TIMES.
            READ LINE SY-INDEX FIELD VALUE BOX.
            IF BOX = 'X'.
               NEW-PAGE.
               WRITE : / IT-FLDATE.
            ENDIF.
          ENDDO.
      <b>WHEN 'SELECTALL'.
          LOOP AT IT.
            IT-CARRID = 'X'.
            MODIFY IT TRANSPORTING CARRID WHERE CARRID = IT-CARRID.
            EXIT.
          ENDLOOP.
      WHEN 'DESELECTALL'.
          LOOP AT IT.
            IT-CARRID = ''.
            MODIFY IT TRANSPORTING CARRID WHERE CARRID = 'X'.
            EXIT.
          ENDLOOP.</b>ENDCASE.

Maybe you are looking for

  • How to do Handshake with tired party(bank) HTTPS URL from SAP PI server

    Dear Expert, I have developed bunch of scenarios, all are synchronous ABAP proxy to HTTP_AAE with bank on PI 7.4(dual stack). Bank web server is HTTPS enabled server. Our ABAP developments are still in progress also we have few issue in connection fr

  • Consolidating library but to a different folder than itunes music

    so if i consolidate my library, will it all just be copied to my "itunes music" folder? or can i create a different folder and have my library consolidated to that folder? here's my problem: i have lots and lots of music, and whenever i get more, i p

  • Xorg freezes, video lags, high log output (linux,xorg-server,nvidia)

    Hey, It seems the up-to-date system doesn't work for my Laptop anymore. Wasn't too sure where to post this, as I couldn't test this anywhere else yet. I experience extreme lags in Xorg (apparently due to high log output to Xorg.0.log as mentioned her

  • Different output observed in IE8 and IE11 for same HTML file

    when I open the below html code in ie8 and ie11 the output is different. <div style=" color: EAE6F1; " id="Screen147"> <img style=" width: 1280; height: 1020; " id="item1" src="Desert.jpg" border="0"/> <div style=" background-color: FFFFFF; color: 00

  • Is J2SE 5.0 update 6 or 7 DST 2007 compliant?

    This website states J2SE 5.0 update 6 or later is compliant: http://java.sun.com/developer/technicalArticles/Intl/USDST/ Whereas this website states J2SE 5.0 update 7 and later is compliant with the new DST 2007 rules. http://java.sun.com/javase/tzup