hans.m@rediffmail.com Level: Trainee
 Registered: 18-09-2004 Posts: 3
|
Urgent Help:how to pass multiline string from vb to crystal report
when i am trying to pass a multiline string from vb textbox to
crystal report using formula fields
always showing error that ' is not added at end
i already added this
i use this way
crpt.Formulas(0) = "FORMULA1=" & "'" & Trim(txtBody1.text) & "'"
how to solve this problem
[Edited by hans.m@rediffmail.com on 30-09-2004 at 02:35 PM GMT]
|