The error message is:
Error in File 4dc3123cf3f1a86.rpt: Error in formula 4dc3123cf3f1a86.rpt [On Page Server: COSCSWEBAPPS.pageserver]
We are using 128c and the formula add beginning and ending charactes plus check sums.
I have created a report which uses a barcode. I have added a formula to format the barcode using the UFL for the barcode font. This report works fine. I uploaded the report to the Crystal Management Server and get an error in the formula of the page. I have checked the designer on the server...
Thanks for the quick reply. Your formula returned the same name, one that {IsPlaintiff} is False.
I have a SQL stored procedure that is returning records with:
Name(str), IsPlaintiff(Boo)
For a caption in a legal pleading, I need to return the first party that is a plaintiff...
I am trying to write a formula with an If statement inside a while do loop:
WhilePrintingRecords;
stringVar Name := {sprptCOCETSCrysCaptionSubw_Attorney;1.PartyName} ;
While {sprptCOCETSCrysCaptionSubw_Attorney;1.IsPlaintiff}= True Do
(
If {#RTotal1} > 1 Then
Name&", ET...
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.