Crystal Viewer not allowing advance on pages for Crystal Report

We can execute a report and display it in the crystal viewer, but a report that has more than one page does not advance to the second or preceding pages even though the advance page buttons appear at the top of the viewer. Has anyone run across this?  How do I solve this?
Thanks!

Web app or desktop app?
I'm guessing web app, even though this post is in the Desktop app forum.
The web viewer works by postback to the invoking page.  If you  don't check for postback and your code is re-loading the report, then it'll always re-run and show the first page.
There's sample code on the support site - I'd recommend trying one of those first.
If desktop app, then you'd need to give more details on the workflow.
Sincerely,
Ted Ueda

Similar Messages

  • Is there any BI Dashboard view not allowed to use in BIP report?

    My customer wants to display BI Dashboard page on BI Publisher report.
    Is there any BI Dashboard view which is not allowed to use in BI Publisher report?
    Seem no summarized document for this, and then can I understand like “No related limit for BIP report”?

    Explore this page OBIEE - Presentation Variable System (reserved variable) | GerardNico.com (BI, OBIEE, OWB, DataWarehouse)

  • The control type xyz is not allowed on this page. The type is not registered as safe.

    Hi all,
    I have a solution, say My.Solution, I have a project My.Project in that.In that project I have a few features.I added a visual webpart.In the properties of that, I can see that it has a safe control entry for that.I did not rename any namespace or class name.
    I just added this webpart to a new feature(which has List Definition and instance) and deployed it.The class name of the visual webpart is Foo and this is in the namespace My.Solution.Foo.
    I opened the sharepoint designer and edited the masterpage.I referenced this in masterpage as
    <%@ Register TagPrefix="cus" Namespace="My.Solution.Foo" Assembly="My.Solution, Version=1.0.0.0, Culture=neutral, PublicKeyToken=87a45275f2ea36e3" %>
    and I added this to the masterpage as
    <cus:Foo runat="server" id="customvisualwebpart"/>
    After I save in the designer and refresh the browser, I get the error,
    The control type 'My.Solution.Foo.Foo' is not allowed on this page. The type is not registered as safe.
    I checked the .webpart file and it has the namespace, My.Solution.Foo.Foo. The .spdata has a safecontrol entry too as
    <SafeControl Name="SafeControlEntry1" Assembly="$SharePoint.Project.AssemblyFullName$" Namespace="My.Solution.Foo" TypeName="*" IsSafe="true" IsSafeAgainstScript="false" />
    The assembly that contains the webpart is alread deployed to the GAC there.
    The web.config for that in C:\inetpub\wwwroot\wss\VirtualDirectories\12345 does not have a safe control entry. I don't want to add it there manualy as I don't have access to web.config in prod
    Can somebody tell me what is wrong and what I need to do to fix it?

    check you package  file 
    http://sharepoint.stackexchange.com/questions/11524/the-type-is-not-registered-as-safe-when-trying-to-add-a-web-part-installed-by
    Hope that helps|Amr Fouad|MCTS,MCPD sharePoint 2010

  • Problem when adding ascx user control in the MasterPage: Parser Error Message: The referenced file ... is not allowed on this page.

    Hello,
    I have to maintain a SharePoint 2010 project, in which a TopNavigation User Control for SiteCollection is registered in the MasterPage in this way:
    <%@ Register TagPrefix="ABC" TagName="TopNavigation" src="~/_layouts/ABCApplication/MainSite/Navigation/TopNavigation.ascx" %>
    <asp:ContentPlaceHolder id="PlaceHolderTopNavBar" runat="server">
    <asp:ContentPlaceHolder id="PlaceHolderHorizontalNav" runat="server">
                                        <ABC:TopNavigation ID="TopNavi" XMLDataLocation="/_layouts/ABCApplicatopm/MainSite/TopNavigation.xml" IsRoot="true"
    runat="server" />
    </asp:ContentPlaceHolder>
    </asp:ContentPlaceHolder>
    When I deploy the SiteCollection, the TopNavigation user control is working correctly. Unfortunately when i modify the masterpage over SharePoint Designer, the following error message comes allways, regardless of the art of changes i did in the MAsterPage
    ( even if I open the MasterPage, add an space and do save/close the MasterPage).
    "Problem when adding user control in my custom master page, Parser Error Message: The referenced file '/_layouts/Navigation/TopNavigation.ascx' is not allowed on this page."
    Any ideas?

    Hi Simon,
     When we use UserControl in SharePoint Page or MasterPage, and the UserControl is kept in any folder other than ControlTemplates, we will got the error. Here is an article about this issue and provided the solution:
    http://sharepoint-tina.blogspot.com/2009/07/referenced-file-pathxyzascx-is-not.html 
    The solution can also be used in SharePoint 2010.
    Qiao Wei
    TechNet Community Support

  • Issue is with OpenGL. System Info it allows Normal Mode but does not allow Advanced Mode.

    Problems with Repousse 3D feature in Photoshop CS5 Extended  
    I am trying to use the Repousse 3D feature in Photoshop CS5 Extended and have been unable to figure how I can get it to be an option using text. Can you explain how I do this, please?
    I have also tried rasterizing the text first and that does not work. I have tried placing the image and them loading the selection and I still do not have the option of Repousse.
    I believe the issue is with my OpenGL. In the System Info it allows Normal Mode but does not allow Advanced Mode. I spoke with the "Geek Squad" who advised that this is not an issue with my Mac but has something to do with the software.
    Can someone please help me fix this?  Thanks.

    If you really want help you may have to provide relevant information about your OS, GPU, its VRAM …

  • In Sales Order Users are not allowed to change price for any material

    Dear all,
    Please give me the solution :
    In Sales Order va02 Users are not allowed to change price for any material .

    Hi Amit
    If you  want that in VA01 manual as well as other pricing condiion entry and cahnges to be allowed and only in va02 users should be restricted ,then  you have following alternative.
    Go to  T.Code SHD0
    Select Transaction VA02.
    Create a new variant ,give suitable name.
    select option change with processing.
    So u can run a va02 transaction and for every screen u can create screen variant and control data entry whether required  , dispaly or hide.
    in this for  LV69a pricing  screen disable update button .
    so system wont change anything updated or cahnged in pricing.
    further you can create the variant transactions  from this transaction variant and assign to different users as per control requirements.
    I think this will help you
    Regards
    mandar

  • FRM-41009:  Function key not allowed.  Press %s for list of valid keys.

    FRM-41009: Function key not allowed. Press %s for list of valid key.
    What is reason for this message, and how can we suppress it. Where should I set the system.message_level to suppress this message.

    The reason is you press a key that cannot be used, e.g. duplicate record cannot be used in enter query mode.
    You cannot suppress this message, even with message_level 25. If you code this for key-duprec, you will still get the message:
    :system.message_level := 25;
    duplicate_record;Forms intercepts the error at a very early stage. Even this didn't suppress the message:
    if :system.mode = 'ENTER-QUERY' then
      null;
    else     
      duplicate_record;
    end if;

  • Error Indexing not allowed when marking indexing for document HR_DOC

    Hello all,
    We are able to solve the first problem. Now we have the following error
    "Error Indexing not allowed when marking indexing for document HR_DOC"
    Has anyone idea on how to solve it?
    Thanks a lot.
    Best regards,

    ....and thanks a lot for your feedback in resolving this issue!

  • How do i create 2 parameter pages for 1 report?

    Hi,
    I want to make a purchase order report. first: i need a parameter page to ask how many items that you want to order. second, once user enters a number(let's say 5), i want to have anoter parameter page show 5 empty fields that user can enter 5 items' barcode#, once they entered barcodes, the report will show these 5 items info.
    my difficulty is how do i create 2 parameter page for 1 report?
    thank you

    my question
    1- there is any way to assign the Fetch process to specific region so the process take all item in these region only.
    2- how can create manual process to fetch row into specific items in page ( i tray these code
    SELECT col1, col2, col3 ....
    INTO :P1_ITEM1, :P1_ITEM, :P1_ITEM...
    FROM table
    WHERE id = :P_id ) but no data retrieve .
    I do not think that it is possible to have more than one Automated Row Fetch process in a given page. See the thread:
    ORA-01403: no data found : Unable to fetch row multiple automated row fetch
    On your second question, the manual process should work provided:
    P_ID has a value when the process executes. You can do it this way:
    i. Make this process as a on-load After/Before header process
    ii. Make sure that P_ID page item has value when the process executes (set it from another page or before the pl/sql process executes)

  • Crystal Viewer not working with Parameterized file

    When I run a classic ASP file without parameter collections, I can see Crystal Viewer with data from the db. This works fine.
    If, however, I run an ASP file with parameter collections, I get static text only.
    The viewer is not displaying records from the DB.
    I have done researches online but can't seem to get this to work.
    Any working sample of parameterized asp files will be greatly appreciated.
    This is the only thing stumping me now.
    Many thanks in advance for your assistance.
    If you need code snips, please let me know.

    Hello Simflex,
    as you refer to the legacy technology VB6 I recommend to post this query to the [Legacy Application Development SDKs|SAP Crystal Reports - Legacy SDKs; forum.
    This forum is dedicated to topics related to legacy SDKs, including the Report Designer Component (RDC), OCX, VCL, and Crystal Reports Print Engine (CRPE).
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all Legacy Application Development SDKs queries remain in one place and thus can be easily searched in one place.
    Thanks a lot,
    Falk

  • In advanced search page for the first time choices value disapper

    Hi,
    I have a problem with advanced search page, in the advanced page for the first time choices field values are disapper when refresh page then all of the choice fileds value ara appear
    Thanks;

    You can create a test case based on the JHS Demo (shipped with JHeadstart 10.1.2.2) or the HR Schema (see http://www.oracle.com/technology/products/jdev/tips/muench/jhstutorial/index.html#setuphrschemaanddata). Please e-mail it to [email protected],
    * removing the cabo folder from the web root (public_html) before zipping it, it makes the zip much smaller
    * renaming the .zip file to something like .zipped, otherwise our mail server will not process it
    * including detailed steps to reproduce the problem.
    Thanks,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Sharepoint 2007 designer - sqldatasource and grid view not displaying on SP page (An unexpected error has occured)

    Hi All,
    I am using sharepoint designer 2007 and am trying to use a sqldatasource to populate a gridview and then display that on an .aspx page. While in designer everything seems to configure okay. I am able to test the connection and display the data
    as expected from the sqldatasource within designer. Then I have the gridview control use the sqldatasource. At that point the grid (within designer) displays the headings as expected. The data that is displayed in the cells is "test data" rather
    than actual data value - I'm not sure if this is normal - for example, the data values in every column / row are all equal to 'abc'. Date values are all equal to current date.
    Then when I actually display the sharepoint page (via Preview in browser)  I get an error "An unexpected error has occurred".
    I am using SQLExpress on my laptop as the database for the sqldatasource. I have tried both integrated (windows) and SQL authentication with the same results.
    Here is the aspx code from designer:
    <asp:GridView runat="server" id="GridView1" AutoGenerateColumns="False" DataSourceID="SqlDataSource1">
     <Columns>
      <asp:boundfield DataField="Case Creation Date Time" HeaderText="Case Creation Date Time" SortExpression="Case Creation Date Time">
      </asp:boundfield>
      <asp:boundfield DataField="Case #" HeaderText="Case #" SortExpression="Case #">
      </asp:boundfield>
      <asp:boundfield DataField="Source" HeaderText="Source" SortExpression="Source">
      </asp:boundfield>
      <asp:boundfield DataField="Priority" HeaderText="Priority" SortExpression="Priority">
      </asp:boundfield>
      <asp:boundfield DataField="Status" HeaderText="Status" SortExpression="Status">
      </asp:boundfield>
      <asp:boundfield DataField="Category" HeaderText="Category" SortExpression="Category">
      </asp:boundfield>
      <asp:boundfield DataField="Creator group" HeaderText="Creator group" SortExpression="Creator group">
      </asp:boundfield>
      <asp:boundfield DataField="Assigned Group" HeaderText="Assigned Group" SortExpression="Assigned Group">
      </asp:boundfield>
      <asp:boundfield DataField="Security Event Title" HeaderText="Security Event Title" SortExpression="Security Event Title">
      </asp:boundfield>
      <asp:boundfield DataField="Security Event Resolution Details" HeaderText="Security Event Resolution Details" SortExpression="Security Event Resolution Details">
      </asp:boundfield>
      <asp:boundfield DataField="SLA Achieved" HeaderText="SLA Achieved" SortExpression="SLA Achieved">
      </asp:boundfield>
      <asp:boundfield DataField="Event Reported Date Time" HeaderText="Event Reported Date Time" SortExpression="Event Reported Date Time">
      </asp:boundfield>
     </Columns>
     </asp:GridView>
     <br>
     <br>
     <br>
     <asp:SqlDataSource runat="server" id="SqlDataSource1" ProviderName="System.Data.SqlClient" ConnectionString="Data Source=WN-MNA79GY0V0JD\SQLEXPRESS;Initial Catalog=CD_OPS_DATA;Persist Security Info=True;User ID=Sharepoint_User;Password=&quot;xxxxxx&quot;"
    SelectCommand="SELECT * FROM [Critical Cases] ORDER BY [Case Creation Date Time] DESC">
     </asp:SqlDataSource>
     <br>
     <br>
    &nbsp;</td>
     </tr>
    </table>
    </asp:Content>
    Any help is appreciated.
    Thanks !

    Thanks Daniel.
    I am unable to connect to my SQL EXPRESS db on my laptop via SPD 2007: I get the error -
    I am able to access that database via SQL Server Mgmt. Studio (both with Windows and SQL Server authentication). I can also access a SQL Express database on a remote server from the exact same SPD 2007 session: I get -
    So, I wonder why I can connect to the remote but not the local? Anyway, if you have any ideas I would appreciate it. I am willing to do the work from the article you mention but wanted to rule out there being a simple DB access issue first.  I'll also
    start to find the ULS logs and review them.
    Thanks again !!
    Update on 1-3-14: Hi, since yesterday I also have been able to connect to the SQLEXPRESS database / table and display the .aspx page with the gridview in Visual Studio 2010.
    Update 1-26-14: Sorry for the delayed response.  I determined the reason why I could not connect to the SQLEXPRESS instance on my laptop was that there was a local host intrusion (firewall) rule on my machine that prevented an inbound connection
    on port 1433.  SharePoint server >>> inbound connect on port: 1433 >>> to Laptop device, not allowed. 
    Thanks.

  • System is not allowing GR through MIGO for generic article in SAP Is-Retail

    Hi,
    I am trying to do a GR into DC through MIGO for a generic article and its variants but system is not allowing it saying " The generic article is not maintained in DC". System by design doesn't allow to maintain generic article for specific site but it does for reference site. It did not say anything at the time of PO creation but throwing error during GR. Looking for help!
    Thanks in advance!
    Subhankar

    awaiting response.

  • Drop down menu problem - not allowed when below page!!!!

    When my drop down menus start in say page 1 and run into page 2 I am not allowed too choose anything in the menu below page 1. HELP!!

    I am not quite sure why items in drop down list that is located on page 1 would display on page 2. I can not replicate that. Can you put your form up on a server somewhere where I can see it?

  • Posting More than 900 lines not allowing uploading using BDC for FB60

    Hi,
    When i am upload vendor invoices with  More than 900 lineitems using BDC program it is giving the fallowing error .
    1          You are entering line item 900 , a maximum of 999 line items are defined
    As per i know it will allow 999 line items for one document posting . But i am getting error when i am posting more than  900.
    If any body know the solution please share with me .
    Thanks
    SriHari

    I vaguely remember that SAP reserves lines for automatically created items e.g. for taxes, you might have run into that limit. Check in that direction with a functional expert, the limit might be configurable.
    Thomas
    Edit: now I did what you could have done and checked the where-used-list for message F5 138, the 900 is hard coded, and it is just a warning, seemingly to alert the user of the brick wall he is about to hit very soon.

Maybe you are looking for

  • IChat 4 troubles: Can not connect AV with another iChat user

    Grrr... My computer has a built in iSight camera and I am trying to connect with another iChat 4 user using a Creative Live! USB cam. I get the following when trying to connect or vice-versa: Date/Time: 2009-05-03 20:37:39.157 -0500 OS Version: 10.5.

  • Multiple text files

    Hey I have an issue and I'm hoping Java can help me. Currently at work we have a list of text files in a directory, I want java to be able to: open every file in the directory (file names can change daily) append every line beginning with a number to

  • Can't find keyboard

    When I go to set up a new device and search for my Apple BlueTooth keyboard it says an error occurred while performing the search. The keyboard works flawlessly on another computer running 10.3 (this is running 10.4). I tried setting up my computer a

  • Port(s) Used by JDBC

    Can anyone tell me what port(s) JDBC servlets use? I've got some programmers wanting to user JDBC servlets between machines and they must traverse the Internet and our firewall to do so. As the netadmin who also administers the firewall I have to ope

  • Slow wired connection no anti virus used.

    I have a 3T time capsule used as a hard drive. I also send out my wifi from it. On Ethernet between my desktop and the capsule, to copy a file to the drive is about 30 secs per MB! Why might it be so slow please? Thanks. ps - no anti virus software a