Dear all,
When I generate Report(crystal report 7.0) the following formula error is occurred . help me how I solve the problem.
Formula:
if {Report_Table.DtlNum15} mod 9 =0 then
if OnLastRecord =true then
false
else
true
Error:
The Word 'then' is missing
( if OnLastRecord = true then
true;)
(false;)