We're using Crystal Reports 8.5. In VB6 we have:
Getting a dll error when the enddate = 12/13/9999. It works if the enddate is 12/31/3999. Has anyone run into this problem and if so, do you know why and what the max date would be to make it work?
Thanks
Code:
CRPrt.SelectionFormula = "{Dtl.MDate} in Date (" & DatePart("yyyy", BegDate) & "," & DatePart("m", BegDate) & "," & DatePart("d", BegDate) & ") to Date (" & DatePart("yyyy", EndDate) & "," & DatePart("m", EndDate) & "," & DatePart("d", EndDate) & ")"
Getting a dll error when the enddate = 12/13/9999. It works if the enddate is 12/31/3999. Has anyone run into this problem and if so, do you know why and what the max date would be to make it work?
Thanks