CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2004
    Posts
    2

    Arrow Navigation Button problem

    1. I'm building the reports using crystal report included in MS VS .Net.
    2. On runtime, To display report i am using CrystalReportViewer by passing selectionformula.
    3. This works fine, It can only navigate to page 2, after that, clicking on the next button return the same page (page 2) over and over again.
    4. Clicking the 'last page' button will bring you to the last page of the reports.
    6. In short, the report can only be viewed on page 1,2, and the last page


    please help me ....i am breaking my over it for quite a long time...

    Thanks in advance

  2. #2
    Join Date
    Dec 2001
    Posts
    6,332
    If you are using .net, then perhaps you should post in that forum. In any case, if this is not a bug with any component, then you might have better responses by posting some of the code you are using.
    Please remember to rate the posts and threads that you find useful.
    How can something be both new and improved at the same time?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured