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!

linebreak/new line

Status
Not open for further replies.

pvuppa1

Programmer
Nov 14, 2003
61
US
is there anyway to concatenate a line break or new line in define statement Like the code below
DEFINE FILE MYFILE
TEST=FIELD1 | FIELD2 | 'linebreak or newline' |FIELD3| FIELD4
END

Appreciate any help
-P
 
pvuppa,

Are you trying to get TEST to show on more than one line, or are you concatenating the four fields together to show as one filed but want to skip a line when field1 and field2 changes.

gizzy
 
Hi gizzy,
Im trying to group some fields together and display them in an orderly fashion like

customerinfo companyinfo SomethingElse
lastname, firstname Name somefield
street Address
city SomeDate
state SomeotherDate
zip
.......so on
all my fields are associated with a single master file
please tell me a way to display all these fields together I tried Over but gave me an error saying TEXT FIELDS CANNOT BE PRINTED BY USING OVER.
let me know
 
You would want to use your heading, subhead or subfoot to do this. Same as the answer for your other thread "cramming different items in one column ". I'll answer your freeform question there.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top