SELECT ALL/ DESELECTALL - Giving ERROR. How to disable it or catch its evnt

Hello,
          For the multiselect table view, I see a SELECTALL/DESELECTALL icon at the top left. I am not able to collect its event. I put a breakpoint in On input processing but it never goes there. When I click it...It gives a error message as:
500 SAP Internal Server Error
Error message: Access not possible using 'NULL' object reference. ( type of termination: RABAX_STATE )
Here is my table view. 
     <htmlb:tableView  id                   = "TV5"
                headerText           = "Requests"
                headerVisible        = "true"
                design               = "alternating"
                fillUpEmptyRows      = "false"
               onHeaderClick        = "MyEventHeaderClick"
               onRowSelection       = "MyEventRowSelection"
               selectionMode        = "MULTISELECT"
               table                = "<%= t_data %>" >
        </htmlb:tableView>
Could anyone help me how to catch event for this or how this error can be supressed.
Thanks
PK

I found out the solution.  Below is what I did. Hope this should help anyone looking similar issue.
Include the below in the <htmlb:tableView > section.
selectedRowIndexTable = "<%= t_selectedRowIndexTable %>"
Page attributes:
Declare : t_selectedRowIndexTable type int4_table.
On input processing:
  CLASS cl_htmlb_manager DEFINITION LOAD.
  DATA event TYPE REF TO if_htmlb_data.
  DATA: tv          TYPE REF TO cl_htmlb_tableview,
        table_event TYPE REF TO cl_htmlb_event_tableview.
    tv ?= cl_htmlb_manager=>get_data( request = request
                                    name    = 'tableView'
                                    id      = 'TVX' ).
    IF tv IS NOT INITIAL.
      table_event = tv->data.
      CLEAR t_selectedrowindextable.
      t_selectedrowindextable = table_event->prevselectedrowindextable.
      IF table_event->event_type EQ
cl_htmlb_event_tableview=>co_row_selection.
        READ TABLE t_selectedrowindextable WITH KEY table_line =
table_event->row_index TRANSPORTING NO FIELDS.
        IF sy-subrc EQ 0.
          DELETE t_selectedrowindextable INDEX sy-tabix.
        ELSE.
          FIELD-SYMBOLS <i> TYPE i.
          APPEND INITIAL LINE TO t_selectedrowindextable ASSIGNING <i>.
          <i> = table_event->row_index.
        ENDIF.
      ENDIF.
    ENDIF.

Similar Messages

  • Installation failing, giving error code 7, disabled the firewall and anti virus and rebooted the machine. Still getting error code 7. HELP

    Can anybody point me in the right direction to resolve error code 7?

    Try an alternative link and validate with your 24 digit serial number - click here for PSE downloads

  • How to disable change option in ITS services ?

    Dear Friends,
    We have a very unique request from our clients who do not want to allow the ESS end users to be able to change their own data using ESS services.
    I've tried copying the role SAP_ESSUSER and made changes to it to make sure all the permissions on it are for read only to all infotypes, but still when I associate this modified role to a user on the R/3 system who is in turn mapped to a portal id that has ESS access, the change button in all the services still remain. I've posted a OSS note for this too, and am awating response.
    If any of the gurus here have a idea, please feel free to share the same.
    Regards,
    Neeraj

    You have to change/customize the underlying ITS service to hide (comment out) the particular button from the template. In several I can recall right off, there is no logic for checking access (typically on first screen/page, though most all will check a "modus" (mode) flag once on additional "screens"/pages to determine if the view is read-only or edittable.
    For info on editting/customizing ITS service, search the forums here.
    Good luck!
    CSolomon

  • How Jserv disable on Oracle Application Server9i?

    Dear All,
    Any one know how Jserv disable on Oracle Application Server? Is HTTP is required to start for Databse Access ? Because When HTTP is started jserv bydefault started.
    Regards
    Vipul Patel

    Dear Avi,
    Actually I have problem with OC4J which I am giving details are as under. Many pepole in forums on net said that in type of our problem your first disable jserv. that's why ...
    Below problem and one more thing that in our oracle9ias OC4J DEMOS AND OC4J HOME ARE NOT ALSO WORKING PROPERLY....
    I have installed Oracle9iAS on RedHat Linux Advance Server
    on IBM Server. The applications on the HTTP Server are working
    fine through the URL http://202.202.202.11:7779/ for html and
    jsp pages, and for .jpg and .txt files.
    But, when I use the OC4J Service, the server allows me to see
    only html and .txt files only. I am not able to execute JSPs
    using this service.
    I try to access the 'webapp' and other demo examples supplied
    and installed by Oracle installation. The URLs I have used
    are listed below:
    Following is the location of the 'webapp':
    /oas1/OHOAS1/j2ee/home/applications/BC4J/webapp
    and I am accessing it from the URL:
    http://202.202.202.11:7779/webapp
    Following are the results from this url:
    [1]http://202.202.202.11:7779/webapp/
    Result:I got the message: 'Directory browsing not allowed',
    So, it is ok I want that.
    [2]http://202.202.202.11:7779/webapp/ordPlayMedia.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/ordPlayMedia.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/ordPlayMedia.jsp
    (No such file or directory)
    [3]http://202.202.202.11:7779/webapp/jsp/
    Result:I got the message: 'Directory browsing not allowed',
    So, it is ok I want that.
    [4]http://202.202.202.11:7779/webapp/jsp/lov.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/jsp/lov.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/jsp/lov.jsp
    (No such file or directory)
    [5]http://202.202.202.11:7779/webapp/wm/bc4j.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/wm/bc4j.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/wm/bc4j.jsp
    (No such file or directory)
    have installed Oracle9iAS on RedHat Linux Advance Server
    on IBM Server. The applications on the HTTP Server are working
    fine through the URL http://202.202.202.11:7779/ for html and
    jsp pages, and for .jpg and .txt files.
    But, when I use the OC4J Service, the server allows me to see
    only html and .txt files only. I am not able to execute JSPs
    using this service.
    I try to access the 'webapp' and other demo examples supplied
    and installed by Oracle installation. The URLs I have used
    are listed below:
    Following is the location of the 'webapp':
    /oas1/OHOAS1/j2ee/home/applications/BC4J/webapp
    and I am accessing it from the URL:
    http://202.202.202.11:7779/webapp
    Following are the results from this url:
    [1]http://202.202.202.11:7779/webapp/
    Result:I got the message: 'Directory browsing not allowed',
    So, it is ok I want that.
    [2]http://202.202.202.11:7779/webapp/ordPlayMedia.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/ordPlayMedia.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/ordPlayMedia.jsp
    (No such file or directory)
    [3]http://202.202.202.11:7779/webapp/jsp/
    Result:I got the message: 'Directory browsing not allowed',
    So, it is ok I want that.
    [4]http://202.202.202.11:7779/webapp/jsp/lov.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/jsp/lov.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/jsp/lov.jsp
    (No such file or directory)
    [5]http://202.202.202.11:7779/webapp/wm/bc4j.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/wm/bc4j.jsp
    Exception: have installed Oracle9iAS on RedHat Linux Advance Server
    on IBM Server. The applications on the HTTP Server are working
    fine through the URL http://202.202.202.11:7779/ for html and
    jsp pages, and for .jpg and .txt files.
    But, when I use the OC4J Service, the server allows me to see
    only html and .txt files only. I am not able to execute JSPs
    using this service.
    I try to access the 'webapp' and other demo examples supplied
    and installed by Oracle installation. The URLs I have used
    are listed below:
    Following is the location of the 'webapp':
    /oas1/OHOAS1/j2ee/home/applications/BC4J/webapp
    and I am accessing it from the URL:
    http://202.202.202.11:7779/webapp
    Following are the results from this url:
    [1]http://202.202.202.11:7779/webapp/
    Result:I got the message: 'Directory browsing not allowed',
    So, it is ok I want that.
    [2]http://202.202.202.11:7779/webapp/ordPlayMedia.jsp
    Result:I got the error message:
    JSP Error: have installed Oracle9iAS on RedHat Linux Advance Server
    on IBM Server. The applications on the HTTP Server are working
    fine through the URL http://202.202.202.11:7779/ for html and
    jsp pages, and for .jpg and .txt files.
    But, when I use the OC4J Service, the server allows me to see
    only html and .txt files only. I am not able to execute JSPs
    using this service.
    I try to access the 'webapp' and other demo examples supplied
    and installed by Oracle installation. The URLs I have used
    are listed below:
    Following is the location of the 'webapp':
    /oas1/OHOAS1/j2ee/home/applications/BC4J/webapp
    and I am accessing it from the URL:
    http://202.202.202.11:7779/webapp
    Following are the results from this url:
    [1]http://202.202.202.11:7779/webapp/
    Result:I got the message: 'Directory browsing not allowed',
    So, it is ok I want that.
    [2]http://202.202.202.11:7779/webapp/ordPlayMedia.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/ordPlayMedia.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/ordPlayMedia.jsp
    (No such file or directory)
    [3]http://202.202.202.11:7779/webapp/jsp/
    Result:I got the message: 'Directory browsing not allowed',
    So, it is ok I want that.
    [4]http://202.202.202.11:7779/webapp/jsp/lov.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/jsp/lov.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/jsp/lov.jsp
    (No such file or directory)
    [5]http://202.202.202.11:7779/webapp/wm/bc4j.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/wm/bc4j.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/wm/bc4j.jsp
    (No such file or directory)
    [6]http://202.202.202.11:7779/webapp/wm/images/trafficGray.gif
    Result:I got the image of trafic-light,
    So, it is ok and working fine.
    [7]http://202.202.202.11:7779/webapp/admin/bc4jadmin.htm
    Result:I got the message: 'Oracle JDeveloper BC4J Admin Utility
    The location of the BC4J Admin Utility has changed.
    Click here to go to the new location.',
    So, it is ok.
    Is anybody knows how to use OC4J service on Oracle9iAS ? Please
    help me.
    Thank you.
    Request URI:/webapp/ordPlayMedia.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/ordPlayMedia.jsp
    (No such file or directory)
    [3]http://202.202.202.11:7779/webapp/jsp/
    Result:I got the message: 'Directory browsing not allowed',
    So, it is ok I want that.
    [4]http://202.202.202.11:7779/webapp/jsp/lov.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/jsp/lov.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/jsp/lov.jsp
    (No such file or directory)
    [5]http://202.202.202.11:7779/webapp/wm/bc4j.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/wm/bc4j.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/wm/bc4j.jsp
    (No such file or directory)
    [6]http://202.202.202.11:7779/webapp/wm/images/trafficGray.gif
    Result:I got the image of trafic-light,
    So, it is ok and working fine.
    [7]http://202.202.202.11:7779/webapp/admin/bc4jadmin.htm
    Result:I got the message: 'Oracle JDeveloper BC4J Admin Utility
    The location of the BC4J Admin Utility has changed.
    Click here to go to the new location.',
    So, it is ok.
    Is anybody knows how to use OC4J service on Oracle9iAS ? Please
    help me.
    Thank you.
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/wm/bc4j.jsp
    (No such file or directory)
    [6]http://202.202.202.11:7779/webapp/wm/images/trafficGray.gif
    Result:I got the image of trafic-light,
    So, it is ok and working fine.
    [7]http://202.202.202.11:7779/webapp/admin/bc4jadmin.htm
    Result:I got the message: 'Oracle JDeveloper BC4J Admin Utility
    The location of the BC4J Admin Utility has changed.
    Click here to go to the new location.',
    So, it is ok.
    Is anybody knows how to use OC4J service on Oracle9iAS ? Please
    help me.
    Thank you.
    [6]http://202.202.202.11:7779/webapp/wm/images/trafficGray.gif
    Result:I got the image of trafic-light,
    So, it is ok and working fine.
    [7]http://202.202.202.11:7779/webapp/admin/bc4jadmin.htm
    Result:I got the message: 'Oracle JDeveloper BC4J Admin Utility
    The location of the BC4J Admin Utility has changed.
    Click here to go to the new location.',
    So, it is ok.
    Is anybody knows how to use OC4J service on Oracle9iAS ? Please
    help me.
    Thank you.

  • How to disable the AET button on Web UI?

    Hi all,
    Does anyone know how to disable the AET button in the Web UI? Our customer doesnu2019t want the end users to change any configuration and the only thing left for this is hide/disable the AET functionality.
    Thank you very much in advance.
    Kind regards,
    Alvaro

    Alvaro,
    The AET should not be visible to end users, especially not in the production system.
    This should be done by authorisation.
    If you are referring to the personalization, you can disable this in the businessrole by selecting a value for the parameter PERSONALIZATION.
    If there are no values available, you can maintain them in sm30 --> PERSCV_PROFILE.
    Hope this helps.
    Regards,
    Pieter Rijlaarsdam

  • How to: disable buttons in standard forms

    Hi all,
    does anybody know how to disable session date button from standard forms?
    I cannot find in forms (through Form Builder) the right data block / canvas where this button is.
    Thanks all.
    Jacopo

    I'm not aware of any "session date button". A button on a form can be disabled using the set_item_property.
    Use the layout editor and double-click the button. It will tell you what button it is. The button will also be highlighted in the Object Navigator window.
    Message was edited by:
    Mark Roberts

  • Help! My computer is giving me all sorts of errors now!

    Please help me someone, my computer is giving me all sorts of errors now and I dunno what happened. The only thing I can think of is that I went to a bad site or made a bad download possibly. I'm not exactly sure what went wrong or how...all I know is that I'm getting tons of directx errors and a few other errors. I tried reinstalling the latest directx but when I do the webinstaller for it, it then pops up with this message:
    " a cabinet file cannot be trusted, please verify the cryptographic services are enabled and the cabinet certificate file is valid "  - whatever the heck this error means????
    I'm also getting a runtime error 9000 and also somehow my openGL got downgraded from the latest to only 1.1. I reinstalled the graphics display driver but am uncertain as to if it's fixed that or not. I presume this was happening because my display driver kept crashing occasionally at random times every so often? It always recovered itself so I didn't really think it was a problem but maybe it caused all this? There's a few other errors i've gotten but I don't remember those but they haven't showed up at all for now since I reinstalled the graphics driver so i'm hoping that's fixed.
    What' i'm wondering though is if I should just do a system format to refresh and clean install everything back onto my computer again to restore everything to where it was similar to being new when I first bought it to fix this issue...problem is I made a system recovery disc but then it asks me for the toshiba media recovery disk and kicks my disc out when i boot from that asking for the media disk but I dunno how to create that or if I even have the right disc made to restore windows 7 since I looked on the disk and i noticed like only 3 files and 2 folders for booting so how the heck is that going to restore win 7 again onto your computer????? And the media disc for windows 7 I still can't figure out how to make either! Where do I find the information to fix these issues or even just do a reformat and reinstallation of everything onto my laptop?
    PLEASE HELP ME SOMEONE!
    - I need my computer to be in working order - I need help asap because I work on websites on my computer on the internet! Thanks in advance!

    Your punctuation keys are broken, making your post unintelligible.
    Please post using proper sentence structure.

  • How to disable "Selection Security" in a correct way?

    hi experts!
    how to disable "Selection Security" in a correct way?
    !http://img689.imageshack.us/img689/2748/28668107.png!
    thanks!

    Hi...
    Open "Catalog Manager" and
    navigate to Shared -> "Shared Folder Name" (ex: Sample Sales) -> _Portal.
    Here you find all dashboards. Open the dashboard that you already enabled selection. In that dashboard folder you find one more folder with name: _selections*
    Delete the _selections* folder.
    You will get Enable option again in front end.
    All the best

  • How to disable a default selection checkbox in the tableview

    Hi All,
             How to disable a default selection checkbox in the tableview ???
    I have  a tableview  with a iterator class mentioned on the iterator attribute of the table view. Table is a MULTISELECT tableview . Is it possible to disable or make it invisible a particular row selection check box?.
    For my scenario I have Currency values on all the columns and I want to do a sub total overall total for all the price column fields in the last row of that table. I archived this functionality using Iterator class method. But I don't want the user to delete that last row in any case.
    Thanks for your help in advance.
    Thanks,
    Greetson

    Hi,
      You can NOT disable the "Checkbox" of particular row using HTMLB. I had the same requirement. I achieved using <b>2 Tableviews</b>, one after another. 1st tableview will show all the rows and 2nd Tableview(without Table Header) and without any row. The <b>total</b> will be displayed as <b>Column title</b> of 2nd Tableview.
    Here is the code of 2nd tableview which we used to display the Total:
              <htmlb:tableView id                  = "tv2"
                               headerVisible       = "false"
                               keyColumn           = "appid"
                               footerVisible       = "false"
                               selectionMode       = "SINGLESELECT"
                               design              = "ALTERNATING"
                               fillUpEmptyRows     = "false"
                               visibleRowCount     = "0"
                               width               = "100%"
                               table               = "<%= tot_header %>" >
                <htmlb:tableViewColumns>
                  <htmlb:tableViewColumn columnName = "empno"
                                         title      = "Total"
                                         width      = "50"
                                         type       = "TEXT" >
                  </htmlb:tableViewColumn>
                  <htmlb:tableViewColumn columnName = "ename"
                                         title      = "  *      "
                                         width      = "90"
                                         type       = "TEXT" >
                  </htmlb:tableViewColumn>
                  <htmlb:tableViewColumn columnName = "appamount"
                                         title      = "   <%= tot_appamt %> "
                                         width      = "60" >
                  </htmlb:tableViewColumn>
                  <htmlb:tableViewColumn columnName = "ugjr_amt"
                                         width      = "60"
                                         title      = "<%= tot_ugjr %>" >
                  </htmlb:tableViewColumn>
                  <htmlb:tableViewColumn columnName = "apprvd"
                                         width      = "50"
                                         title      = "*" >
                  </htmlb:tableViewColumn>
                </htmlb:tableViewColumns>
              </htmlb:tableView>
    Hope this will help you.
    <b>Note: Reward each useful post.</b>
    Raja T
    Message was edited by:
            Raja T

  • 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.

  • How do you smooth from select all (CS4)?

    Make a new ps file. Doesn't matter what size. Marquee the whole thing (Select All). Go to the main menu SELECT -> MODIFY -> SMOOTH. It's disabled. Why? I want simply to round the corners of the entire area. "Contract" is disabled also. Neither of those make sense. They should both be possible. I see why "Expand" is disabled. That make sense. Why are "Smooth" and "Contract". How do you get around this?

    That's not feathering, it's anti-aliasing which isn't the same thing, feathering is a blurring function while anti-aliasing is an edge smoothing one. When working with Shape Layers there's no Anti-Alias option because you're working with vectors, not pixels.
    To get rid of the anti-aliasing after you load the Vector Mask of a Shape Layer as a selection, press Q to enter Quick Mask and apply Image->Adjustments->Threshold. On the other hand, you can set the Rounded Rectangle tool to draw pixels and then disable the Anti-Alias checkbox from the Options bar.

  • Using 12.0.1.26 Im trying to move photo's from an app on the pad to laptop but the select all in Edit is not hilighted, how to you select all?

    the select all under edit is not highlighted in 12.0.1.26, I need to move a large number of photos from pad app sharing area to laptop, how do I select all? Thanks

    the select all under edit is not highlighted in 12.0.1.26, I need to move a large number of photos from pad app sharing area to laptop, how do I select all? Thanks

  • How to select all the colomns_names from a table, with their datatypes ..

    hi :)
    i would like to know, how to select in SQL all the columns names from a table with their datatypes so that i get something like this :
    Table 1 : table_name
    the column ID has the Datatype NUMBER
    the column name has the Datatype Varchar2
    Table 2 : table_name
    the column check has the Datatype NUMBER
    the column air has the Datatype Varchar2
    and that has to be for all the tables that i own ! ..
    P. S : i m trying to do this with java, so it s would be enough if you just tell me how to select all the tables_names with all their colums_names and with all their datatypes ! ..
    thank you :)
    i ve heard it can be done with USER_TABLES .. but i have no idea how :( ..
    Edited by: user8865125 on 17.05.2011 12:22

    Hi,
    The data dictionary view USER_TAB_COLUMNS has one row for every column in every table in your schema. The columns TABLE_NAME, COLUMN_NAME and DATA_TYPE have all the information you need.
    Another data dictionary view, USER_TABLES, may be useful, too. It has one row pre table.

  • I purchased a monthly pack and havent been able to use it. I have been getting charged for 3 months now and I still get an error message saying "unable to load all your plans". How do I re-install or dowload and get my last 3 payments reimbursed?

    I purchased a monthly pack and havent been able to use it. I have been getting charged for 3 months now and I still get an error message saying "unable to load all your plans". How do I re-install or dowload and get my last 3 payments reimbursed?

    Link for Download & Install & Setup & Activation problems may help
    -Online Chat http://www.adobe.com/support/download-install/supportinfo/
    or
    Adobe contact information - http://helpx.adobe.com/contact.html

  • How can I select all stamps in a PDF file without having to click on each individual one?

    I use the stamps and text box feature to mark up engineering drawings in abobe acrobat 10. Sometimes revisions come for already worked on drawings so I need to transfer my work over. Usually I just hold control and click each stamp and text box then hit CTRL+C to copy all of them. However, sometimes there are 200+ stamps on a single PDF and clicking each and every one without letting go of CTRL is a lot harder than it sounds.
    Any ideas on how to do a "select all" function? (the actual select all doesn't work in this case, it looks for words.)
    Thanks

    Stamps are basically comments. As such, they appear in the Comments List,
    where you can easily select them by clicking inside the list and then
    pressing Ctrl+A.

Maybe you are looking for

  • 10.6 will not play entire movie or tv show

    Wintel Box has the movies - running iTunes 10.6 3 AppleTVs can not play an entire movie ( hosted on either a MacBook Pro 10.7 running iTunes 10.6 nor a Windows 7 Desktop running 10.6 ) Either Home Sharing back to either computer running 10.6 will pla

  • How to uninstall apple mobile device support & upgrade to newer version?

    For my ipod touch, every time i plug it into my laptop itunes says "itunes requires a newer version of apple mobile device support. please uninstall both apple mobile device supprt & itunes then install itunes again" ive uninstalled itunes & all of i

  • Scam email: Adobe-Reader-Pro

    A variation on an old scam was received this morning by the company that I work for.  At first glance it looks genuine by its simplicity but has anyone ever heard of Adobe Reader Pro?  There is the official looking logo and even an address in Califor

  • ATG CIM - Weblogic domain path is not valid

    Hi All, Getting the domain path invalid error when trying to configure ATG through CIM... Enter Path : > /u01/app/oracle/Middleware/wlserver_10.3 >> Weblogic path validated. >> Weblogic version validated. >> App Server home path set to /u01/app/oracl

  • Suggestion to include '@' for email input keypad i...

    I wonder how many of you find it a bit annoying, that while trying to enter an email address (e.g for contacts) in landscape mode one has to switch to numeric mode (pressing '1*') just to get that '@'. Would be nice to have that '@' just there in fir