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 Chris Miller 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. Wease7

    Add Table And Columns Through VB.NET?

    I'm trying to connect to a catalog local to my machine, create a new table, and then add columns to it. Or, the table might already be created, so I'd have to add a column to a pre-created table. I am coding like this, but getting an error: Dim objDB As Object Dim objImpApp As Object Dim...
  2. Wease7

    Crystal 8.5 to Crystal 11?

    I have a number of very complicated Crystal Templates written in 8.5. We are thinking of going to Crystal 11, but I want to know if I can just convert them over, or will I have to rewrite them all. Anyone have experience with this conversion?
  3. Wease7

    Images Resizing Through Crystal API

    I should also say that this is a blob field that is being returned from our SQL Server DB. It's NOT an image that I am attaching. A parameter in the report determines which logo to use.
  4. Wease7

    Images Resizing Through Crystal API

    This is driving me crazy, I have some images I am using in a report header. When I add the image to the report, it's 2.27 by 0.86 inches. Through the Crystal Developer, I can run the report, the image looks like crap. The image itself looks nice, outside of the report, it's a high resolution...
  5. Wease7

    Concurrent Access Licenses Error?

    Crystal KB? I must be having a stupid day, what is that again?
  6. Wease7

    Concurrent Access Licenses Error?

    I have an ASP application which I am running Crystal Reports through. They run through a COM object on a seperate server and print out via PDF. Lately, sporadically, I am getting this error: "There are not enough Concurrent Access Licenses to log you on. This system has 5 Concurrent Access...
  7. Wease7

    Suppressing Entire Sections?

    Nevermind, I got the whole problem fixed. I ended up adding an indicator to the Driver Stored Procedure on the Main report and then checking to see if it was NULL in my supression formula. If it was, I supressed the subreports successfully. Thanks for the help, everyone... :)
  8. Wease7

    Suppressing Entire Sections?

    How do I create a Supression Formula in Subreport B that can access data in Subreport A? I need to try this from your other thread and see if it works: "Subreport B sits on details b and shows transaction details. But details b has a suppress formula, that applies whenever the account number...
  9. Wease7

    Suppressing Entire Sections?

    I didn't explain it very well. Let me rephrase: I have a report with 8 subreports. I have a driver stored procedure that gets all the records those subreports will need. The first 3 subreports are summary reports, they use all records that the driver proc brings back. They calculate dollar...
  10. Wease7

    Suppressing Entire Sections?

    Currently, I can get the report to suppress the section if there are no records to display, however, the detail lines (which are what I am trying to supress) are still showing up. Meaning the placeholders for the blank sections are still there and they are thowing off the formatting of my...
  11. Wease7

    Need Help With Top 5 In Group With Others

    I am trying to pull only the top 5 in a group. I have used the "Top N/Sort Group Expert" function to pull the top 5 and that works, but when I click the check box for putting everything else into "Others", it pulls back that 6th group and doesn't rename it as...
  12. Wease7

    Suppress not working in batch processing

    I am having the same problem, but I am getting things that are not supressing via a PDF dump through an ASP Application via COM object. Is there anything in the COM object that needs to be set or turned on? I have added a formula for each section and it makes no difference...
  13. Wease7

    How To Add Group Header?

    I've played around with Crystal 8.5 some, but I'm by means no expert. I have a bunch of old reports for a legacy system and we have to use the same layout for the new reports in our new system. So new database, new fields, etc.. I am having a couple problems: 1. I have reports with Page...

Part and Inventory Search

Back
Top