cancel
Showing results for 
Search instead for 
Did you mean: 

"Next Page" not going beyond page 2 in HtmlViewer (Crystal.NET for VS 2008)

Former Member
0 Kudos

I have some reports, originally created using the Crystal Reports for .NET bundled with Visual Studio 2005 and the .NET 2.0 framework. We've recently moved to Visual Studio 2008 and the .NET 3.5 framework.

Reports displayed in the Html Viewer do not paginate properly using the Next Page button on the toolbar. Specifically, going from page 1 to page 2 works, but the "next" button does not go beyond page 2.

It is possible to navigate to a specific page beyond page 2 using the page number input field. At that point, the "next" button takes me back to page 2, and the "previous" button takes me back to page 1.

The "last" and "first" button correctly navigates to the last and first page respectively.

Anyone seen anything like this? Ideas on correcting this problem?

Edited by: Allan Streib on Oct 1, 2008 6:02 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Allan,

Try with :

Is Not postback()

{

//Code to view report

}

As your issue is code related i would suggest you to post your question in:

[Forum: .NET Development - Crystal Reports|;

Hope that helps!!

Regards,

Shweta

Former Member
0 Kudos

Thank you Shweta, someone on that forum was able to help me.

Allan

Answers (1)

Answers (1)

Former Member
0 Kudos

See