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: *

  1. BarbaraBartlow

    Crystal Report Arrays

    Yeah Thanks. I've been working away and displaying various variables and have figured out that I've got it right now except that it adds in the last invoice for each salesman twice - so my totals in the arays are one invoice high for each salesman. How many times does a for loop execute? For...
  2. BarbaraBartlow

    Crystal Report Arrays

    Hi again synapsevampire, Well I got past the syntax errors now. But there is still womething wrong with our logic. By end of report UBound(SalesmanArray) is only 2 and the first array element is blank; the second one contains my last salesman. There are about 10 salesman listed in the detail...
  3. BarbaraBartlow

    Crystal Report Arrays

    oops I forgot to copy in my current code: WhilePrintingRecords; Shared StringVar Array LatestSalesPeople := split({Employee.EmployeeID},"/"); Shared NumberVar Array SalesArray; Shared NumberVar Array CommArray; Shared NumberVar Array SGSalesArray; Shared NumberVar Array SGCommArray; Shared...
  4. BarbaraBartlow

    Crystal Report Arrays

    Hi again synapsevampire, I have attempted to duplicate your code exactly, using my array names. Now I get an error saying I need an ELSE statement. Why what is wrong with my syntax? I don't fully understand when to use ";" and when not to. Toward the end of your logic wither I don't...
  5. BarbaraBartlow

    Crystal Report Arrays

    Synapsevampire, I know the code is incomplete. I will know how to finish it when I get this part to work without error. @Slash is just a shared variable I created previously and tells me where the '/' is in the salesman name. I know that works fine to pull out the first salesman; and the...
  6. BarbaraBartlow

    Crystal Report Arrays

    I have a PeachTree (Btrieve) database in which the user has recorded two salesman's initials if the commission on a sale is to be split. For example there may be salesmen BB and BH. If the commission is to be split, she has set up a thrid salesman called 'BB/BH' and attributed the sale to...

Part and Inventory Search

Back
Top