variables setting misunderstanding
hello,
using C++.
the <variable> has a default numeric value in fastreport (-1).
initiating event from C++ side the <variable> is changed by fastreport function(to check I use ShowMessge(<variable>) and it's changed ok).
immediatelly after that, the
Am I missing something here?
using C++.
the <variable> has a default numeric value in fastreport (-1).
initiating event from C++ side the <variable> is changed by fastreport function(to check I use ShowMessge(<variable>) and it's changed ok).
immediatelly after that, the
int variable = report->Variables->operator []("variable");
returns the default value (-1).Am I missing something here?
Comments
my fault, works.
thank you