Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Free-form Text Box for End Users? 1

Status
Not open for further replies.

sarahgene

Technical User
May 23, 2007
1
0
0
US
I am trying to create a parameter field that will allow my end-users the ability to enter free-form text. I can do this currently (XI) however if they try to enter say a list of information the requires a <return>, Crystal will not allow this. They must add all information as basically one paragraph. Is there some way that I can accomplish this?
Thanks
 
Instruct them to enter <CR> where they want a new line.
In Crystal, use the Replace() function to replace the special tokect with CHR(10) + CHR(13).

- Ido

view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top