I've installed the Business days dll (cruflwdays.dll) and placed it into my system32, then registered and rebooted. I then created the formala:
wdaysclass1wdloadfile("C:\Downloads\cr_business_days_hours\CanadaHolidays.txt");
datevar startdate:= {?Start Date};
datevar enddate:= {?End Date};
stringvar workingdays:= "-23456-";
numbervar totaldays:=wdaysclass1wdnumworkdays(startdate,enddate,workingdays);
Crystal now recognizes the function. HOwever, as soon as I place the formula onto the report, Crystal crashes.
Does this dll not work with xp sp#2?
wdaysclass1wdloadfile("C:\Downloads\cr_business_days_hours\CanadaHolidays.txt");
datevar startdate:= {?Start Date};
datevar enddate:= {?End Date};
stringvar workingdays:= "-23456-";
numbervar totaldays:=wdaysclass1wdnumworkdays(startdate,enddate,workingdays);
Crystal now recognizes the function. HOwever, as soon as I place the formula onto the report, Crystal crashes.
Does this dll not work with xp sp#2?