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 SkipVought 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. temple11

    Generic Programming Question

    I'm not much of a programmer at all. At best I have been able to reverse engineer a few PHP sites and PERL scripts to make them do what I want but now I have a project and I'm looking for some advice. XML may not be the best langage and any suggestions on better languages would be preferred. I...
  2. temple11

    Count Business Days with a Parameter

    I thought I would be able to as well. when i try to multiply the result of the Business Days formula it errors and says "A number, currency or amount is required here" and points to the {@BusinessDays} portion. I believe this is because of the toText conversion at the end of the BusinessDays...
  3. temple11

    Count Business Days with a Parameter

    One last question. I'm trying to determine the total number of normal work hours in a given period (BusinessDays * 8) so that i can determine the percent utilization of that time based on hours reported in a given period. Example: ?StartDate = 10/8/06 ?EndDate = 10/14/06 Business days result...
  4. temple11

    Count Business Days with a Parameter

    Brilliant! That worked perfectly. Thanks so much!
  5. temple11

    Count Business Days with a Parameter

    I replaced the code as suggested (I think) which resulted in the following formula: //Find out the difference in days and subtract the weekends NumberVar DaysDiff := DateDiff("d",{?StartDate},{?EndDate}) - DateDiff("ww",{?StartDate},{?EndDate},crsaturday) -...
  6. temple11

    Count Business Days with a Parameter

    Hello, First, I'm a Crystal Novice. That said, I am looking for a way to determine the number of business days in a given date range. However, the date range is variable and set by parameter when running the report. I am using the Business Days/Holidays code found in one of the FAQs but I...
  7. temple11

    Cisco 2950 crossover problem

    Hello, I have two cisco 2950 switches (IOS rev12.1.11) that I am attempting to connect together. these only have an IP configured on them everyting else is default. If I use a crossover from switch two to switch one, the port I am using on switch two disappears from vlan1. The port remains...

Part and Inventory Search

Back
Top