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 SkipVought 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: *

  • Users: abhi81
  • Order by date
  1. abhi81

    distribute crystal report with .net application

    hello All, i developed a windows application in vb.net 2003. i created crystal reports using crystal report 11 and am using crystalreportviewer component in .net to load the reports in to it at runtime. I had done projects like this before but they were all within the local office so i just...
  2. abhi81

    callback data to server side

    Hello All, I implemented a callback on page. So basically this is what is happening during the page load i populate 2 dropdowns 1 for country and one for state based on the default values for country and state stored in the web.config. Both of them are being populated from a database. Every...
  3. abhi81

    callback implementation

    Hi All, I was trying to implement the callback functionality to dynamically populate a second dropdown based on the value of the first 1 .....a very simple task but all my tries failed. I have the first dropdown populated from a table for countries and second dropdown again populated by a...
  4. abhi81

    Inserting symbols in field

    Sure it is..I am not using any tool. Open the table through enterprise manager or sql server management studio (for 2005), copy the string from the word document and paste it in the appropriate table field. refresh the table.
  5. abhi81

    Inserting symbols in field

    currently i am not using any insert statement ......i was just trying to copy the string from a word document and then pasting it in the field.
  6. abhi81

    Inserting symbols in field

    Hi All, I am trying to insert symbols in a field of a table. I am using the datatype nvarchar for the field. However when i tried to insert a statement with the symbol pi, it comes out as following: (A) 100? cm2 (B) 140? cm2 (C) 200? cm2 All the pi symbol are converted to ?. Can ne 1 tell me...
  7. abhi81

    Report load error

    Hello All, I am using Crystal Reports11 with VS.Net 2003. Everything was working fine until now. The system is basically is a invoice printing system and around 300 invoices are printed daily. It worked for about 1 month and throwed this error today...
  8. abhi81

    multiple instances of rundll32.exe

    I ran the FXCop and there was no such message to implement the IDisposable class. On tracing back the source for those rundll's i found that it was being generated by asp.net's w3p.exe. I am lost here any help will be appreciated.
  9. abhi81

    multiple instances of rundll32.exe

    Thanks for the reply Chip. I will try to implement your suggestion.
  10. abhi81

    multiple instances of rundll32.exe

    Hi all, i created an asp.net application which uses crystal report for printing invoices. Everything works well and as desired but today day it wasn't responding at all. On further investigation i found out that the server was loaded with atleast 25 instances of rundll32.exe processes and when...
  11. abhi81

    Barcode printing in crystal report

    I have it installed on the web server where the reports are being generated. It displays fine when i preview it but the requirement here is to send the report directly to the printer for printing without having to see it. And that's where the problem is the barcode doesn't gets printed :(
  12. abhi81

    Barcode printing in crystal report

    Can ne1 tell me what is the best way to handle barcode fonts in crystal report? I installed IDAutomationHC39M barcode font on my machine and used it in the report. when i used it it shows me the barcode and if i print from the crystal report ide it prints the barcode too. Now when i try to...
  13. abhi81

    Control flow

    No the requirement of the project is to be able to send the report directly for printing. Tats why i can't use the reportviewer. I am using the reportdocument's printtoprinter method to send it to the printer directly. let me explain the situation.say there are 2 users A & B. When A send some...
  14. abhi81

    Control flow

    Hello All, I created a web based application using vb.net,sql 2000 and crystal reports11. Basically the application should be able to print invoices using crystal reports. It is able to do that. However when multiple users start using the application and send printing requests together at...
  15. abhi81

    migrating shopping cart from asp to asp.net

    I have a website with shopping cart that was developed using asp(vbscript) and microsoft site server 3.0 for the e-commerce side of it. A few months back the site server 3.0 was upgraded to microsoft commerce server 2002. The requirement is basically to convert all the asp pages used in the...
  16. abhi81

    Discrepancy in report in the design and runtime

    Hi LB, thanks for looking into my problem but i was able to resolve it. I made some design change to the form and it is working as desired.
  17. abhi81

    Discrepancy in report in the design and runtime

    Hello, I created a report and added a suppression formula for 1 of the pageheader. The formula works well in the designer but not when i fire it of the asp page. On further investigation i found out that this was because the totalpagecount field(being used in the formula) was not being...
  18. abhi81

    Printing Multiple reports!!

    Hello All, I want to fire reports based on the series of order numbers. I know i can use reportselectionformula to fire report on a single order number but how do i handle this if there is a requirement to print 50 order numbers at one time, i.e., 50 order numbers are passed as arguments and all...

Part and Inventory Search

Back
Top