Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Crystal Reports
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 1st, 2004, 03:41 AM
Authorized User
 
Join Date: Jan 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default Update the Crystal Reports viewer Automatically

Hi All,

I have to design a Web Form in which I have put the Crystal Report Viewer and the Report displays the graph, which has to be updated or refreshed every 10 seconds, so that the graph looks moving. Event though I am able to display the Report with Graph, I am not able to refresh it automatically.

Can anybody help me for that?

Thanks in Advance!

Regards,
SANJAY KABRA
__________________
Sanjay Kabra
 
Old July 3rd, 2004, 03:38 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 996
Thanks: 2
Thanked 11 Times in 11 Posts
Send a message via Yahoo to melvik
Default

Hey dont make it hard, to refresh ur Page use simple HTML <meta> as
Code:
<meta http-equiv="refresh" content="10">
in <head>

HTH.

Always:),
Hovik Melkomian.
 
Old July 9th, 2004, 04:05 AM
Authorized User
 
Join Date: Jan 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi All,

I am designing a Web Form in which I have put the Crystal Report Viewer and the Report displays the graph, which has to be updated or refreshed every 10 seconds, so that the graph should look moving. Event though I am able to display the Report with Graph, I am not able to refresh it automatically.

As Hovik suggested
I tried
<meta http-equiv="refresh" content="1">
is working fine but it refreshes the whole page. I would like to
refresh the crystal reports viewer (indirectly the part of a web form) only and not the whole page.

Can nebody tell me how to do that?

Thanks in Advance!

Regards,
SANJAY KABRA
 
Old July 9th, 2004, 11:02 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 996
Thanks: 2
Thanked 11 Times in 11 Posts
Send a message via Yahoo to melvik
Default

Then I guess u'd better use a frame & refresh that.

Always:),
Hovik Melkomian.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Error with Crystal Reports Viewer in ASP.NET jaucourt Crystal Reports 2 February 24th, 2012 03:39 PM
Crystal Reports ActiveX Viewer omarmalik Crystal Reports 0 September 14th, 2006 05:39 AM
tooltips showing on crystal reports viewer ejan Pro VB 6 0 December 21st, 2004 02:47 AM
Crystal Reports Viewer problem MikeJames42 Crystal Reports 0 April 14th, 2004 08:04 AM
VB and Crystal Reports Viewer MikeJames42 Pro VB 6 0 April 7th, 2004 02:39 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.