In my application I pass my values into Formula fields dirctly:
reportObject.DataDefinition.FormulaFields("Formula Filed").Text = "input box".text
And my formula:
formula = table.field
When I does this with dates I get this error mesage:
Error in formula <Dato>.
'01.02.1999'
The remaining text does not appear to be part of the formula."
Does anyone have a clue whats wrong?
reportObject.DataDefinition.FormulaFields("Formula Filed").Text = "input box".text
And my formula:
formula = table.field
When I does this with dates I get this error mesage:
Error in formula <Dato>.
'01.02.1999'
The remaining text does not appear to be part of the formula."
Does anyone have a clue whats wrong?