How to change a header value dynamically(from report header) in a crystal report. Right now I am using parameter field for that. Basically what I am trying to do is, when user changes a date value in a calendar control, that value needs to get updated in the report header of a crystal report...
hi Dvannoy, I want to ask you one more question. How to change a header value dynamically. Right now I am using parameter field for that. When the report loads first time, the parameter field value changes correctly. Basically what I am trying to do is, when user changes a date value in a...
I have found that link when I was browsing a solution for this problem. I made sure that the suggestions given in that link has implemented properly. Could you please suggest some other solution. Is it necessary to have .msm files in the local drive of the prod web server or the web setup...
I am using VS.Net 2003 and crystal reports 9.0. My code is working and I deployed into my dev web server which accidently has both VS.Net 2003 installation as well as crystal reports 9.0 in it. My code is working fine in dev web server. I am trying to deploy my code into a prod web server, I am...
I believe that is what I did by creating an web setup project where I included all the .msm files.
If you could find a resource to see how to make an installation program which jusst to install necessary files on the prod server, that would be great. Thanks for your help in this.
I am still getting the same error. I have already found those links when I was browsing for this problem and I checked and made sure that I have implemented their suggestions. Onething I found is I don't see any merge module files(*.msm) for CR in that hard drive in the prod web server. How to...
Thanks dvannoy. How to install CR merge modules onto the server? Where do I find the installation file? I searched the hard drive in that prod web server, I didn't find any .msm files related CR. Please let me know. I did created a web project where I included all the msm modules specified in...
I am using vs.net 2003 and crystal reports 9.0. The code works fine in my local machine, but when I try to deploy the code into a web server. I am getting Cannot find KeycodeV2.dll, or invalid keycode error. I have a web setup project where I included all the merge modules. I installed crytal...
I am using vs.net 2003 and crystal reports 9.0. The code works fine in my local machine, but when I try to deploy the code into a web server. I am getting the above error. I have a web setup project where I included all the merge modules. I installed crytal 9.0 and .Net framework in the prod web...
I am using VS.Net 2003 and crystal reports 9.0. My code is working and I deployed into my dev web server which accidently has both VS.Net 2003 installation as well as crystal reports 9.0 in it. My code is working fine in dev web server. I am trying to deploy my code into a prod web server, I am...
My question is when enter something in the Find dialog and click the binacular button. It is giving me some error, I feel that the Search event is not getting triggered. Here is the error message I am getting,
Object reference not set to an instance of an object.
Description: An unhandled...
I figured out the problem. Now I need to ask you a question. I have decided to use crystal reports using Crystal report viewer instead of using the Datagrid in my main page. The reason for that is to use the Find(search) option available in Crystal report viewer. For web, how do I make this...
I think the problem I have is for some reason the database connection is not happening between my dataset vs crystal reports. I tried to load the report using CRViewer and associated the dataset with it. But it is not showing any data and the same data which gets associated with a datagrid shows...
what I meant was.. after I read the link, I have included crystal view on my form, but I am still getting the same error. But based on what I am seeing on the export button code, it doesn't require CR viewer. Correct me if I am wrong.
I have a form, but I don't have a crystal viewer on it. I am using DataTable in my code. Can I use it or do I have to create a Dataset, do you have the sample code?
The main reason I am doing the crystal is to show the column headers on each and every pages. I learned that by using crystal reports the only way to printing is to export it into pdf file. If I can achieve the same result by converting the grid to pdf, I will be more happy to do that. How can I...
do I have to display the report? what I need to do is to export the file into pdf and show it to the user for printing. I have an existing code which uses datagrid for displaying the data. The above code I mentioned it in my prev message which shows the code I am using.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.