Hello programmers,
When I export a report to an ASCII text file, I need to place them in an exact size and order. For example,
Client Number, Client Customer #, Client Name
Size 4 , Size 8, , Size 15
1234SC2345XXAcmeXMotorXXXXX
Please note that X's are spaces.
How can I do this with the parameters in the report?
Thanks,
Felix
When I export a report to an ASCII text file, I need to place them in an exact size and order. For example,
Client Number, Client Customer #, Client Name
Size 4 , Size 8, , Size 15
1234SC2345XXAcmeXMotorXXXXX
Please note that X's are spaces.
How can I do this with the parameters in the report?
Thanks,
Felix