472,805 Members | 1,807 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,805 software developers and data experts.

crystal report refresh update ide

I designed a Crystal Report .rpt from within Microsoft
Development Environment 2003 Version 7.1.3088 (VB .NET
IDE).
I selected database fields from the left side Field
Explorer onto the Details (Section3) of the .rpt.

Also, I added a new web form myWebform.aspx and a web
object CystalReportViewer - CrystalReportViewer1 and had a
code behind in ReportSource

coded as Me.CrystalReportViewer1.ReportSource
= "C:\InetPub\wwwroot\....\myCrystalReport.rpt"
Me.CrystalReportViewer1.DataBind()

I could successfully view the crystal report in my
browser. It shows the 'powered by Crystal Report' logo.
However, the report wouldn't show the updated data even
when I have the data already updated from both MS Access
and SQL 2000 databases.
The report still displays the original data during the
time I have designed the report.
How do you refresh the report to reflect modified data
from the database? (The code
Me.CrystalReportViewer1.RefreshReport() does not work).

(Pls. include website address in your response because my
current browser is also having problem browsing Microsoft
discussion tree sites.
THus, I could click on your address instead of unavailabe
tree of newsgroup topics from this microsoft web site. I
use linked addresses from ms to access this discussion
page. And pardon me posting in this ng but as mentioned
above, i could get only to the appropriate ng).
Nov 20 '05 #1
2 2991
Frankly

Crystal reports sucks - especially for web. And it's EXPENSIVE.

Try datadynamics.com/activereports

To answer your question in crystal domain only,

You would have to
a) Author the crystal report in vs.net so it creates a codebehind
b) Create the fields in the crys report thru a strongly typed ds or a dummy
stored procs with exact parameter datatype match
c) datasource = the same strongly typed dataset used above
.. whenever you want the report to update the data, just refresh that
dataset, and refresh the page.

Later,
- Sahil Malik
Independent consultant.

"aldous scotch" <al****@discussions.microsoft.com> wrote in message
news:0c****************************@phx.gbl...
I designed a Crystal Report .rpt from within Microsoft
Development Environment 2003 Version 7.1.3088 (VB .NET
IDE).
I selected database fields from the left side Field
Explorer onto the Details (Section3) of the .rpt.

Also, I added a new web form myWebform.aspx and a web
object CystalReportViewer - CrystalReportViewer1 and had a
code behind in ReportSource

coded as Me.CrystalReportViewer1.ReportSource
= "C:\InetPub\wwwroot\....\myCrystalReport.rpt"
Me.CrystalReportViewer1.DataBind()

I could successfully view the crystal report in my
browser. It shows the 'powered by Crystal Report' logo.
However, the report wouldn't show the updated data even
when I have the data already updated from both MS Access
and SQL 2000 databases.
The report still displays the original data during the
time I have designed the report.
How do you refresh the report to reflect modified data
from the database? (The code
Me.CrystalReportViewer1.RefreshReport() does not work).

(Pls. include website address in your response because my
current browser is also having problem browsing Microsoft
discussion tree sites.
THus, I could click on your address instead of unavailabe
tree of newsgroup topics from this microsoft web site. I
use linked addresses from ms to access this discussion
page. And pardon me posting in this ng but as mentioned
above, i could get only to the appropriate ng).

Nov 20 '05 #2
Frankly

Crystal reports sucks - especially for web. And it's EXPENSIVE.

Try datadynamics.com/activereports

To answer your question in crystal domain only,

You would have to
a) Author the crystal report in vs.net so it creates a codebehind
b) Create the fields in the crys report thru a strongly typed ds or a dummy
stored procs with exact parameter datatype match
c) datasource = the same strongly typed dataset used above
.. whenever you want the report to update the data, just refresh that
dataset, and refresh the page.

Later,
- Sahil Malik
Independent consultant.

"aldous scotch" <al****@discussions.microsoft.com> wrote in message
news:0c****************************@phx.gbl...
I designed a Crystal Report .rpt from within Microsoft
Development Environment 2003 Version 7.1.3088 (VB .NET
IDE).
I selected database fields from the left side Field
Explorer onto the Details (Section3) of the .rpt.

Also, I added a new web form myWebform.aspx and a web
object CystalReportViewer - CrystalReportViewer1 and had a
code behind in ReportSource

coded as Me.CrystalReportViewer1.ReportSource
= "C:\InetPub\wwwroot\....\myCrystalReport.rpt"
Me.CrystalReportViewer1.DataBind()

I could successfully view the crystal report in my
browser. It shows the 'powered by Crystal Report' logo.
However, the report wouldn't show the updated data even
when I have the data already updated from both MS Access
and SQL 2000 databases.
The report still displays the original data during the
time I have designed the report.
How do you refresh the report to reflect modified data
from the database? (The code
Me.CrystalReportViewer1.RefreshReport() does not work).

(Pls. include website address in your response because my
current browser is also having problem browsing Microsoft
discussion tree sites.
THus, I could click on your address instead of unavailabe
tree of newsgroup topics from this microsoft web site. I
use linked addresses from ms to access this discussion
page. And pardon me posting in this ng but as mentioned
above, i could get only to the appropriate ng).

Nov 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: DeeCay | last post by:
Dear folks, I was trying to write a .Net web application (using C#) that loads a Crystal Report on server side, export the report in PDF format as a file in the web server, and then serves up...
0
by: Dr. Indera | last post by:
hello, i previously posted the questions below on several crystal reports newsgroups, including the one for the company that makes crystal reports, but never got an answer, so i'm hoping that...
1
by: Bob Skutnick | last post by:
Help.... I've created an ADO.NET dataset in Visual Studio (a web project). I build the project and then try to create a Crystal Report using the dataset. When I try to use the ADO.NET dataset...
4
by: Grant Stanley | last post by:
I'm developing an application in VS.Net 2003 using C#, which uses Crystal Reports. When creating each report, crystal asks where the database to use is, so I specify our SQL server using the ADO...
0
by: Jason | last post by:
We are developing a VB.NET database application, using windows forms and Microsoft Access. The application requires dynamic reports, where the users change data on the forms, if a report is...
1
by: rdshultz | last post by:
My company is going to a new software were I have to learn Crystal Reports. Had my first class and I'm a little confused. The instructor said everytime you run a Crystal report you have to do a...
19
by: LP | last post by:
I am using (trying to) CR version XI, cascading parameters feature works it asks user to enter params. But if page is resubmitted. It prompts for params again. I did set...
3
by: Diggler | last post by:
I was working on a report that is populated with three different tables in a strongly-typed dataset. The tables are populated from custom objects rather than directly from SQL Server. I loop...
3
by: firozfasilan | last post by:
I am new to visual basic 2008. In the past I have used vb6 to display an existing crystal report. I would like to accomplish the same with vb.net. However I am not clear on the syntax to display a...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.