How to modify the "To Print" Steps in the Print the Report Dialog box

From the Crystal Reports Viewer Toolbar, when selecting the Print option,
a 'Print the Report' Dialog box opens. Is it possible to modify the 'To Print' steps?
We tried modifying  (commenting-out the To Print steps) in strings_en.js and export.js, but
when running, the changes do not show up.
We are using Crystal Reports for Visual Studio 2008, Crystal Reports Viewer Version=10.5.3700.0
Thank you.

A warning 1st. Modifying the export.js file is not supported and may lead to all kinds of issues. Also, as soon as somebody else installs an app on that machine, the js files will get overwritten and thus removing your changes.
Second, I do not think the print dialog is defined in a JS file. In CR 10 I think we built our own print dialog and there is no control over it (e.g.; no exposed APIs).
I think your best bet will be to create a printer dialog as per your requirements and  launch it from your our own print button.
Ludek
Follow us on Twitter http://twitter.com/SAPCRNetSup

Similar Messages

  • HT204406 My iMatch is crashing every time is reaches the end of step #2 - checking all the songs in my iTunes library.  There are 4,389 songs to match, and when it reaches 4,388 songs checked and matched, it crashes and shuts downs iTunes altogether.

    My iMatch is crashing every time is reaches the end of step #2 - checking all the songs in my iTunes library.  There are 4,389 songs to match, and when it reaches 4,388 songs checked and matched, it crashes and shuts downs iTunes altogether.

    hi i had the same problem today when i updated my itunes to latest version. however, i have just found my songs in the 'itunes media' folder. this was accessed through 'my music'  then keep clicking through until you find itunes media and all my library songs were in there and i then just added these files to my library and all were restored however, i have lost all my playlists but at least my 700 songs are back. very dissapointed with apple that they have let this happen with their latest update, the previous version was miles better than this one . hope you find them. stevo

  • I started downloading ITunes Match last night.  The first 2 steps downloaded okay.  The 3rd step is stuck at the beginning 64 out of 2479.  It is still stuck.  What should I do?

    I started downloading ITunes Match last night.  The first 2 steps downloaded okay.  The 3rd step is stuck at the beginning 64 out of 2479.  It is still stuck.  What should I do?

    Are you using the charger and cable that came with the phone?
    Are you using an unauthorized third party charger?

  • HT5576 When I go to the password and security, there is no Select "Start" under the words "two-step verification" and follow the instructions on the screen

    When I go to the password and security, there is no Select "Start" under the words "two-step verification" and follow the instructions on the screen

    Hey Podducbnov,
    Thanks for the question. It sounds like you are trying to setup Two-Step Verification. After logging into http://appleid.apple.com, click "Password & Security". At this time you will probably be prompted to answer your security questions, go ahead and do so. Afterwards, the top section has a "Get started…" link to setup Two-Step Verification:
    Apple ID: Frequently asked questions about two-step verification for Apple ID
    http://support.apple.com/kb/HT5570
    Thanks,
    Matt M.

  • Re-show the FPGA Successful Compile Report dialog box

    Hi, everyone,
    Could anyone tell me how to re-show the FPGA Successful Compile Report dialog box?
    I clicked the check box "do not show this massage in the future" on the dialog
    It won't show up anymore
    I need to know the accurate onboard clock rates on my FPGA.
    so the "Target specific properties" can not satisfied me...
    Is there anyone know how to solve this question? ~~Thank you

    To reenable the compile report you must modify LabVIEW's INI file. Make sure the line nirviShowCompileReport=TRUE exists in the ini file. Let us know how that works out!
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • TS3992 One of the back up steps is to lock the screen.  How do I do that?

    In backing up icloud one of the steps is to lock the screen.  How is that done?
    Thanks,
    Rita

    Press and release the power button so the screen goes dark and your phone is in "sleep mode".  It must also be connected to your wifi and an external power source such as your wall charger.

  • How to Modify Search for Leads using Date types in the Assgmnt Block Date

    Hello Experts,
    I have a requirement to modify the search for Leads using Dates in the Assignment Block Dates and using the Posting Date of the transaction.
    Any ideas?
    Thank you in advance,
    Justin

    If you look at the grants, you'll see that there are over 170 objects from the FLOWS_030000 granted to PUBLIC:
    SQL> select count(*) from dba_tab_privs where owner= 'FLOWS_030000' and grantee = 'PUBLIC';
    173
    If we were go grant these privileges to a role, called APEX_APP_RU, and grant this role to APEX_PUBLIC_USER and any schemas an application is linked to (Workspace to Schema), would that be a workable solution?
    The only problem I see right off hand that this might not work is that PUBLIC has synonyms created for the FLOWS_030000 objects. If we revoke the underlying privileges, because of the synonyms, this might not work.
    SQL> select COUNT(*) from dba_synonyms where table_owner = 'FLOWS_030000' and owner = 'PUBLIC';
    176
    Does anyone else have any ideas?

  • TS1389 when i changed my browser to IE 8, I am no longer able to play the songs I purchased. I keep getting a dialog box saying "this computer is not authorized to play this song. Would you like to authorize it? The box has an old apple ID . How do I get

    I try to play the Itunes song I purchased. I have a new computer, another internet provider since I purchased the songs, and have switched to a new internet browser Internet Explorer 8. I keep getting a dialog box saying "this computer is not authorized to play the song. would you like to authorize it?
    An old Apple ID popps up and I am asked for the old passwork which I no longer remember. I successfully changed to a new Apple ID and password.
    when I enter that, a new dialog box appears, saying "this computer is already authorized." When I try to play the song the first box appears again,
    I I go round over and over, with no success playing my songs. Can anybody out their resolve this? Thanks for any help

    Were these songs purchased using another account?
    " I opened a new iTunes account and copied the files to the new account.  "
    Do you mean to a new library?
    Account is a user neame and password with which you purchase content.
    A library is your collection of media.

  • How can I forward next page, and then pop-up a download dialog box.

    My require is that pop-up a download dialog box after forwarding next page.
    I have read the coding in the processFormRequest of current page like below,
    but I find out that it only can pop-up a download dialog box,
    however, it can't forward the next page.
    pageContext.setForwardURL("OA.jsp?page=/oracle/apps/xxfm/fm002/webui/TEST001PG",
    null,
    OAWebBeanConstants.KEEP_NO_DISPLAY_MENU_CONTEXT,
    null,
    null,
    true,
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO,
    OAException.INFORMATION);
    //set default file name: [YYYYMMDDhhmm_IN.EXCEL,FILE_NAME.csv]
    StringBuffer strFileName
    = new StringBuffer().append((pageContext.getCurrentDBDate().toString().substring(0, 16))
    .replaceAll("-","").replaceAll(" ","").replaceAll(":",""))
    .append("_IN.").append(strExcelFileName).append(".csv");
    //give csv file content
    BlobDomain csvFileBlob = (BlobDomain)am.invokeMethod("createCsvFile");
    //setenv
    HttpServletResponse response
    = (HttpServletResponse)pageContext.getRenderingContext().getServletResponse();
    response.setContentType("application/octet-stream");
    response.setHeader("Content-Disposition", "attachment; filename="+strFileName.toString());
    System.out.println("fileName : "+strFileName.toString());
    //download
    InputStream fileIn = csvFileBlob.getBinaryStream();
    long fileLen = csvFileBlob.getBufferSize();
    int readBytes = 0;
    int totalRead = 0;
    byte blockgbyte[] = new byte[65000];
    response.setContentType("application/x-msdownload");
    response.setContentLength((int)fileLen);
    while((long)totalRead < fileLen)
    readBytes = fileIn.read(blockgbyte, 0, 65000);
    totalRead += readBytes;
    response.getOutputStream().write(blockgbyte, 0, readBytes);
    fileIn.close();
    response.getOutputStream().flush();
    I don't know what's matter in the app, can you tell me how to deal with it.
    Thanks in advance.

    Hi there,
    I have a similar requirement. User will download search results in a CSV file after which I want either the page to be refreshed or to be able to goto a Confirmation page or navigate to another page.
    I tried using setForwardURL / forwardImmediately / redirectImmediately methods as well as redirectToDialogPage. Since we use pageContext.setDocumentRendered(false); and response.getOutputStream().flush(); methods, the HttpResponse is already committed.
    Hence, the page does not redirect to another page as Request is processed and Response is complete. In case of methods like setForwardURL A JSP forward redirects the same request object to the target URL.
    Can anyone help here to achieve the expected requirement?
    Thanks.

  • Editing the folder links in DW,FW "Open/Save As" dialog box

    i found apps to change the folder links in the left column of my various Windows7 Open/Save As dialog box, but it doesn't affect those in DW,FW. is there a way to do this?
    thanks
    GN

    Take a look at this:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_17216&sliceId=1
    Bryan Ashcraft (remove BRAIN to reply)
    Web Application Developer
    Wright Medical Technology, Inc.
    Macromedia Certified Dreamweaver Developer
    Adobe Community Expert (DW) ::
    http://www.adobe.com/communities/experts/
    "eliblow" <[email protected]> wrote in
    message
    news:fjkqvv$gig$[email protected]..
    >I would like to create open Save As dialog using
    ColdFusion. The user will
    >be
    > clicking a button and the dialog will pop up asking the
    user if he want to
    > save
    > the file. I know that it can be done using JavaScript,
    but I am not sure
    > how it
    > could be done with CF. any suggestions?
    >
    > Thank you in advance.
    >

  • How does convert document to working cmyk after adjusting in profile mismatch dialog box?

    When there`s a profile or policy mismatch dialog box here,there`s an option about adjust the document to match current colour settings.But when the assign profile doesn`t match the working space,the check box of "convert document to working cmyk after adjusting"can choose.
    But question come out,when I check the box,I find the profile auto turn to working cmyk profile,there`s nothing to do with the assigned profile I chosen.
    So when to choose this option?why not directly choose the working cmyk profile?
    some more questions.about the "placed content"option,I`m not quite catch the meaning of the options.such as "keep existing assignments"."disable all profiles"."enable all profiles".Can anybody answer me?

    If I make a document with Color Settings' CMYK policy set to Off like this:
    Save and close the doc then change Color Settings to this:
    When I open the document the mismatch dialog tells me the document has no profile assigned while the current policy is set to preserve (the Off policy meant no profile got assigned).
    Clicking Adjust... lets me change the document's policy from Off to the current Preserve Embedded and choose the profile I want to assign which can be any available CMYK profile including the current working space. 
    A document's profile assignments can also be changed via Edit>Assign Profiles..., but the document's policy can only be changed from the Mismatch dialog
    If I click Adust... the profile I choose from Assign Profile is now the document's profile:
    Which is confirmed when I open Edit>Assign Profiles...

  • What is the right sdk api to work with webi reports in BOXI Release 4?

    Hello,
    I just read in the omg model for rebean (sdk for working with webi report documents) that all functions to access the report structur and layout are no longer availabe beginning with Release 4.
    Can anyone confirm, that this is the case?
    Are those functions moved to a different SDK component?
    Thanks in advance,
    Bernd
    Dokumentation about rebean _omd
    u2022 The object model shows many funtions , classes in red which means:
    Note: The Classes, Interfaces, and Methods marked in red are no longer functional from the SAP
    BusinessObjects Business Intelligence Platform 4.0 release onwards.
    u2022 Among those functions are all !! We need to analyze the report layout
    u2022 No longer supported: DocumentInstance.getDictionary() , DocumentInstance.getOpenDocumentInfo(), DocumentInstance.getResourceManager(), DocumentInstance.getStructure()
    u2022 Classes no longer supported: ReportElement, ReportDictionary, Query, QuerySorts, DataSourceObject(s), SQLDataProvider,QueryNode, DPExpression, QueryContainer, Link,
    u2022 Classes no longet supported: ReportBody, ReportContainer, ReportStructure, ReportBlock, Graph, *Table
    u2022 Classes no longer supported: Cell, PageHeaderFooter

    Thank you for the information srrachna !
    Well, the point with the report engine sdk is a surprise. What is the sense of new functionality when you cannot use it (spoken for the api processing), and in addition when the new functionality eliminate functionality which was available before in the sdk.
    In my view this cut is to hard. The .pdf speaks from deprecated, but the blog and the information in the report engine api speaks a different language. The functionality is not just deprecated but no longer available.
    Hope SAP will address that before relase 4 becomes GA in May 2011.

  • How to modify F4 help of one parameter based on the value of another?

    Hi,
    My Query is as follows:
    I have 3 select-options / parameters on the selection screen.
    If I enter some value in the first parameter the values in the second parameter should reflect accordingly.
    For example: The 3 selection-screen parameters are:
    select-options: s_werks for pa0001-werks no intervals,
                          s_btrtl for pa0001-btrtl no intervals,
                          s_kostl for pa0001-kostl no intervals.
    On exceuting the report, say I do a F4 and select '1000' for the first parameter (s_werks).
    Now after selecting the value for the first parameter if I do a F4 on the second parameter (s_btrtl) then it should prompt me with a F4 help containing values only corresponding to '1000' entered in s_werks and not all the values maintainined for btrtl.
    I have tried AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_BTRTL-LOW.
    And then used the FM F4IF_INT_TABLE_VALUE_REQUEST.
    But At Selection-Screen On Value Request the selection screen parameter s_werks does not show any value. It reflects the value only once it reaches Start-of-selection.
    Can anyone please guide me how to go about it?

    hi
    Please do it in this way..
    TABLES: pa0001.
    select-options: s_werks for pa0001-werks no intervals,
    s_btrtl for pa0001-btrtl no intervals,
    s_kostl for pa0001-kostl no intervals.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_BTRTL-LOW.
      PERFORM sub_pop_btrtl .
    *&      Form  sub_pop_btrtl
          text
    -->  p1        text
    <--  p2        text
    form sub_pop_btrtl .
    DATA :  l_wa_dynp TYPE dynpread,
            l_i_dynp TYPE STANDARD TABLE OF dynpread,
            l_wa_temp LIKE LINE OF S_werks.
    REFRESH s_temp[].
      l_wa_dynp-fieldname = 'S_WERKS-LOW'.
      APPEND l_wa_dynp TO l_i_dynp.
    Get the screen values of template
      CALL FUNCTION 'DYNP_VALUES_READ'
        EXPORTING
          dyname               = sy-repid
          dynumb               = sy-dynnr
        TABLES
          dynpfields           = l_i_dynp
        EXCEPTIONS
          invalid_abapworkarea = 1
          invalid_dynprofield  = 2
          invalid_dynproname   = 3
          invalid_dynpronummer = 4
          invalid_request      = 5
          no_fielddescription  = 6
          invalid_parameter    = 7
          undefind_error       = 8
          double_conversion    = 9
          stepl_not_found      = 10
          OTHERS               = 11.
      IF sy-subrc <> 0.
    Do Nothing
      ENDIF.
    Put the screen value in the select-options
      READ TABLE l_i_dynp INTO l_wa_dynp INDEX 1.
      l_wa_temp-sign = 'I'.
      l_wa_temp-option = 'EQ'.
      l_wa_temp-low = l_wa_dynp-fieldvalue.
    Now you use l_wa_temp as plant field
    endform.                    " sub_pop_btrtl

  • How to modify horizontal​.xsl to add few columns in the Result table?

    I would like to add few input parameters from my parameter variables in my report table using horizontal.xsl. It is like add columns to the table. Can someone advise?
    thanks
    rgds,
    toko

    toko,
    maybe you want to take a look here.
    hope this helps,
    Norbert B.
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Printing only blank pages and Page setup dialog box is black

    When I go to firefox - Print - Print preview - Page setup OR
    Firefox - Print - page setup
    This dialogue box is black. I can't move or adjust it. Nothing is on that screen.
    When I print a webpage (ctrl P, or Firefox, print) nothing is printing.
    I tried a suggestion of resetting by following the instructions here. That did not work.
    http://kb.mozillazine.org/Problems_printing_web_pages#Reset_printer

    I just experienced this problem, and stumbled upon the cause and the fix. When I went to "File" and then "Print Preview" I was getting a "black" screen where the preview should have been. I tried the suggested fixes related to about:config printer settings and add-on's, etc... but it did not help.
    Then, I looked at the "Page Set-up" when I was on the "Print Preview" page. The bottom margin (for whatever strange reason... have no clue) was set at a huge number of inches... like 43801.4 or some such. I changed it back to 0.3 inches... fixed it. Can print just fine now.
    So... if all else fails: check your margin settings on page set-up.

Maybe you are looking for

  • SharePoint 2010 with OAM 11g

    We are currently trying to integrate SharePoint 2010 server with OAM 11g with 10g webgate. In our environment SharePoint site is configured with Claims based authentication with LDAP provider for membership. We have performed all the configurations b

  • Linked file can't be downloaded from a PC...

    I wanted to put up a toast file on my web site for friends to download. I dragged the file to the page to create the hyperlink. I then published to a folder and transfered the page file and toast file to my web site via ftp. The page is called downlo

  • I need help with my event-based cue points with audio

    Im having trouble with my video game project for my action script 3 class at school. Here is what i did, i made a game called Tailgate toss up. I filmed my character and rendered it in Adobe Premiere. I than brought my .mov file into After Effects an

  • Corrected pages not uploading to host

    I feel like I'm beating my head against a wall; no matter how many times I "put" the files to my hosting service, and I've verified that the files are correct on my computer, when I view them on any browser, many of the pages are not corrected.  It p

  • Problem with SImple Select Query

    Hi I am trying to write a simple Select SQL to a table and find out whether certain data exist or not. I have done this before but now for some reason this one is not working. I started like this select single * from ANLH where ANLN1 = rec-Asset