Crystal report problem in C# application
-
crystal reports does not work when it retrive data from database on webserver.it works fine when run on any desktop application. this is not login problem. my question is that is there any way to show data into crystal report from database on webserver i have done lots of googling but not found any answer :confused:
-
crystal reports does not work when it retrive data from database on webserver.it works fine when run on any desktop application. this is not login problem. my question is that is there any way to show data into crystal report from database on webserver i have done lots of googling but not found any answer :confused:
-
"does not work" does not describe what the problem is. Is it a Web app or a windows app? What is the error message (if any) you are getting? Show relevant code.
unable to open crystal report its a window application . its ok when the database is on local area network. but with wAN it throws error
-
unable to open crystal report its a window application . its ok when the database is on local area network. but with wAN it throws error
-
monu_khan wrote:
unable to open crystal report
Who is unable to open it? You or the Crystal Report viewer?
monu_khan wrote:
error
What error?
crystal report viewer
-
crystal report viewer
-
crystal reports does not work when it retrive data from database on webserver.it works fine when run on any desktop application. this is not login problem. my question is that is there any way to show data into crystal report from database on webserver i have done lots of googling but not found any answer :confused:
monu_khan wrote:
but not found any answer
First read the following link http://catb.org/esr/faqs/smart-questions.html[^] Then 1. Describe in DETAIL how your code works. 2. Describe in DETAIL what your local machine looks like 3. Describe in DETAIL what your production machine looks like. 4. Describe in DETAIL exactly what you expect to happen and what does happen. Finally what you have described so far indicates that you have an environment problem and not a code problem. Although a change to the code might fix it.