I'm having a little trouble wrapping my head around this one for some reason. It seems real simple.
Crystal 8.5
I am attempting to take two parameters, a start date and an end date, and display all of the days between them. The problem I'm having is that I want them in a vertical list, not...
Hello,
I'm using Crystal Reports 8.5. I have successfully set up text exports many times in the past and have always and still feel that there is a large degree of "dumb luck" at times in getting these things to work.
Thanks to a great thread on here before about getting a text file to have...
Hi,
I am designing a fixed-width export report in Crystal 8.5.
I have used the formula:
numbervar requiredlength:= 35;
stringvar Address1:=trim({EInfo.address1});
numbervar currentlength:=length(Address1);
If currentlength < requiredlength then
Address1 + replicatestring(' '...
Just curious as to what might be causing this and if anyone else has noticed this behavior. Given the following code for a fixed length field:
NumberVar reqlength:=9;
NumberVar currlength:=0;
if currlength < reqlength then
replicatestring(" ",reqlength - currlength)
else...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.