Tim Keating
Senior Member
  

DBA CLASSIC WIN 2000 C/S
Posts: 298
|
I'm hoping Crystal expert Kevin or someone can chime in on this. I write reports, create executables and point users to the executable on the server. What would cause one, and only one, workstation to return a formula error when running the report? The error returned is 'The ) is missing.' The report runs fine on my machine and the executable runs fine on all machines but one. I'll post the formula, which doesn't appear to contain this error: if {BKARINVT.BKAR_INVT_TERMN} = 1 then date(Year(dateadd('m',{@ProxMo},datetime({BKARINVT.BKAR_INVT_DATE}))),month(date add('m',{@ProxMo},datetime({BKARINVT.BKAR_INVT_DATE}))),25) else if {BKARINVT.BKAR_INVT_TERMN} = 5 then date(Year(dateadd('m',{@ProxMo},datetime({BKARINVT.BKAR_INVT_DATE}))),month(date add('m',{@ProxMo},datetime({BKARINVT.BKAR_INVT_DATE}))),25) else ({BKARINVT.BKAR_INVT_DATE} + {@DueDays})
|