The Basics
Posted: Tue 30 Jun 2015 14:44
Hi, had a very short course on a report builder tool we use the other week.
I've been told it uses Delphi code.
On a variable in Calcs I have this:
if ReportWizardQuery['npmAttendDate'] > CurrentDate
then dbtext8.font.color:= clred
else dbtext8.font.color:= clblack
Yet all I get is this: Error: Variable1Oncalc, Line 1:Expected: 'then' or 'xor', but found 'end' instead
Please help an idiot....
I've been told it uses Delphi code.
On a variable in Calcs I have this:
if ReportWizardQuery['npmAttendDate'] > CurrentDate
then dbtext8.font.color:= clred
else dbtext8.font.color:= clblack
Yet all I get is this: Error: Variable1Oncalc, Line 1:Expected: 'then' or 'xor', but found 'end' instead
Please help an idiot....