Feb 1, 2008 #1 tabbytab Technical User Mar 21, 2005 74 GB Hi Guys I am totally new to Crystal. I am simply trying to put a text field in a report in the form of a bulleted list. How can I do this? The text is not sourced from an datasource Thanks in advance TabbyTab
Hi Guys I am totally new to Crystal. I am simply trying to put a text field in a report in the form of a bulleted list. How can I do this? The text is not sourced from an datasource Thanks in advance TabbyTab
Feb 1, 2008 #2 draganss Programmer Jan 13, 2006 47 MK Look at this http://www.tek-tips.com/viewthread.cfm?qid=1437869&page=1 HTH Upvote 0 Downvote
Feb 1, 2008 #3 draganss Programmer Jan 13, 2006 47 MK Create formula, choose Basic Syntax. formula=chr(149) & "your first line of text" & chr(13) & chr(149) & "your second line of text" & chr(13) chr(149) & "your third line of text" Put the formula into the report. HTH Upvote 0 Downvote
Create formula, choose Basic Syntax. formula=chr(149) & "your first line of text" & chr(13) & chr(149) & "your second line of text" & chr(13) chr(149) & "your third line of text" Put the formula into the report. HTH