Skip to Content
0
Former Member
May 13, 2010 at 08:22 PM

weird ) is missing error

24 Views

version : CR XI R2

Visual Studio 2008 C#

Hi I have a complicated report with a formula field returning a timevar.

my application generate pdf file format report based on crystal report.

whenever I try to export to pdf with this report (a report which has a formula field returning a timevar)

i get ") is missing" error.

I googled a lot and I found that the third party application have problems with timevar so I have to put single quote mark (').

but I don't know what I have to do with that in Visual studio.

does anybody know how to fix this problem ?