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. BobLucas

    Collecting unique values for a group

    Oops! I found the error already. It's working, and bless you!
  2. BobLucas

    Collecting unique values for a group

    Thanks, LB. I tried your suggestion, but I'm getting a "Subscript must be between 1 and the size of the array" error on the assignment statement in the detail section. Code is below. //Initialize array during group header evaluation whileprintingrecords; StringVar array funcNames := ""...
  3. BobLucas

    Collecting unique values for a group

    Thank you! I'm trying a subreport now, but if that doesn't work, I'll return to the formulat method. This looks really useful anyway.
  4. BobLucas

    Collecting unique values for a group

    Trying to get formulas to evaluate at particular times is new to me. What I have done is shown below, but it is producing no values, although I can confirm independently that the values exist. The version I am using is Crystal XI. Each operation on the array is defined within a formula placed in...
  5. BobLucas

    Collecting unique values for a group

    My data consists of product, manufacturer, and function the manufacturer is authorized to perform (e.g., packaging, quality control, etc.). The data covers many different sites, and the manufacturer may be authorized for some functions at one site, and other functions at another site. The user...
  6. BobLucas

    IF...THEN...ELSE error

    Changing the Else clause to Else ( str := str & mid({GILEAD_TEST_METHODS.TEXT9},start); start := 1;) //Crystal requires a parallel construction worked. Thanks.
  7. BobLucas

    IF...THEN...ELSE error

    I'm using the following code in a formula variable (Crystal 11.0.0). On the first version, the error checker highlights the Else clause and says "A number is needed here." I broke the IF...THEN...ELSE into two IF statements and it works perfectly. I would appreciate any suggestions as to why...

Part and Inventory Search

Back
Top