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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal Reports - Can I force a carriage return? 1

Status
Not open for further replies.

bessebo

IS-IT--Management
Jan 19, 2001
766
US
I want to create a formula field that will include all of my input prompts but I want to have that print out on the header of the report in an elegant manner. Hence, I need to force a carriage return so that the format looks nice but I have to force this carriage return in a formula field that prints out these user inputs. Can anyone help?

Regards,
Bessebo
 
Try chr(13), as in:

"Hi" +chr(13)+"There"

Can't recall if Seagate info supports the following:

join({?MyParm}, chr(13))

This allows you to show multiple values entered/selected from any one parameter.

Not sure what input prompts mean, multiple parameters, or a parameter with multiple values.

Anyway, chr(13) should handle the initial request.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top