Variables and OnGetValue event

I have created a variable "Var1" with no value, and I want to print it.
In the OnGetValue event, I have made a return value for "Var1".

The problem is that the report generator stops with an error (empty value for "Var1") before it passes int the OnGetValue event.

It worked well in the V2.53.
Did I missed anything?

Comments

  • edited 4:45PM
    FR3.0 dont' fire OnGetValue event for such variables. You should set the variable value before running a report, or in the OnBeforePrint event.

Leave a Comment