from
vb when i pass a multiline string to a formula in crystal report showing an error
' is not added at end .
i added it aready but it comes next line only
.Formulas(0) = "part1=" & "'" & Trim(txtBody1.text) & "'"
suppose i need to pass a string like this
united
states
how to pass this