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.
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.