Using Crystal Reports 9:
I was given the following to use with CR6, but it won't work in CR9 - I get an error telling me that "the number of copies of the string is too large or not an integer".
NumberVar x;
StringVar tmpString;
tmpString :={BANK.BNK_NUM}+ToText({CHECKTMP.CHK_NUM},0,""
x :=10-length(tmpString);
tmpString :="C" + ReplicateString("0", x)+tmpString + "C";
Any help is greatly appreciated.
Kyle
I was given the following to use with CR6, but it won't work in CR9 - I get an error telling me that "the number of copies of the string is too large or not an integer".
NumberVar x;
StringVar tmpString;
tmpString :={BANK.BNK_NUM}+ToText({CHECKTMP.CHK_NUM},0,""
x :=10-length(tmpString);
tmpString :="C" + ReplicateString("0", x)+tmpString + "C";
Any help is greatly appreciated.
Kyle