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 gkittelson 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. woliveri

    Unable to Log off. This server is still in use by some reports.

    Hello all, I have created a windows service which opens reports and then exports them to rtf format. Everything works fine except..... what else? Crystal Reports!! Ok, venting aside, I've cleaned up all my references each time I'm finished with the report but then after a while I get...
  2. woliveri

    Moronic Crystal Reports installation prompt

    Hello all, I'm getting this message on installation of a upgrade cd of Crystal Reports 8.5. I installed version 8 with no problem and now am trying to upgrade to version 8.5. When I do I get this message: Please insert the disk: Please insert the disk labeled "Crystal Reports&quot...
  3. woliveri

    suppress a value

    I have a report where I have some values in the details section and totals in the the totals section. Such as: Batch# Value 100 10.00 101 12.00 102 8.00 103 4.00 103 4.00 I want to suppress or not display records that are duplicates only in the value column...
  4. woliveri

    suppress a value

    I have a report where I have some values in the details section and totals in the the totals section. Such as: Batch# Value 100 10.00 101 12.00 102 8.00 103 4.00 103 4.00 I want to suppress or not display records that are duplicates only in the value column...
  5. woliveri

    Hard Code Parameter to Stored Procedure

    Hello all, I have a situation where I'd like the report to pass the parameter to a stored procedure rather than prompt the user for it. For example, I have 5 reports which are the same in all cases. Each report is built on a stored procedure with no parameters so each report has a stored...
  6. woliveri

    There are not enough Concurrent Access Licenses to log you on.

    Thanks Ken and Howard. I am not going to distribute this app. This is a in house app running on one server. Anyway, I think I may have found two possible solutions to my problem. As I mentioned I'm using a Windows Service to call this dll and this Windows Service is created in VB.Net. I...
  7. woliveri

    There are not enough Concurrent Access Licenses to log you on.

    Howard, Shouldn't I be releasing the license problem when I clean up references? I don't understand this. When I kill a CR app the license remains???
  8. woliveri

    There are not enough Concurrent Access Licenses to log you on.

    This "application" dll will reside on the server. Let me give you a more complete picture. I've created a windows service which calls the vb6 dll for faxback functionality. So the line of events are: 1. A file gets deposited in a folder with fax information. 2. The windows service...
  9. woliveri

    There are not enough Concurrent Access Licenses to log you on.

    Ken, I'm access sql server from a client for the db info but at any rate, cleaning up the references after use should resolve this problem. I don't have any issues with other desktop applications. Only this dll situation. Any ideas why? thanks, bill
  10. woliveri

    Cross Tabs

    Opps, that's: Date iCount no column name ---- ---- -------------- 1/02 3 Sum Of Count 2/02 4 Sum Of Count
  11. woliveri

    Cross Tabs

    What are you building you Cross Tab against? Table? Stored Procedure? Access? SQL Server? Essentially in a Cross Tab you taking a vertial column and displaying it horisontally. So for example: Vertical Table Dates: Date ---- 1/02 2/02 1/02 1/02 2/02 2/02 2/02 So using a stored...
  12. woliveri

    There are not enough Concurrent Access Licenses to log you on.

    I don't ever recall installing CE and in fact, the documentation I've read say's it installs from a second CD which we don't have. On top of that, I've checked the install under Add/Remove programs and it's not listed in the installed programs when I go through the CR Wizzard for uninstalling...
  13. woliveri

    There are not enough Concurrent Access Licenses to log you on.

    Lisa (or anyone else), Any idea on how to get rid of it??? Can I uninstall CE Standard from CR 8.5?? Thanks in Advance, bill
  14. woliveri

    There are not enough Concurrent Access Licenses to log you on.

    Hello all, I'm getting this error message below and don't know how to get rid of it. I'm using Crystal Reports 8.5 under VB6. I have created a dll which will open a report connecting to SQL Server in memory and export it to disk using rtf format. This works for a while then I get the error...
  15. woliveri

    -2147206462, Dos error

    Hello all, I'm having a problem with Crystal Reports OpenReport() method of the CRAXDRT.Application object in VB6. Problem line of code is here: Set Report = CrxApp.OpenReport(sReportPath) If I step through the code line by line it works fine but when I just run it it doesn't work. The...

Part and Inventory Search

Back
Top