TOC not an option in my document

I am using a std template (Extreme Newsletter) and I cannot insert a TOC OR add styles in the inspector. Any ideas on how to get this to work?
Thanks in advance.

figured it out - gotta be a wp template. bummer.

Similar Messages

  • I need to able to print a pdf that is locked.  It has fields to fill in but then to save a copy I need to "print" to PDF not save as a pdf because that is not an option with the document.  Is there a way to do this?

    The PDF has fields to fill in but then to save a copy I need to "print" to PDF not save as a pdf because that is not an option with the document.  Is there a way to do this?  HELP!

    Sorry I thought  was just a one off, it would be no use for large volumes.
    Do you not have this avaiable in the print menu in Preview with these documents?
    I have also found a link on the Adobe web site that discusses that this facilty is enabled by the creater of the PDF.
    http://help.adobe.com/en_US/acrobat/X/pro/using/WS58a04a822e3e50102bd61510979419 5ff-7e0d.w.html
    If you do a web search there are various claims on how to save a protected PDF, I have'nt a way to test the proceedures. I would want a copy of any forms that I sent off, not sure why they protect them in this way, there must be a reason.

  • Data is not coming right for few Document nos.

    Hi All,
    I have a problem in my report that in 10-12 records, data not picking the values against Document Number...means from where i pick the lifnr, there a few records not showing related information...
    I tell u in detail..
    I pick Document Number from BSIK table, Purchasing Doc. No, with ref. to Document Number...Vendor Code with Purchasing Ref. and Vendor Name with Ref. to Vendor Code...
    But in some document we have not maintain Purchasing document no. against Document Number...
    So we cann't display Vendor Code and name...
    This is the problem...
    Now i have a link between Document Number and Vendor Code without Purchasing Document No...in BSEG table...
    But what will the condition with my existing query on BSEG...please tell me....
    My Code is---
    REPORT  zak_form_c4 NO STANDARD PAGE HEADING LINE-SIZE 125  .
    TABLES : bsik,bkpf,bseg,j_1imovend,lfa1,t001,t005u,bsak,ekko,bsis, ekkn, anla, anlc.
    TYPE-POOLS : slis.
    DATA : BEGIN OF itab OCCURS 0,
           belnr LIKE bsik-belnr, "Document number
           buzei LIKE bseg-buzei, "line item
           hkont LIKE bseg-hkont, "Gl account
           mwskz LIKE bseg-mwskz, "Tax Code
           dmbtr LIKE bseg-dmbtr, "Amount
           ebeln LIKE bseg-ebeln, "Purchasing Document
           ebelp LIKE bseg-ebelp, "line item nbr
           hwbas LIKE bseg-hwbas, "Base amount
           shkzg LIKE bseg-shkzg, "Debit/Credit code
           gjahr LIKE bsik-gjahr, "Fiscal Year
           bldat LIKE bsik-bldat, "Document Date
           budat LIKE bsik-budat, "Posting Date
           lifnr LIKE bsik-lifnr, "Vendor number
           xblnr LIKE mkpf-xblnr, "Ven invoice nbr
           name1(25),                                           "name1
           ort01 LIKE lfa1-ort01, "City
           j_1ilstno LIKE j_1imovend-j_1ilstno, " Vendor tin nbr
           regio LIKE lfa1-regio, "Region Code
           bezei LIKE t005u-bezei, "Region desc
           dmbtr1 LIKE bseg-dmbtr, "Amount
           hwbas1 LIKE bseg-hwbas, "Base amount
    END OF itab.
    DATA:
    v_bldat TYPE bldat,
    v_budat TYPE budat,
    v_lifnr TYPE lifnr,
    v_name1 TYPE name1,
    v_ebeln TYPE ebeln,
    v_mwskz TYPE mwskz,
    v_dmbtr TYPE dmbtr,
    v_hwbas TYPE hwbas,
    v_xblnr TYPE xblnr.
    DATA : BEGIN OF itab1 OCCURS 0.
            INCLUDE STRUCTURE itab.
    DATA:END OF itab1.
    DATA : BEGIN OF itab2 OCCURS 0.
            INCLUDE STRUCTURE itab.
    DATA : END OF itab2.
    DATA : itab3 LIKE STANDARD TABLE OF itab2 WITH HEADER LINE.
    ***********************************Purchase order history
    DATA:   BEGIN OF bet OCCURS 50.
            INCLUDE STRUCTURE ekbe.
    DATA:   END OF bet.
    DATA:   BEGIN OF bzt OCCURS 50.
            INCLUDE STRUCTURE ekbz.
    DATA:   END OF bzt.
    DATA:   BEGIN OF betz OCCURS 50.
            INCLUDE STRUCTURE ekbez.
    DATA:   END OF betz.
    DATA:   BEGIN OF bets OCCURS 50.
            INCLUDE STRUCTURE ekbes.
    DATA:   END OF bets.
    DATA:   BEGIN OF xekbnk OCCURS 10.
            INCLUDE STRUCTURE ekbnk.
    DATA:   END OF xekbnk.
    DATA : w_container TYPE scrfname VALUE 'CL_GRID',
           w_cprog TYPE lvc_s_layo,
           g_repid LIKE sy-repid,
           w_save TYPE c,
           w_exit TYPE c,
           cl_grid TYPE REF TO cl_gui_alv_grid,
           cl_custom_container TYPE REF TO cl_gui_custom_container,
           it_fld_catalog TYPE slis_t_fieldcat_alv,
           wa_fld_catalog TYPE slis_t_fieldcat_alv WITH HEADER LINE ,
           layout TYPE slis_layout_alv,
           col_pos  LIKE sy-cucol ,
           alvfc TYPE slis_t_fieldcat_alv.
    SELECTION-SCREEN : BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS       :  hkont LIKE bseg-hkont OBLIGATORY. "GL Code
    *SELECT-OPTIONS   : hkont FOR bseg-hkont .
    SELECT-OPTIONS   : belnr FOR bsik-belnr .
    SELECT-OPTIONS   : gjahr FOR bsik-gjahr .
    SELECT-OPTIONS   : bldat FOR bsik-bldat.
    SELECT-OPTIONS   : budat FOR bsik-budat.
    SELECTION-SCREEN : END OF BLOCK b1.
    PERFORM fill_catalog1 USING:
    'HKONT'    'ITAB2'    'G/L Code' ,
    'BELNR'    'ITAB2'    'Document Number',
    'GJAHR'    'ITAB2'    'Year',
    'BLDAT'    'ITAB2'    'Doc. date' ,
    'BUDAT'    'ITAB2'    'Posting Date',
    'LIFNR'    'ITAB2'    'Vendor',
    'NAME1'    'ITAB2'    'Name',
    'EBELN'    'ITAB2'    'Purchasing Document',
    'MWSKZ'    'ITAB2'    'Tax Code',
    'HWBAS'    'ITAB2'    'Base Amount',
    'DMBTR'    'ITAB2'    'Tax Amount',
    'XBLNR'    'ITAB2'    'Vendor Inv. No.'.
    SELECT DISTINCT hkont belnr gjahr bldat budat INTO CORRESPONDING FIELDS OF TABLE itab
                      FROM bsis
                      WHERE bukrs = '1000'
                      AND hkont = hkont
                      AND belnr IN belnr
                      AND gjahr IN gjahr
                      AND bldat IN bldat
                      AND budat IN budat.
    SORT itab BY belnr.
    LOOP AT itab.
      SELECT * FROM bseg WHERE belnr = itab-belnr AND gjahr = itab-gjahr
                                                   AND bukrs = '1000'
                                                   AND ( ebeln <> ' ' OR hkont = hkont ).
        IF sy-subrc = 0.
          itab-buzei = bseg-buzei.
          itab-mwskz = bseg-mwskz.
          IF bseg-ebeln <> ' '.
            itab-ebeln = bseg-ebeln.
            itab-ebelp = bseg-ebelp.
            MODIFY itab.
          ENDIF.
          IF bseg-hkont = hkont.
            itab-shkzg = bseg-shkzg.
            itab-hwbas = bseg-hwbas.
            itab-dmbtr = bseg-dmbtr.
            IF itab-shkzg = 'H'.
              itab-dmbtr = itab-dmbtr * ( -1 ).
            ENDIF.
            MOVE-CORRESPONDING itab TO itab2.
            APPEND itab2.
          ENDIF.
        ENDIF.
      ENDSELECT.
    ENDLOOP.
    LOOP AT itab2.
      SELECT SINGLE * FROM ekko WHERE ebeln = itab2-ebeln.
      IF sy-subrc = 0.
        itab2-lifnr = ekko-lifnr.
      ENDIF.
      CALL FUNCTION 'ME_READ_HISTORY'
        EXPORTING
          ebeln  = itab2-ebeln
          ebelp  = itab2-ebelp
          webre  = 'X'
        TABLES
          xekbe  = bet
          xekbz  = bzt
          xekbes = bets
          xekbez = betz
          xekbnk = xekbnk.
      itab2-xblnr = bet-xblnr.
      SELECT SINGLE * FROM lfa1 WHERE lifnr = itab2-lifnr.
      itab2-name1 = lfa1-name1.
      itab2-ort01 = lfa1-ort01.
      itab2-regio = lfa1-regio.
      SELECT SINGLE * FROM t005u WHERE bland = itab2-regio
                                  AND spras = 'EN'
                                  AND land1 = 'IN'.
      itab2-bezei = t005u-bezei.
      SELECT SINGLE * FROM  j_1imovend WHERE lifnr = itab2-lifnr.
      IF sy-subrc = 0 .
        itab2-j_1ilstno = j_1imovend-j_1ilstno.  " Vendor tin nbr
      ENDIF.
      MODIFY itab2.
    ENDLOOP.
    SORT itab2 BY belnr.
    LOOP AT itab2.
      v_dmbtr = v_dmbtr + itab2-dmbtr.
      v_hwbas = v_hwbas + itab2-hwbas.
      v_bldat = itab2-bldat.
      v_budat = itab2-budat.
      v_lifnr = itab2-lifnr.
      v_name1 = itab2-name1.
      v_ebeln = itab2-ebeln.
      v_mwskz = itab2-mwskz.
      v_xblnr = itab2-xblnr.
      AT END OF belnr.
        itab2-bldat = v_bldat.
        itab2-budat = v_budat.
        itab2-lifnr = v_lifnr.
        itab2-name1 = v_name1.
        itab2-ebeln = v_ebeln.
        itab2-mwskz = v_mwskz.
        itab2-dmbtr = v_dmbtr.
        itab2-hwbas = v_hwbas.
        itab2-xblnr = v_xblnr.
        APPEND itab2 TO itab3.
        CLEAR: itab2, v_dmbtr, v_hwbas, v_bldat, v_budat, v_lifnr, v_name1, v_ebeln, v_mwskz, v_xblnr.
      ENDAT.
    ENDLOOP.
    layout-zebra = 'X' .
    layout-colwidth_optimize(1) = 'X'.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
        i_callback_program = 'ZAK_FORM_C4'
        is_layout          = layout
        it_fieldcat        = it_fld_catalog
        i_default          = 'X'
        i_save             = 'A'
      TABLES
        t_outtab           = itab3
      EXCEPTIONS
        program_error      = 1
        OTHERS             = 2.
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    *&      Form  FILL_CATALOG1
    *       text
    *      -->P_FIELDNAME  text
    *      -->P_REF_TABLE  text
    *      -->P_SCRTEXT    text
    FORM fill_catalog1  USING   p_fieldname TYPE any
                                p_ref_table TYPE any
                                p_scrtext   TYPE any.
      CLEAR : wa_fld_catalog.
      wa_fld_catalog-fieldname  = p_fieldname.
      wa_fld_catalog-tabname    = p_ref_table.
      wa_fld_catalog-seltext_s  = p_scrtext.
      wa_fld_catalog-seltext_m  = p_scrtext.
      wa_fld_catalog-seltext_l  = p_scrtext.
    *  wa_fld_catalog-datatype = 'CURR'.
      wa_fld_catalog-outputlen = 20.
      APPEND wa_fld_catalog TO it_fld_catalog.
    ENDFORM.                    " fill_catalog1.
    Plz help....
    Edited by: Prince Kumar on Jan 16, 2009 12:29 PM
    Edited by: Vijay Babu Dudla on Jan 16, 2009 4:27 AM

    Hi Dear,
    Thanks for reply....
    I use this code, in the LOOP AT ITAB...
          IF bseg-ebeln = ' ' AND bseg-KOART eq 'K' .
            itab-lifnr = bseg-lifnr.
          ENDIF.
    But, not working....means its not displaying Vendor name against Document Number in BSEG.
    Plz let me know...How...where i can change,,,

  • Search is not working for MS Word documents

    Hi,
    serious help required for search operation.
    Search operation is not working for MS Word Documents.
    i noticed that, after chekin word documents its status comes as
    GENWWW.
    i already enable file format & extension for word file.
    can somebody help me in this regard.
    Thankx in advance

    Hi
    Please enable the tracing option for :
    requestaudit,indexer
    Enable Full Verbose Tracing .
    Checkin the Ms-Word document and once it fails then check the view server o/p under System Audit Information page and post the error message happening for indexing operation .
    Thanks
    Srinath

  • How to disable 'display pdf (using Acrobat Pro X) in browser'?  Note:  The option is unavailable to un-check box.

    How to disable 'display pdf (using Acrobat Pro X) in browser'?  Note:  The option is unavailable to un-check box.

    Hi URT301,
    Please see this document: PDF Ownership when Reader X is Installed with Acrobat. You'll find several solutions to this problem in the FAQ section.
    Please let us know how it goes.
    Best,
    Sara

  • Whenever i click on word or powerpoint it always brings up a recent document. I want to have the option like when i had first opened the app that gives the options of new document and the variety of different documents. how do i get it back to that?

    whenever i click on word or powerpoint it always brings up a recent document. I want to have the option like when i had first opened the app that gives the options of new document and the variety of different documents. how do i get it back to that?

    tbreezy wrote:
    THANK U!! K ONE MORE QUICK QUESTION. HOW DO I GET RID OF THAT POP UP BOX?
    Not sure, try googling "the global template normal.dotm is already open as an add-in program"

  • Rotating pages - not allowed in an unsecured document

    I'm running Adobe Acrobat 9.1.3.  I would like to rotate the even pages of the document 180 degrees.
    When I select the pages in the page view, or use the document menu, the "Rotate Pages" option is not available to me. (it's listed, but greyed out in the document menu).
    When I look at the security options of the document, it is set to "no security" and everything listed is "allowed."  I have no options available to change anything on this page.
    The document was originally submitted as a PDF/A version - I removed this information from the file using the preflight tool.  It still doesn't work.
    Any ideas?

    In the preferences set the entry 'View documents un PDF/A mode' to 'Never'.

  • TOC not appearing in Printed output

    Hello,
    For some reason, my TOC no longer appears in my printed documentation. It worked, at one point, but now I just see "TOC not found" in the document. I'm not sure what happened to cause this. This only happens in the printed documentation. I've tried creating a new TOC, same results. The TOC works in the sample projects. Can anyone help?
    Louley

    Egh? Updating the table. Please use the camera icon in the screen where you reply and include a screenshot of the TOC in Word, or the error it is showing.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Error: the object is not currently contained in a document

    When I do a save or switch to other pages, I get the following error:
    "Translate error: Error: the object is not currently contained in a document"
    The web page I have open then doesn't render correctly in the window - although it looks fine in a browser. I already tried deleting the cache file and even the entire personal configuration file. How do I fix this? I am using Dreamweaver CS6, by the way.

    I've had a look at your medium.html page in a couple of browsers, as well as in the W3C validator.
    I suspect Dreamweaver is having a problem with the external JavaScript that's loaded on line 20. It's coming from a remote server, and is likely to take some time to load. There also seems to be a problem with the "Begin Widget Config" comment on line 21.
    I noticed that Source Code in both Firefox and Chrome display the Begin and End comments in a different colour from other HTML comments. Also the W3C validator complains about the opening angle bracket of the comment on line 21. When I copied the code into Dreamweaver and removed the template markup, I noticed that Dreamweaver also failed to display the comments in grey. But when I deleted the HTML comment tags and reapplied them, they turned grey.
    It sounds like a long shot, but it looks as though there is something unusual about the characters in the comments on lines 21 and 42. Open the main template, delete those comments, and add them again (or leave them out - they're not necessary).
    If editing the comments doesn't fix the problem, I suggest that you try deselecting the option to display external files (View > Display External Files toggles the option on and off). Alternatively, comment out the reference to the script on searchschoolsnetwork.com while you're working with the files locally.

  • TOC not displaying in translated files

    Using RH8 (HTML).
    Translating English RH source files using TRADOS TagEditor.
    Translations to Chinese and Japanese have worked fine.
    In translations to European languages the TOC does not display in RH nor compiled chm.
    This appears to be caused by the use of 'alpha codes' for the extended character set. For example, an .hhc file with
    <?xml version="1.0" encoding="utf-8"?>
    <toc version="1.0"><properties imagewidth="16" windowstyles="8388642" exwindowstyles="256"></properties>
                    <item name="Introducci&oacute;n">
                    </item>
    </toc>
    does not display.
    But one with
    <?xml version="1.0" encoding="utf-8"?>
    <toc version="1.0"><properties imagewidth="16" windowstyles="8388642" exwindowstyles="256"></properties>
                    <item name="Introducción">
                    </item>
    </toc>
    or
    <?xml version="1.0" encoding="utf-8"?>
    <toc version="1.0"><properties imagewidth="16" windowstyles="8388642" exwindowstyles="256"></properties>
                    <item name="Introducci&#243;n">
                    </item>
    </toc>
    does display.
    Unfortunately, on return from the translators our .hhc files are littered with 'alpha codes' for extended characters.
    Any confirmation of our suspicions and suggestions as to:
    1) How we can rectify the situation, bearing in mind that a manual replacement is not an option due to the number of files and occurrences within those files.
    2) What should have been done to stop this happening.
    would be gratefully received.

    Hi there
    And I too hope that Willam and Peter will forgive me for popping in.
    Peter told you that you need to be creating WebHelp, not WebHelp Pro as you initially stated. By reading this, I'm comiing to the conclusion that you believe you must create WebHelp Pro because you are using the RoboHelp_CSH file.
    "We don't use the Robohelp server, becuase we use the context sensitive help so we lunch the htm via the script RoboHelp_CSH.js within our own web application."
    The thing is, if you are still outputting as WebHelp Pro, you are getting a *DIFFERENT* set of output files that are coded specifically to work within the unique environment that the RoboHelp Server provides. This would explain why the calls aren't being made as expected.
    I could be wrong on this but I don't believe I am. If so, one of the others will surely set me straight. You need to generate your output as WebHelp, NOT WebHelp Pro, then publish that set of files to the server. And the RoboHelp_CSH file will happily use the new set of files. (assuming, of course, that all mappings are correctly set)
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Pages - TOC , TOC is displayed through out the document

    I have a 200 plus page document on Pages, with photos; a book. I've entered titles and subtitles and when I inert TOC, the new TOC appears but it splays all over the document pages, has repeated page numbers and is generally unusable.
    MAC friends have mentioned that Pages has a problem with TOC. However, if I start the TOC sooner in the document, say on page 90, it works fine. So I'm looking for what's different between page 90 and page 221. Why does TOC not work as it should?

    Peter. Thank you, but... I did try insert TOC at the beginning of the document, placing the curser just before the first Title, on page one. The TOC arrives but it is mixed in with the existing document text for around 24 pages. Text -TOC -Text... Jumbled together.
    I go no further because, I don't want my document stuck in this mixed up form. Also many paragraphs get numbered, even though they were not checked in the TOC box. I am using a two column format for the document, with some pages all text boxes, other pages all two column text.
    So I undue, and try some other correction. This is with three items checked in the TOC; Title, Heading 1 and sub title. Each page of my document has one or two of these styles on it, in the body of the page, as you mentioned. I think I am following your instructions, they seem correct, but TOC is still dicey. Puzzled. HMC

  • Java Exception:The relationship ID is not an optional parameter

    Hi Experts,
    We are in SRM-MDM Catalog 3.0.
    When we click a item's short description in catalog search result list to open the item detail, the new screen opened with a internal server error. And the error summary is "java.lang.NullPointerException: The relationship ID is not an optional parameter." I have validated the XML mapping, I can not find any fields which were used for the "relationship ID".
    The SAP notefound in a forum is for SRM MDM Catalog 3.0 SP02 but we are using SRM MDM Catalog 3.0 SP09.Can anyone
    please advise.
    Below is error
    500 Internal Server Error
    SAP NetWeaver Application Server 7.00/Java AS 7.00
    Failed to process request. Please contact your system administrator.
    Hide
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
    java.lang.NullPointerException: The relationship ID is not an optional parameter. at com.sap.mdm.data.commands.RetrieveRelationshipsCommand.execute(RetrieveRelationshipsCommand.java:91)
    at com.sap.mdm.extension.data.commands.RetrieveRelationshipsExCommand.execute(RetrieveRelationshipsExCommand.java:43)
    at com.sap.srm.mdm.Model.getRelationships(Model.java:3510)
    at com.sap.srm.mdm.Model.updateRecordRelationships(Model.java:3683)
    at com.sap.mdm.srmcat.uiprod.ItemDetails.displayFixedItemDetails(ItemDetails.java:6047)
    ... 34 more
    Regards
    Sunil

    Hi Sunil,
    when we upgrade the MDM system we also need to upgrade the java components .
    Only the Internal Catalogs use the name searches / masks which are stored in the MDM system .
    Please re check the Java Component upgrade . May be a few of the componenets are not upgraded properly .
    Let me know your finidings .
    Regards,
    Vignesh

  • Not the right kind of document?

    Downloaded optional plugin earlier of Adobe's ExtrackPlus. Each time I click on icon I get the error message: "Could not complete your request because it is not the right kind of document!"
    Photoshop CS4 Extented
    ACR 5.7
    Win7 Ultimate 64-Bit
    RAM 6GB

    Zeno,  - Thanks again, the information you provided was very helpful. Unfortunately after manually installing the plugin, still no extract tool in the 64-Bit version. It seems Adobe InDesign Premium Suite CS4 provides two versions of PS CS4, 32 Bit and 64 Bit PS CS4 Extended. 32 Bit version of PS4 installed Extract plugin problemlessly. 64 Bit version of PS4's Extended error message stated: "Could not complete the Extract command because this version of Photoshop does not supply the services required by this plug-in module. Any suggestions Zeno?

  • ICloud I do not want to share some documents in the cloud.  I f I turn off iCloud it says I will delete everything already there. How do I know what is already in the cloud

    iCloud I do not want to share some documents in the cloud.  I f I turn off iCloud it says I will delete everything already there. How do I know what is already in the cloud

    Thank you.  When I go into system preferences, then iCloud, then manage, it does not let me view what is there only says:  ex: The documents stored inside Pages take up 623.3KB and gives me the option to: Delete Documents and Data.  It does not let me see what files are there.   I think it is time for me to go back to my apple store and get more acquainted with iCloud and storage and how to manage it.  I had some issues with my mac about a month ago after downloading an updated version.  The issue was related to syncing, iCloud, iTunes, calendar and storage.  I am nervous about loosing more documents, photos, etc..from my Mac.  Thank you for the information.  

  • Will Word 2016 have the option to save documents as the Word 97-2003 file format like Word 2013 does?

    This is talking about if Word 2016 will have the option to save documents as the Word 97-2003 format like Word 2013 does or not.

    Hi Carolyn,
    It sounds as though the filename extension association has become confused on your system. It's odd that it happened after conversion, but it should be easy to fix nonetheless.
    Here are some instructions for changing file associations on both Mac OS and Windows:
    Change File Associations in Mac OS X - OS X Daily
    Change which programs Windows uses by default ... (Windows 7)
    Change which programs Windows uses by default - Windows Help (Windows Vista)
    Please let us know if you have additional questions.
    Best,
    Sara

Maybe you are looking for

  • Reusable footers - Is there a way to automatically apply to all reports?

    Is there a way in OBIEE to have a footer displayed in all of my reports and dashboards without manually setting it up each time? Let's say I have 100+ reports and now I need to give each one of the reports the exact same footer, is there an easy way

  • Choosing an external display

    I have a 15" MBP. It's the model BEFORE the unibody MBPs came out. So, it has a DVI port. I'm looking to buy an external flat screen monitor for use with it. Main uses will be daily work as well as for viewing movies. I'd like some advice as to what

  • Getting error message 1402 & 1500 could not open key

    I cannot download update error message 1500, cannot remove or repair program adobe 9,3,1 error message 1402 could not open key HKEY_LOCAL_MACHINE/SOFTWARE error 1500 canot install update

  • Reprint the Vendor Check

    Hi Experts, User Posted the vendor manual payment using F-58 Payment with Print out. System Voided some checks and gave the void reason code 02 - payment over flow. and system assign replacement check number. In the payment voucher system is printing

  • I renamed my picture folders and now am having iPhoto trouble

    I renamed my file folders for my photos so I could recognize them easier and now I'm having trouble with iPhoto. When I double click on the thumbnail I get a "!". Is there a way to fix this?