1. We can display the column value in crystal reports 8.5 through SP. Suppose the column is in varchar type and size of 1000. That column will not display in formula field to apply formula.
2. In VB application we can use Rich text box control. In this control user can type the enter key to break the line. When we display the content of rich text box value in crystal report the line will break as per enter key value. In this case we can use Replace string formula (which available in crystal report formula section) .
Find string is chr(10),chr(13) these are enter key value and replace with "" (space).
2. In VB application we can use Rich text box control. In this control user can type the enter key to break the line. When we display the content of rich text box value in crystal report the line will break as per enter key value. In this case we can use Replace string formula (which available in crystal report formula section) .
Find string is chr(10),chr(13) these are enter key value and replace with "" (space).
No comments:
Post a Comment