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 Westi 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. MajorGap

    Issues with IF Statement

    Assuming you have 3 text boxes then you want to have 1 statement per box. eg Text box 1 = If {Command.FilingStatus} = 'M' then 'X' Text box 2 = If {Command.FilingStatus} = 'S' then 'X' etc.
  2. MajorGap

    Calculation of Date/Time fields with business time

    I have used this and it works like a charm. WhilePrintingRecords; NumberVar Days := {Your Working Days Field}; // The field that calculates your business days TimeVar SetStart := TimeValue( "7:00"); // The start your work day TimeVar SetEnd := TimeValue("16:00"); // The end your...
  3. MajorGap

    Formating Text to Date

    cdate ({Your Field}) will give you a date. You can then format it any way you want. You can use isdate to check if any field is compatible with a date. It will return "True" or "False

Part and Inventory Search

Back
Top