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 Chriss Miller 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 ry1633

  1. ry1633

    How to get count of holidays from table instead of array

    Using Ken's formula (http://kenhamady.com/formulas/form01.shtml) as a jumping-off point here's what I ended up doing and I think it works OK. If there's an even better way I'd be open to it. Like I said before I'm new to Crystal. :) 1. Commented out all the values in the old array so there’s...
  2. ry1633

    How to get count of holidays from table instead of array

    I just need to pull in holidays from the table and some how get that back into the formula of the main calculation. I just made a really simple subreport that has only one formula in it: whileprintingrecords; shared DateVar Array Holidays; redim preserve Holidays[recordnumber]...
  3. ry1633

    How to get count of holidays from table instead of array

    I am new-ish to Crystal Reports so this might be somewhat rudimentary of a question. I need to get a count of holiday dates between a start date and the current date, and use in a business working days calculation. All of the dates for the holidays are in a table in my database. I've found...

Part and Inventory Search

Back
Top