Arumugam A
posted
4 posts
since
Nov 04, 2009
from
|
|
Re: Regarging Crystal reports
|
|
|
|
Posted on:
11/4/2009 2:17:06 AM
|
|
|
|
|
|
|
|
|
no need to worry It will work fine as of now. but u have to change the server name in the connection string
|
|
|
|
|
|
niki d
posted
220 posts
since
Oct 27, 2006
from
|
|
Re: Regarging Crystal reports
|
|
|
|
Posted on:
11/4/2009 2:23:22 AM
|
|
|
|
|
|
|
|
|
Hi Sriram,
Great. Now you have a crystal report template and you have added a dataset to the report.
Eventhough you have conncted it with your local database, if you pass a dataset from your code to the report, the report will show the data set passed by the code. Not the dataset which was set at the creation of the report.
So, if you deploy your database at any location, make sure to access it and get a dataset and pass it to the report through the code. If you pass a dataset, the report will show it. If you dont pass anything, the report will try to connect to you local database and get the dataset from that DB.
Hoe you got my point.
If this answer answers your problem, please spend a few seconds to accept this answer.
|
|
|
|
|
|
Sriram Ramani
posted
57 posts
since
Jan 03, 2009
from
Coimbatore
|
|
Re: Regarging Crystal reports
|
|
|
|
Posted on:
11/4/2009 3:52:03 AM
|
|
|
|
|
|
|
|
|
Thank you all so much.
It worked well. Now i have one more thing, i need to design in such a way that the user enters the standard(class like 1st , 2nd etc) t, studentname , month details . Now depending on the value the user enters the parameters must search from the database, and return the appropriate details . Based on this result i must be able to print a bill..
What i have already done is that having two parameters in the report template. Now i need to check those values with the corresponding in the database. What should i do now?
|
|
|
|
|
|