Hi, I've made a report with a variable that mark the most recently added movies in this way, in the script box I've written:
begin
if [Date]>((Date)-90) then
tmp1 := '*'
else
tmp1 := ' '
end;
and then in the Memo box, I've put the [tmp1] variable.
This run perfectly in 3.8.0 release, but in the new releases it returns: "An error occured during calculating [tmp1] Report: frReport1 Band: Master data"
Why? does the syntax has changed in newer versions?
Thank you
Variable with script return error in new version 4.1.0
You can send me it by mail: mickael.vanneufville@gmail.com
Edit:
Ok I found and fix the bug.
It will be fixed in next version
.
Sorry.
Soulsnake
Edit:
Ok I found and fix the bug.
It will be fixed in next version

Sorry.
Soulsnake