Carriage Return

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
KellyJ
Posts: 3
Joined: Tue Oct 10, 2017 12:44 pm

Carriage Return

Post by KellyJ » Fri Jul 27, 2001 7:54 am

I have created a fixed-length field report for my customer to submit to their 401(k) administrator, and everything is working great, all fields begin and end in the correct positions, I^m happy. My question is about a carriage return. The 401(k) administrator asks on the report specs that the file be in standard ASCII format, and that a carriage return (crif) is required at the end of a record. I^m sure there is a particular symbol I need to insert on the report, but I have no idea what it is. Any ideas?____I am creating this report using Abra Suite^s version of Report Writer, Abra Suite version 6.17.____Thanks much,__Kelly James

Randal_Ferguson_(Guest)
Posts: 51
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Carriage Return

Post by Randal_Ferguson_(Guest) » Fri Jul 27, 2001 8:07 am

I^m not what R&R puts after each record line when exporting to an Ascii file but you could easily create a calculated field using chr(10)+chr(13) (carriage return + line feed)____Regards,__Randal Ferguson____>I have created a fixed-length field __>report for my customer to __>submit to their 401(k) administrator, __>and everything is working great, __>all fields begin and end __>in the correct positions, I^m __>happy. My question is __>about a carriage return. __>The 401(k) administrator asks on __>the report specs that the __>file be in standard ASCII __>format, and that a carriage __>return (crif) is required at __>the end of a record. __> I^m sure there is __>a particular symbol I need __>to insert on the report, __>but I have no idea __>what it is. Any __>ideas? __>__>I am creating this report using __>Abra Suite^s version of Report __>Writer, Abra Suite version 6.17. __>__>__>Thanks much, __>Kelly James ______

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Carriage Return

Post by kfleming » Fri Jul 27, 2001 12:14 pm

Any control code calculation that you place on the report will get stripped out by R&R.____If you choose File Export Text you will have the option of placing a CR once per band or once per line.____Kathleen__R&R Support

Post Reply