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?
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