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 TouchToneTommy 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: 664950
  • Content: Threads
  • Order by date
  1. 664950

    HP1200 printers problem

    I'm having serious problem with CR 8.5 and HP1200 printers. I am getting message "Crystall Reports Error printing on LPT1" periodically, and only way to get everything to work is to reinstall printer driver. When such event occur, spooler is full, but printer does not print. This happens once in...
  2. 664950

    Hex to decimal

    How to get decimal value of hex var? I don't understand how to use StrToInt function
  3. 664950

    Connection problem

    I immediately need script for killing inactive database connections on my server. My company uses ADO and it leaves many connections that are not active
  4. 664950

    String conversion

    PLease tell me how to pass string to Ord(x) function. How to convert string to char data type because my x is string and ord(x) is working with char
  5. 664950

    Database connections

    Why does my ADO connection remains after I do connection.close? It seems that database connection is closed but is still visible on connections list on UNIX server. This is a real problem considering problem of connection licencing. So I have up to 10 connections from the same client although I...
  6. 664950

    Registration problem

    I wish to deploy my VB6 application with CR designers. I have coppied all *.dll files to my winnt/system32 folder and done regsvr32 craxdrt.dll;regsvr32 crviewer.dll;regsvr32 crystl32.ocx. On some (not all) Win NT 4.0 maschines I had message: "Cant load library, GetLastError returns...
  7. 664950

    Subreport programming

    Please help me I am using CR designer control and I want to use ADODB recorset as datasource for my subreport. But when I insert it in main report, event code is not imported. Also my subreport does never go into Sub Report_Initialize(). So what are my alternatives?
  8. 664950

    Integration VB & CR

    Please help me with the problem of deployment of VB 6 applications that are using CR designer control. Which dll's I need to copy and register in order to deploy application. And what about licencing?
  9. 664950

    Crystal Reports & VB Deployment

    How to deploy VB6.0 applications With CR 8.0 designers. At the moment my deployed app. doesen't work without CR instalation. I have tryed with "References" in VR but it doesen't help.
  10. 664950

    CR9 & VB6

    Can I use CR9 with VB6. I already have CR8 in my applications so will I have problems with this?
  11. 664950

    Export

    My CR does not export to any but HTML format, instead I have 0 bytes made files. This is happening until recently. I have installed CR again, but it doesn't work still. Help needed.
  12. 664950

    Parameter Field

    Please advise me why doesn't my CR Parameter field prompt disappear when I pass Parameter value from VB. I have parameter field "datum" and I say: CRDeponenti.ParameterFields(2).ClearCurrentValueAndRange CRDeponenti.ParameterFields(2).AddCurrentValue (#4/7/2002#)
  13. 664950

    Passing Date To Parameter Field

    Please advise me how to pass Date to Parameter Field. I used CRDepoziti.ParameterFields(0) = "datum;Date(2002,24,03);TRUE", but it doesn't work. I have a message "Subcript out of range". datum is my parameter and CRDepoziti CR Designer

Part and Inventory Search

Back
Top