I'm using cr 8.5 and vb6.0, in previous versions of crystal I didn't have any problem passing in a date. I set-up a formula with just a string value then replaced it at run-time using this code:
cryPerformanceCumulative.Formulas(0) = "StartDate = '" & txtStartDt & "'"
This does not seem to work in crystal 8.5, I have looked at the devhlp files and have tried there example with no luck.
report.FormulaFields.Item(1).Text = strTodt
I do not get any errors but it will not replace the string value.
Any suggestions?
Thanks
cryPerformanceCumulative.Formulas(0) = "StartDate = '" & txtStartDt & "'"
This does not seem to work in crystal 8.5, I have looked at the devhlp files and have tried there example with no luck.
report.FormulaFields.Item(1).Text = strTodt
I do not get any errors but it will not replace the string value.
Any suggestions?
Thanks