I need to create a flat text file ,1 record per line no breaks or delimiters, that is 380 chars wide. Some fields are static others need to be drug in from the DB. I have two questions.
1. How do I tell crystal that I dont care about the page size because the output is going to a file(or at least trick it into letting me do 380 colums wide)
2. How do I limit a field to a certain number of chars,not size, wide so that the fields end up exactly next to each other when I export it to a text file?
I need the data to fill an exact amount of space every time. If the field is to long cut it off If there is not enough data in the field I need it to space fill whatever is left over. In the example below first/last name fields are 10 chars.
Example: John Biglastname 111223333
static data Lastname FirstName SS#
ThisIsStaticInfoBiglastnamJohn 111223333
1. How do I tell crystal that I dont care about the page size because the output is going to a file(or at least trick it into letting me do 380 colums wide)
2. How do I limit a field to a certain number of chars,not size, wide so that the fields end up exactly next to each other when I export it to a text file?
I need the data to fill an exact amount of space every time. If the field is to long cut it off If there is not enough data in the field I need it to space fill whatever is left over. In the example below first/last name fields are 10 chars.
Example: John Biglastname 111223333
static data Lastname FirstName SS#
ThisIsStaticInfoBiglastnamJohn 111223333