Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. svkumsani

    Pdf viewing in asp.net gives File Download window in the web server, b

    That is what I am doing. In my submit button, I am calling myreport.Load().
  2. svkumsani

    Changing the header value dynamically in crystal reports

    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...
  3. svkumsani

    Pdf viewing in asp.net gives File Download window in the web server, b

    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...
  4. svkumsani

    Crystal Deployment error: Cannot find KeycodeV2.dll, or invalid keycod

    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...
  5. svkumsani

    Crystal Deployment error: Cannot find KeycodeV2.dll, or invalid keycod

    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...
  6. svkumsani

    .Net with crystal deployment error : Cannot find KeycodeV2.dll, or inv

    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.
  7. svkumsani

    .Net with crystal deployment error : Cannot find KeycodeV2.dll, or inv

    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...
  8. svkumsani

    Pdf viewing in asp.net gives File Download window in the web server, b

    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...
  9. svkumsani

    Pdf viewing in asp.net gives File Download window in the web server, b

    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...
  10. svkumsani

    Getting Cannot find KeycodeV2.dll, or invalid keycode

    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...
  11. svkumsani

    .Net with crystal deployment error : Cannot find KeycodeV2.dll, or inv

    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...
  12. svkumsani

    Pdf viewing in asp.net gives File Download window in the web server, b

    I am using the toolbar and trying to use the seach option from the toolbar.
  13. svkumsani

    Pdf viewing in asp.net gives File Download window in the web server, b

    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...
  14. svkumsani

    Pdf viewing in asp.net gives File Download window in the web server, b

    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...
  15. svkumsani

    Pdf viewing in asp.net gives File Download window in the web server, b

    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...
  16. svkumsani

    Pdf viewing in asp.net gives File Download window in the web server, b

    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.
  17. svkumsani

    Pdf viewing in asp.net gives File Download window in the web server, b

    Based on what I am reading in the link you have provided, that is what I am using it in my code. Why am I still getting the error?
  18. svkumsani

    Pdf viewing in asp.net gives File Download window in the web server, b

    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?
  19. svkumsani

    Pdf viewing in asp.net gives File Download window in the web server, b

    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...
  20. svkumsani

    Pdf viewing in asp.net gives File Download window in the web server, b

    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.

Part and Inventory Search

Back
Top