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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pdankert

  1. pdankert

    Crystal Enterprise Alternatives?

    hejamana - you should apply for a sales job at BO, i think it would be a great fit. IdoMillet - we are just starting to look into these as alternatives so we have not solicited a quote from BO or determined how many licenses we will need. In our investigation, we will get a quote for the...
  2. pdankert

    Crystal Enterprise Alternatives?

    I can elaborate a little. We are looking to provide a better way for multiple business users (100+) to run the same reports. These users don't need crystal installed on their pc. We would like to make a viewer and directory available through Citrix if possible. (We already use citrix for...
  3. pdankert

    Crystal Enterprise Alternatives?

    Can anyone shed light on Crystal Enterprise alternatives? Currently we are providing many reports to our business users over a web server but we need a more efficient way to do this. I have been told that Crystal Enterprise is cost prohibitive for our situation and am trying to research...
  4. pdankert

    Subreport data multiplying when exported to excel

    That sounds exactly like my problem, thanks a lot.
  5. pdankert

    Subreport data multiplying when exported to excel

    I have some additional info that could help. This same problem does not occur when exported to a pdf document. It does occur with all versions of excel and even when I send it to a word document from Crystal. Any thoughts?
  6. pdankert

    Subreport data multiplying when exported to excel

    I tried the service pack and that didn't work. Any other suggestions?
  7. pdankert

    Subreport data multiplying when exported to excel

    In CR 8.5 I have a subreport in the report footer that displays data and totals. Those same total values are also passed back to main report to be used in a grand total calculation. Data calculates and displays properly in Crystal. When exported to Excel the Subreport totals have trippled...
  8. pdankert

    Array error "A subscript must be between 1 and the size of the array"

    Ok, that got rid of the error, but I'm not sure what it did for me. What does the following line do? redim preserve shipnumarray[loadcount];
  9. pdankert

    Array error "A subscript must be between 1 and the size of the array"

    Crystal 8.5 Oracle 9i I am need to create a unique string for each unique shipping pattern. For example shipping to Miami then Daytona then Atlanta will create MiamiDaytonaAtlanta and the order matters. /////////DETAIL SECTION\\\\\\\\\whileprintingrecords; global stringvar holdshipnum; global...
  10. pdankert

    crystal reports array

    This report is a mess, I'm trying to fix it for someone else. There are 3 different groupings, and the detail is actually printing in one of the footers. I must be resetting the string in the wrong place. That was obvious when I started displaying the sting for every record, it just kept...
  11. pdankert

    crystal reports array

    Sorry for the lack of info. Crystal 8.5 Oracle 9 I believe I have what you suggested, but I will double check my logic. But am I correct in the assumption that each letter in a string is 1 character. For example the word "cleveland" has 9 characters? Thanks
  12. pdankert

    crystal reports array

    I have just run into a similar problem. I am trying to use a stringvar to hold city names concatenated together to hold a unique sting for each load shipped out in a unique pattern to cities. For example a load going to Cleveland, then Columbus, and then Cincinnati would become...
  13. pdankert

    Group header taking up entire page, sometimes

    Jim, Your suggestion to move the info to another Group header seems to have done the trick. Thanks so much for your help, I really appreciate it!
  14. pdankert

    Group header taking up entire page, sometimes

    The group is based on Order #. The second part of that statement is accomplised by sorting the report by fields. The report sorts by: Order # (in the group header section) Customer PO# (in the detail section) Line # (in the detail section)
  15. pdankert

    Group header taking up entire page, sometimes

    Sorry, I really do appreciate the help, I will try to provide more info. 1. The page and report header are generic, don't change. 2. The group header contains info that may or may not change(see #5), Order#, cust name. 3. The detail section contains unique info based on group header...

Part and Inventory Search

Back
Top