Fastreport gives an error when writing more tha one variable in the scritp.
Example (I have a lot more, but this is the simplest one):
Memo
[Year]
[tmp1]
[tmp2]
Script
tmp1 := [Director];
tmp2 := [Country];
ERROR MESSAGE: Undefined symbol "TMP2"
Any idea?
Thanks for your help
Don
FAST REPORT PROBLEMS-HELP NEEDED
Re: FAST REPORT PROBLEMS-HELP NEEDED
Have you checked in other templates if there was something similar?
Right now I don't really remember how that worked (and it has some bugs, as it is an old version of that reporting system), so I can't really help
Right now I don't really remember how that worked (and it has some bugs, as it is an old version of that reporting system), so I can't really help
Re: FAST REPORT PROBLEMS-HELP NEEDED
Thanks for your answer.
I have seen that the error disappears writing each segment code as below:
begin
code1
begin
code2
end;
end;
There is no reason for that but ....
I have seen that the error disappears writing each segment code as below:
begin
code1
begin
code2
end;
end;
There is no reason for that but ....