Progress Indicator not displaying

Hello,
We have an existing web application built using older version of Crystal Viewer control that doesn't display any progress indicator when the report starts running. However I see with CR 2008, it's possible to display a progress indicator.
I have migrated the application to work against CR 2008, however I am unable to display the progress indicator. I added the following configuration entries but with no difference.
<businessObjects>
    <crystalReports>
      <crystalReportViewer>
        <add key="resourceURI" value="/crystalreportviewers12" />
        <add key="processingIndicatorDelay" value="5"/>
        <add key="processingIndicatorText" value="Thank you for waiting."/>
      </crystalReportViewer>
    </crystalReports>
  </businessObjects>
Has anybody experienced this problem?
Please assist.

I don't know if you are using the below, but if not, add it;
<configSections>
    <sectionGroup name="businessObjects">
      <sectionGroup name="crystalReports">
        <section name="crystalReportViewer" type="System.Configuration.NameValueSectionHandler"; />
      </sectionGroup>
    </sectionGroup>
  </configSections>
Also, use this code:
  <businessObjects>
    <crystalReports>
      <crystalReportViewer>
        <add key="processingIndicatorText" value="Thank you for waiting."/>
        <add key="processingIndicatorDelay" value="20"/>
      </crystalReportViewer>
    </crystalReports>
  </businessObjects>
Finally, make sure you have applied SP 1;
https://smpdl.sap-ag.de/~sapidp/012002523100006555792009E/cr2008win_sp1.exe
Or SP2:
https://smpdl.sap-ag.de/~sapidp/012002523100009038092009E/cr2008win_sp2.exe
Ludek
Follow us on Twitter http://twitter.com/SAPCRNetSup

Similar Messages

  • Delivery Completed Indicator Not Displaying in Purchase Order Screen

    Hi,
    Here clinet system has 2 document types for service orders. In one type of service order I can see the delivery completed indicator checkbox in purchase order screen & in other type of service order I am not able to see the delivery completed indicator chekbox.
    I have checked the screen layout for both purchase order types & assignement of layout to both order types. In both screen layout types I found that Delivery Completed Indicator Checkbox as Optional Entry. System should display delivery completed indicator in both type of Purchase Order create/change/display screen. Then why it is showing in one type of service order and not in other type of service order.
    Awaiting your reply.
    Regards
    Pradip

    Hi Pradip,
    You check the for your document type which field selectio is assigned in config
    spro-MM-Purchasing-purchase order- define document types
    And then go to
    spro-mm-purchase- purchae order-Define Screen Layout at Document Level
    select the field slection which is assigned to your document type and then go details and then double click the GR/IR and then select it as optional if it is selected as hidden.
    Cheers
    Chris

  • Display a progress indicator in the jsp

    Hi to all;
    Once more i need your help.
    I have built a website that can connect insert and retrieve data into and from any database.
    My problem is that, since some of the insert operations take long to complete, I would like a pop up progress indicator to display in order to keep the user inform.
    I have tried AJAX stuff, but i am not satisfied.
    Is there another way to work this out?
    I use sun studio creator and java.
    Thanks

    Encephalopathic wrote:
    DrLaszloJamf wrote:
    What all the koolio kidz be using these days is JavaFX, although I calls it Jizzle.
    I'm not sure about the "koolio kidz", but Sun is sure putting its marketing and development might behind this and apparently to the detriment of Swing. :( Maybe we all will be FX'ing in the near future.I really am waiting for them to get a rapper to start shilling for JavaFX, the way Snoop Dogg played golf on a commercial with Lee Iacocca to sell the Chrysler 300.

  • No progress indicator or report for Tools menu sequence execution?

    I have a sequence that I call from the TestStand customized Tools menu.
    This sequence generates custom reports on sequences. The report generation
    process can take anywhere from 10 to 60 seconds (there are DB queries
    involved).
    I hoped to use the TestStand progress indicator to display the report
    generation progress and the Report.Load method to display the report to the
    user when its done.
    If I set a breakpoint on the first step of the report generation sequence
    and run it, everything works as expected after I proceed from the break
    point. The progress indicator comes up and updates itself. And the
    operator gets a copy of the report in the Report tab of the execution
    window.
    However, if I don't set a bre
    akpoint, an execution window never pops up. No
    progress indicator, no report when done.
    I assume its got to do with interactive v. non-interactive execution. Is
    there a way to force a Tools menu sequence to execute as an interactive
    execution so I get the execution window to pop up?
    Bob Rafuse
    Etec, Inc.

    James,
    > I think tool menu items are run with the ExecTypeMask_InitiallyHidden
    > and ExecTypeMask_TracingInitiallyOff flags passed to the
    > executionTypeMaskParam parameter to Engine.NewExecution. Thus tool
    > menu executions don't appear in a window unless you hit a breakpoint.
    >
    > In a simple tool menu sequence, I added a statement step with the
    > expression RunState.Tracing = True. This caused the window to appear
    > so the progress indicator and report are visible.
    Thanks. I forgot to mention that I'd tried that... still no luck. I added
    the RunState.Tracing = True as a statement as the first step in my Tools
    seqeunce call. The execution window still does not appear. Is there some
    place special this statement needs to be?
    Are there any global setting
    s that override the Tracing flag? If I check
    Enable Tracing in Station Options, while the window pops up, the execution
    takes unacceptably long as TestStand traces every single step, even when
    tracing speed is set to max. I can't find any other setting that seems
    related to this...
    Any other ideas?
    Thanks,
    Bob
    Etec, Inc.

  • Progress Indicator Lost in Tray

    Hi,
    when I open a Web Dynpro proxy page within a tray the progress indicator is lost. When opening the same page in a new window without a tray, for example via preview the progress indicator is displayed. Anyone who can explain why the progress indicator is not visible within a tray?
    Thanks!
    /Elvez

    No solution found.

  • Getting the TOC progress indicator w/o displaying the TOC?

    Hi,
    I want to display the progress indicator (that is, the 00:30 / 06:00 Minutes widget that comes with the TOC) in my Captivate output, but I do not want the TOC. Is there any way to display this type of progress indicator without the TOC (in Captivate 4 or 5)?
    Thanks!

    Abhishek,
    The goods movement will not be allowed without system status release.
    But with user status you can block goods movement even if the system status is "Released".
    Regards
    Kannan G

  • Progress indicator icon does not appear in Sap Portal

    Hi experts.
    Currently, i Have developed a WD ABAP which contains a progress indicator icon. When I execute this WD from backend (R/3 via SE80) the Icon progress appears while the WD is recovering data, building structure, etc...
    The problem appears when I access to the scenary from SAP Portal, because from SAP Portal does not appear the Progress Icon. Someone can tell me why the icon is not appearing, and how Can i solve it???
    Thank in advance.
    Best regards

    Hi Thomas.
    First of all, thanks for your answer.
    My problem is that I can obtain a progress indicator icon (a circle moving) when I am inside of my Ivew, but I need to show this icon also in the first step, during the initialization. The initialization of my scenary is a hard process which spent a lot of time, and I wonder if is possible show a Process indicator Icon while all data are being recovery. This icon is showed when I run my webdynpro in the Backend, but this icon does not appears qhen the new Internet Explorer Windows is opened.
    Do you know how to show it???
    Thanks again.

  • Image Display got rotten (really: the Indicator, not the Image!)

    I'd like to hear comments on the following VI, containing just a single Image Display Indicator, which, for some reason got corrupted during porting across LV versions and resizing. By divide and conquer I found that it was the origin of pretty odd problems that I was observing in a complex VI: absence of front panel updates, pull down menues not displayed, actions needing a double press of buttons, and so on.
    The VI is saved from LV2012 windows, also attached as saved for 8.5. Just opening it, on 2 installation of Labview, I turn labview into something responding oddily. (try to pull down a menu, e.g.). Linux LV seems not to suffer from it, maybe because it places a nonfunctional FP placeholder for this control, without trying to cope with its nonfunctionality.
    The question is perhaps, why LV doesn't detect the problem and behaves so weirdly with it -- bug?
    Enrico
    Attachments:
    BadImage.vi ‏34 KB
    BadImage85.vi ‏36 KB

    Yes, I was able to see this trouble as well. Checked in different versions (2010 and 2012 x86/x64). But was unable to re-create this VI from scratch. It seems to be that Vision Control was broken in customization attempt where cluster with buttons was rearranged from vertical to horizontal position (may be in combination with saving for previous LabVIEW version).
    Time to time I do the same (for example save VI with vision controls from v. 8.6 to 7.1) and I've got lot of situations when "downgraded" VI cannot be opened or caused just crash, or broken. Something is wrong.
    Quick and dirty analysis of the given "BadImage.vi" shows that the problem with refreshing is present. LabVIEW tries to refresh this control continuously.
    In Process Explorer we can see one thread with 100% CPU load (overall 20-25 percent, because I have 4 CPUs):
    In Call Stack we may see DrawImageControl function which is called from niviswnd.dll.
    Well, load this stuff into debugger, set breakpoint and see - this function called continuously:
    called somewhere from SetPIClusterPartSize from LabVIEW.
    I don't want to go deeper into call chain analysis (anyway makes no sense without source), but short walking in debugger shows that messages continuously fired:
    Check it with Spy:
    There are thousands WM_PAINT messages which continuously sent to the Window with this weird control. Looks like attempts for update, but due some internals errors this called again and again.
    The messages queue is full with WM_PAINT - therefore LabVIEW is "unresponsive" - context menus cannot be shown, dialogs cannot be closed, slow reaction, etc.
    Sorry for slightly off-topic above, but may be this will be helpful for NI's engineers for further investigation.
    Andrey.

  • Quiz progress not displaying as desired

    Hi Guys,
    I've posted around this issue previously - noting that all questions in a project are considered part of the quiz. Here is the issue - I have a project with several topics in a single captivate file. Each topic contains a few 'practice' questions. The problem occurs when I get to the final assessment - captivate considers previous practice questions as part of the quiz - so any score applied to these questions are counted as part of the final assessment score. I fixed this issue by setting the score to zero for each of these practice questions.
    My bigger issue now is the client wants to show progress through the quiz - i.e Show Something like 'Question 1 of 10' throughout the quiz.  When I set show quiz progress captivate then cleaverly counts each of the questions (inc the p;ractice questions which are not scored) in the project and then on the first Assessment slide shows progress as 'Question 12 of 22'. (12 including the first 11 practice questions and the first assessment question.)
    How do I reset this counter so I can show progress in my assessment starting from Question 1 and not 12??? Any ideas/suggestions would be much appreciated.

    Hello,
    That is OK, and would have been my workaround too (using a dedicated master slide with Text Caption). To initialize the variables would be better(?) by using an advanced action when the Question slides start (on entering the first Question slide), at least if you want to have the correct progress indicator on retaking the Quiz. Perhaps it is my misunderstanding, but from your explanation I conclude that you initialized the user variable when creating it? One of my recommendations when playing with advanced actions + user variables is to be careful about initializing, taking into account all possible situations. Sorry if this really superfluous to you. But you also mentioned that this was the first time you were using advanced actions and variables in Captivate.
    Personally I have been writing articles and blogging about advanced actions in Captivate 5 since several months. Here is the link to one of the blog posts that could perhaps give you some inspiration:
    Tips for Advanced actions
    Lilybiri

  • Display Progress Indicator in the Run Time

    Hi All,
    How do display Progress Indicator in the Run Time for a JSF Page using ADF components?
    Regards
    Santosh

    I have similar problem.
    Basically my page do search in the database which takes some time. so when search starts I would like to display the progress indicator or some thing which will show some processging is going on in background. Once it completes the background processing, the same page displays the result. At this time I want to hide the progress indicator.
    Is there any way to do this. I am using EA17 with JDev.

  • The progress indicator in version 11.0.1.2 does not appear when a song or podcast starts. It may or may not appear during play.

    The progress indicator in version 11.0.1.2 does not appear when a song or podcast starts. It may or may not appear during play. How do I make it appear so I can start a podcast in the middle of the program?

    No errors in error console. No effect using *. I tried using the dns name of my localhost both in the Firefox URL and in the javascript and I get exactly the same. I have spent a huge amount of time looking into this issue.
    One thing I noticed is that if I use the examples on the internet (http://arunranga.com/examples/access-control/preflightInvocation.html or http://saltybeagle.com/cors/) they work in the same browser. These examples however, are accessed through HTTP proxies.
    I am wondering if the issue has to do with using the same hostname just with different ports.

  • Progress indicator does not move

    Windows xp 64 bit. I have the newest version installed.
    When I try to do daily jigsaw at shockwave.com, it says:
    "adobe shockwave player is now installing" but nothing happens
    The progress indicator does not move. Self help did not work,
    uninstlling and reinstalling standalone, etc. The Flash advertisement
    befor the game works fine. Wasted several days on it.
    Thank you.

    i have sam problem to, anyone..??? help
    regards,
    -Made  Jaya -
    Find more choice for  kuta, legian seminyak hotels discount at  kutahotelsbali.com

  • Progress bar does not display

    Hello. I have a class which display a progreess bar progresssing when run from main. But same class when run from another class it does not display. When the progress is over then it displays.
    The same prob i had with my splash. run from main everything alright. But from another class image in splash is not loaded. Do u have an answer?
    progress bar class
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.print.*;
    import java.sql.*;
    import javax.swing.border.*;
    public class progress extends JFrame
    static final int MY_MINIMUM=0;
    static final int MY_MAXIMUM=100;
    JProgressBar pbar;
    progress()
    pbar = new JProgressBar();
    pbar.setMinimum(MY_MINIMUM);
    pbar.setMaximum(MY_MAXIMUM);
    JLabel label =new JLabel("Timetable Generation in Process");
    label.setFont(new Font("Garamond",Font.BOLD,21));
    JTextField text=new JTextField();
    // JPanel_Background mainpanel=new JPanel_Background();
    JPanel mainpanel=new JPanel();
    JPanel pan=new JPanel(new GridLayout(3,1,20,40));
    JPanel pan1=new JPanel();
    JPanel pan2=new JPanel();
    JPanel pan3=new JPanel();
    double value =pbar.getPercentComplete();
    // text.setText(value);
    pan2.setSize(100,20);
    pan.setOpaque(false);
    pan1.setOpaque(false);
    pan2.setOpaque(false);
    pan3.setOpaque(false);
    pan1.add(label);
    pan2.add(pbar);
    // pan3.add(text);
    pan.add(pan1);
    pan.add(pan2);
    pan.add(pan3);
    mainpanel.add(pan);
    getContentPane().add(mainpanel);
    public void updateBar(int newValue)
    pbar.setValue(newValue);
    public static void main(String args[])
    final progress m=new progress();
    m.setSize(200,200);
    m.setVisible(true);
         for (int i = MY_MINIMUM; i <= MY_MAXIMUM; i++)
         final int percent=i;
         try
         SwingUtilities.invokeLater(new Runnable() {
         public void run() {
         m.updateBar(percent);
         java.lang.Thread.sleep(100);
         catch (InterruptedException e)
    now run from another class extending a JFrame
    final progress m=new progress();
                                  m.setSize(200,200);
                                  m.show();
                                       for (int i = 0; i <= 100; i++)
                                       final int percent=i;
                                       try
                                       SwingUtilities.invokeLater(new Runnable() {
                                       public void run() {
                                       m.updateBar(percent);
                                       java.lang.Thread.sleep(100);
                                       catch (InterruptedException en)

    Stay out of the swing event thread.
    Read: http://java.sun.com/docs/books/tutorial/uiswing/overview/threads.html

  • Display Progress Indicator in Module-pool Screen

    Hi,
    I want to draw a Progress Indicator (fixed progress bar) in my own module pool screen. (It will be a little graphic, that will represent total percentage of the work that has been done till date.)
    I tried to take reference from the existing programs:
    GFW_PROG_PIE
    GFW_DEMO_PRES1
    GFW_PROG_BAR
    DEMO_GFW_PRES_SHOW u2026
    -but these programs can draw only charts (pie, bar etc).
    Looking for your help!!!
    Thanks,
    Tushar

    Hi,
    you can use Function Module SAPGUI_PROGRESS_INDICATOR.
    Hope this helps!
    Regards
    Mark-André

  • The padlock icon shown when entering secure sites using Firefox 3.x is not displayed using Firefox 4. How can this be restored? Is it indicating another problem?

    The padlock icon shown when entering secure sites using Firefox 3.x is not displayed using Firefox 4.

    It has been changed. Please read this article:
    https://support.mozilla.com/en-US/kb/Site%20Identity%20Button
    You can use this add-on to get the classic icon back:
    https://addons.mozilla.org/en-US/firefox/addon/padlock-icon/

Maybe you are looking for

  • How to delete tracks from Music Folder?

    After selecting all of the tracks of one of my iTunes playlists, i.e., an album, and clicking Option + Delete to move them to the Trash, I accidentally clicked Enter and, by default, selected the "Keep Files" option instead of the "Move to Trash" opt

  • Tracks for WD par files and VC applications

    Hello Gurus,    Could anybody please throw some light on the tracks for Webdynpro par files and visual composer applications? I need to know if we need separate tracks for Webdynpro par files and Visual composer applications on the NWDI. Can we use o

  • Is it possible to import Excel pivot into PDF ?

    Is it possible to import Excel pivot into PDF ?

  • How do I specify order of Icon Templates?

    I use Icon Templates (for the Icon Editor) a lot, and have about 30-40 that I use regularly.  I previously had them in several folders in Icon Templates, including a few at the top level, a half-dozen in a folder called Excel, most of them in a folde

  • Rule Activity - Special characters

    Hi all, First of all, thanks for your answer. Here, my doubt concerning an implementation that I'm trying to do: A Rule activity must be used to check if a specific value of a node is true or false. The thing is that such value contains the following