Report prompting Report Parameters on clicking Viewer Refresh button

Hi,
We are using Crystal Reports XI release 2 for launching the reports.  Dot net Web forms are used for launching the reports. We are using SQL server stored procedure for getting the report data.  Report Parameter values are assigned programmatically.  Report is launching fine and data are displayed perfectly.
The problem is when I click on the Refresh button available in the report viewer it prompts for all the report parameters to enter the corresponding values.  To overcome this issue I tried to use the u201CReuseParameterValuesOnRefreshu201D programmatically and in crystal report viewer control, but still it is displaying all the report parameters details.
To overcome this issue is there any settings available in the crystal report designer  or programmatically this can be handled ?
I had verified the followings
1.     Report navigations are working fine (move previous, next)
2.     Report export is working fine
3.     Report Printing is working fine
Crystal Reports Version Used
Cystal Reports XI Release 2 Developer Edition (Product Version : 11.5.0.313)
Operating System :
Windows Server 2003 Standard Edition (Service Pack 2)

You are using the original release of CR XI R2.
Download SP4 full build, requires an uninstall first and then install SP 5 and 6 and test again.
To get to the download page click on the Businessobjects tab above and SAP Crystal Report on the left side and then downloads.
Thank you
Don

Similar Messages

  • I can't open a new tab when I right click the refresh button; same goes when I click on History and right click a past site. How do I fix it?

    It happened after Mozilla Firefox's plugin crashed. Whenever I tried right clicking the refresh button or a page in History, it no longer prompted me to "open in a new page." Instead, the box showing the menu bar, navigation bar, etc. showed up. How do I change it back?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Google Sheets: A browser error has occurred. Please hold the Shift key and click the Refresh button to try again.

    Since upgrading to OSX Yosemite last night, I get this error message when I open spreadsheets previously created in Google Drive: "A browser error has occurred. Please hold the Shift key and click the Refresh button to try again." Following these instructions does absolutely nothing.
    Word google docs open fine, as do spreadsheets that aggregate responses from a form and a select few spreadsheets; however most other spreadsheets display the same error message.
    I've tried:
    opening in Google Chrome - uninstalling and reinstalling Google Chrome: same issue
    opening in Firefox: same issue
    opening from sheets.google.com: same issue

    moving tab doesn't work.

  • I get this message when I try to open my google shared docs this week: "A browser error has occurred. Please hold the Shift key and click the Refresh button to try again." - but that click/refresh doesn't work either. What's up?

    # Question
    I get this message when I try to open my google shared docs this week: "A browser error has occurred. Please hold the Shift key and click the Refresh button to try again." - but that click/refresh doesn't work either. What's up?

    The backend end is in serious pain....on many levels.
    Try this: Connection Problems Form

  • Crystal Report/STRUTS: Error (404) when clicking on Control Buttons (Print, Export, Next, Previous, etc...) on report viewer

    Post Author: jwenny
    CA Forum: Deployment
    Need help badly!!!
    We are using the crystal reports plugin for STRUTS.
    We are able to display the report in the crystal report viewer.  However, when we click any control buttons (print, export, etc...), then we get:
    JSPG0036E:  Failed to find resource /Report-viewer.jsp
    We then moved Report-viewer.jsp to the WebContents folder (root directory) and got a different error when we clicked any control button:
    Error:  400 page not found
    Does anyone know how to solve this problem?  For instance, is there a setting or parameter that needs to be set?
    Greatly appreciate any help!

    HI,
    Whenever we print the viewer does an auto postback, I believe due to this some of the values are getting missed. Moreover we are referring to the viewer and reportdocument object, it seems. So can you try this simple code in an application to see if it helps:
    ReportDocument rdoc = new ReportDocument();
    rdoc.Load("C:\TASKECrystalReports\Intraday.rpt");
    rdoc.SetDatabaseLogon("uid","pwd");
    rdoc.SetParameterValues("parameter name","value");
    CrystalReportViewer.ReportSource = rdoc;
    Helps?
    Thanks.

  • Running abap reports in the background when clicked on Webdynpro Button

    Hi Experts,
    I have requirement where when clicked on a Button in a Webdynpro application, it needs to run an abap reports in the background and I need to pass some parameters to the report.
    Is it possible to do that? if yes, please guide me though.
    Reward points for useful tips.
    Sabbir
    Edited by: Sabbir Ahmed on Oct 17, 2008 8:05 AM
    Edited by: Armin Reichert on Oct 24, 2008 10:05 AM

    you can use rfc's model  for this na?
    pass the parameters to the RFC and through that RFC run the report,
    with regards
    shanto aloor.

  • By clicking View Trailer button, iTunes shuts down

    Each time that I click the View Trailer button, iTunes just shuts down. Why is this? I'm using QuickTime 7.1.3.

    Downloading and installing QuickTime 7.1.6 resolved the issue.

  • "A browser error has occurred. Please hold the Shift key and click the Refresh button to try again."

    Just started getting this message while trying to open Google docs I've been using with no problem for years. It appears that many people encountered the same error last year, and more of us are now arriving at the same *&@#! party. Info posted on Google forums is of no help, and I can't access important info I've been sharing with others for some time. Any help available?? Thanks

    moving tab doesn't work.

  • Has the report viewer refresh functionality gone away?

    When we click the refresh button in the DHTML report viewer nothing happens. We are on BOE XI R 3.1. Has this functionality changed since XI R2?

    Hi,
    that functionality is still the same in the combined InfoView assuming you are using SAP authentication.
    Ingo

  • Dynamic report based on Parameters and a Button

    Trying to make a dynmic report based on Parameters entered.Wanted to refresh report when i click on a button say "OK" based on parameters entered.
    (1) created 2 text boxes -- Parameters --One date and other employee No
    (2) on the same page i created a report-region which id dynamic "PL/SQL Function Returning SQL Query "
    In this query i am using the parameters created in step1
    (3) Then i created a Button say "OK" .
    (4) When i enter parameters and then press OK i need to refresh my report in region defined in step2
    This refresh is not happening .
    Not sure what is missing
    I tried using branching it didn't work
    In the dynamic region it shows "No data found"
    Please help

    sachin
    1) make sure there is no Optional Redirect defined on the OK button. That is, make sure the page is really submitted.
    2) in the PL/SQL body generating the query, print out the query using htp.p() so you get to see it and test it.
    3) use the session state link in the developer toolbar in conjunction with the technique in step 2) to debug your query
    Maybe the report region is refreshing, but it just isn't returning any results.
    Sergio

  • Crystal Reports URL Reporting Parameter promptOnRefresh in JSP

    I'm trying to run crystal reports from a JSP file that redirects using a URL string, but the promptOnRefresh=0 parameter that I pass doesn't seem to be preventing the report from prompting for parameters when the report viewer refresh button is hit.
    I'm running BO Enterprise 3.1. In Infoview, all of my report URLs forward their report IDs to a JSP page, (z_dw.jsp), which reads the infoview cookie for a logon token, and creates an IEnterpriseSession to get an enterprise token and the user's info. The JSP then redirects to view the desired report using the URL pattern below:
    http://<server>:<port>/CrystalReports/viewrpt.cwr?id=<reportID>&apstoken=<enterpriseToken>&promptex0="<username>"&promptOnRefresh=0
    The actual Java code to construct this URL is below:
    String redirectStr = "http://<server>:<port>/CrystalReports/viewrpt.cwr?id=" + request.getParameter("rpt")
      + "&apstoken=" + enterpriseToken
      + "&promptex0=\"en" + userName + "\""
      + "&promptOnRefresh=0";
    This forwards to the desired report and prompts for needed parameters correctly. Unfortunately, if the report is refreshed using the report viewer refresh button, all of the parameters are promted for including the reportID, which our users wouldn't know. In the xi3-1_url_reporting_opendocument_en(2010).pdf guide, it mentions that the 'promptOnRefresh' parameter can be set to 0 to prevent this from happening, however it didn't seem to work in my case.
    If anyone can advise me on how to fix this problem or how to disable the report viewer refresh button through a URL string, I would be very grateful.

    This turned out to be a valid bug, and the SAP Design Team fixed it in Fix pack 2.6 for BOXI 3.1 in response to this issue. If you encounter something similar, just upgrade to the latest fix pack and this problem should be taken care of.

  • *Maximum report in one report group (report painter)*

    Hi SAP Experts,
    I'm doing some job on report painter, issue on this is the number of reports in one report group,because in my case I can only insert 7 reports in one report group. Is there any possible way to extend the maximum report allowed in one report group? I'm new in our SAP group & this is my first time to do job in report painter . .
    Help from you experts would be highly appreciated. .
    Thanks.  .God Bless. .

    Hi Krishma,
    You can save this workbook to your PC and email it to your user. They need to open the workbook (with Bex running in Excel). When they click the refresh button they system will prompt them to log on (if they are already not logged in) and then the queries will be executed.
    Hope this helps...

  • How could I pass parameter that depend on values in report from report to form?

    In my case, I want to pass 'gno' and 'qno' values of report
    to form. When click on the button then the form is showed.
    There are automatically values in gno field on form so that user
    don't complete this filed.
    So I create a button on the report . I enter Javascript in
    PL/SQL Code tab in '...after displaying the footer' as follow :
    htp.formOpen
    (owa_util.get_owa_service_path||'portal30.wwa_app_module.link?
    p_arg_names=_moduleid&p_arg_values=1736929105&p_arg_names=_show_h
    eader&p_arg_values=YES&p_arg_names=GNO&p_arg_values=1&p_arg_names
    =QNO&p_arg_values=2');
    htp.formSubmit(null,'New Answer');
    htp.formClose;
    The above code can pass only static value, while I want to
    pass values that depend on value in column of report to form.
    So please tell me how can I pass this value to form. I look
    forward to hearing from all of you. Please!!!!!!
    Thank You

    Thanks for the prompt reply.
    Yes. I am using a Custom Step Type.
    I have attached a trial code which contains the trial VI, sequence and the type palette ini file.
    Please have a look at it.
    Regards,
    Mirash
    Attachments:
    Injection trial.zip ‏35 KB

  • How to prompt for parameters (with details, please)

    Post Author: RainbowRiver
    CA Forum: Data Connectivity and SQL
    I have spent all afternoon on this. It should be fairly simple, but I just can't figure it out and the documentation is not helping.
    This is how the SQL Server stored procedure looks in Query Analyzer, and it works just fine:
    DECLARE @startDate datetimeDECLARE @endDate datetimeSET @startDate = '2007-11-01'SET @endDate = '2007-11-30'EXECUTE MonerisTransaction_ReportNotReconciledByDate @startDate, @endDate
    I have two parameter fields on the report for the two parameters of the stored procedure.
    In the database expert, if I select the stored procedure and click ">" to add it to the selected tables, there is no error message, but when I run the report, no data is displayed.
    If I add a command instead of a stored procedure, what do I type as the SQL query in the "Add Command To Report" text box? The only way I won't get an error message is if I enter the entire five lines of code above. I can add parameters by clicking the "Create" button, but if I don't enter the five lines of code above and I click OK, I get an error message that the start date parameter is missing.
    Why does it have to be so complicated?
    Can anyone help me? My job is at stake!

    Post Author: RainbowRiver
    CA Forum: Data Connectivity and SQL
    I've figured it out for those who have the same problem.
    On the Database Expert screen:
    1. Expand the "Current Connection" node.
    2. Right-click "Add Command" under your connection and select "Add Command to Report" from the drop-down menu.
    3. On the "Modify Command" screen, in the text box with the header "Enter SQL query in the box below", enter:
    DECLARE @organizationID intDECLARE @date datetimeSET @organizationID = {?organizationID}SET @date = {?date}EXECUTE Report_ReconciliationSummary @organizationID, @date
    4. Still on the "Modify Command" screen, In the list with the header "Parameter List", create the following parameters:
         organizationID
         date
    5. Click OK.

  • How to use LOV on a derived table dependent on a prompt for Webi web intelligence view.

    The semantic layer has not created a defined LOV for the derived table.   This only happens when pulling columns from derived table which depends on a prompt for unique selection.  When pulling from derived table that does not depend on a date prompt does not have an issue in Webi.
    I don't know if this is a universe design issue or WEBI.
    Webi Rich internet application   selects the date prompt first but if click on Storeno in List it returns a LOV with auto refresh.
    Webi Web Intelligence returns  List of Values for current prompt requires values for following prompts:   and when you click to refresh  webi responds with 'undefined'

    Hi…
    Can you check Prompt : Store No is created at universe level and defined the syntax correctly
    @Prompt(1,2,3,4,5)  insert a prompts in SQL. When the user runs the query, the user is prompted to enter a value for a refresh each time.
    1 = 'Prompt Text Message'
    2 = 'Prompt Type'  (i.e. A,N,D,U)
    where A= Character, N= Number, D= Date, U= Unit.
    3 = 'Class Name/ Object Name'
    4 = 'Multi/ Mono'
    Multi means Multiple ( Example = 2004,2005,2011)
    Mono means Single ( Example = 2012)
    5 = Free/Constrain (Type value or select value in LOV/ Select Value)
    Example for creating a @prompt filter is below
    @Prompt('enter year','A','time period/year', Multi', Free)
    Pointer to a “List of Values” from an existing universe object. You invoke the target list of values by double-clicking on the object contain ing the list of values that you want to use in the "Classes and Objects" panel. This gives the Class name and the Object name, separate ed by a backslash. It must be enclosed in single quotes. For example: 'Client\Country'. When you are using “Index Awareness”, and you want to return the key values for an object,set the 5th value to primary_key
    • Hard-coded list of single values or value pairs. The values in a pair are separated by a colon. Each value is enclosed in single quotes. The pairs of values are separated by a comma. The whole list is enclosed in curly brackets. Set the constraint to primary_key
    http://www.businessobjectstips.com/tips/web-intelligence/prompt-functions-the-next-step-optional-prompts/

Maybe you are looking for

  • How do i send an attachment to another recipient in a separate email

    I get alot of attachments that I have to print, scan, and attach to another email. I think there should be a way to just attach that doc to a new email, I know I could just forward the whole thing, but i do not want to forward the original email.

  • I have been blackmailed, please give me guidance.

    Hey, I did something stupid on skype and got video taped by a person name "mel". The played back the first portion of the video to me. I immediately closed my computer, deleted and blocked them, i never gave them my real name or facebook or anything

  • How to restart adpatch interactively

    Hi All, I am in the process of upgrading my EBS 11.5.10.2 to 12i. Currently applying patch 6678700,I started the patch with 48 workers... Now the server seems to be hung and all workers except 1 is in waiting state. One worker is running ap_holds_all

  • Best way to get mp3 converted?

    I need to do "what ever" to get my mp3 music files to my 3g iphone.........!! I search and get everything except what info I need..

  • No Option to Import AVI in CS5

    I created a Premiere Pro CS5 DV-NTSC project. I am trying to import all my avis, but under File Types, "avi" is not even an option. Nor is "All File Types". What's going on?