HI
I am developing a Crystal Report in text format but my columns are not aligning as to the number of spaces that are to be in each field, such as the last name field is to be 13 space field size, first name is to be 10 space field size, etc.
I have this as one of the formulas:
stringvar padSpaces:=space(250)
The following is the formula I have for each of the field names. When I try to save this formula, it is stating that the ,13)is an error in the formula. Any suggestions?
stringvar myString:="";
mystring:=
left({OFFENDERS.LAST_NAME}+{@spaces}),13)
I am developing a Crystal Report in text format but my columns are not aligning as to the number of spaces that are to be in each field, such as the last name field is to be 13 space field size, first name is to be 10 space field size, etc.
I have this as one of the formulas:
stringvar padSpaces:=space(250)
The following is the formula I have for each of the field names. When I try to save this formula, it is stating that the ,13)is an error in the formula. Any suggestions?
stringvar myString:="";
mystring:=
left({OFFENDERS.LAST_NAME}+{@spaces}),13)