Tried that one. The message box just doesn't show up. I even tried switching out the character - from '.' to 'T' (and others I know are present) but I just can't make it display. The report is being utilized through another application so it could be some issue within the app. I'll keep...
Thanks, LB. That seems to have worked. Although, this past weekend I was working on the report on a Vista machine and the problem didn't exists. I saved the report and brought it to work (XP machine) and I get the duplicates again. I tried your code on the XP machine and... Voila! No...
After experimenting with the report a little more, I've discovered what seems to be triggering the duplicate suffix string - I just don't know how to fix it.
Basically, I have 3 tables in the relationship. Part Number, Options, and Notes. The Part Number is the main data and needs to get...
In Crystal Reports, I'm using this piece of code to concatenate characters in a string in the details section.
WhilePrintingRecords;
StringVar OptSuffix;
OptSuffix:= OptSuffix + Trim({options.number})
The options table has many value choices - ranging from A-Z and 0-9 - and some of the...
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.